OSDN Git Service

add HAVE_CONTINUABLE_WATCHPOINT to target_ops
[pf3gnuchains/pf3gnuchains4x.git] / gdb / ChangeLog
1 2003-02-24  Kris Warkentin  <kewarken@qnx.com>
2
3         * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
4         (target_ops): Add to_have_continuable_watchpoint.
5         * target.c (update_current_target): Add INHERIT line for
6         to_have_continuable_watchpoint.
7         * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
8         * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
9         config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
10         config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
11
12 2003-02-24  Elena Zannoni  <ezannoni@redhat.com>
13
14         * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
15         maintainership.
16
17 2003-02-24  Kris Warkentin  <kewarken@qnx.com>
18
19         * solib.c (solib_open): Call target defined search function after
20         failing with solib-search-path.
21         * solist.h (target_so_ops): Add find_and_open_solib function hook and
22         create define TARGET_SO_FIND_AND_OPEN_SOLIB.
23
24 2003-02-24  Kris Warkentin  <kewarken@qnx.com>
25
26         * MAINTAINERS: Add myself to Write After section.
27
28 2003-02-23  Stephane Carrez  <stcarrez@nerim.fr>
29
30         * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
31
32 2003-02-22  Stephane Carrez  <stcarrez@nerim.fr>
33
34         * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
35         (m68hc11_add_reggroups): New function.
36         (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
37         (m68hc11_gdbarch_init): Install the reggroups.
38         (_initialize_m68hc11_tdep): Initialize them.
39
40 2003-02-21  James E Wilson  <wilson@tuliptree.org>
41
42         * MAINTAINERS: Update my email address.
43
44 2003-02-21  David Carlton  <carlton@math.stanford.edu>
45
46         * arm-tdep.c (arm_gdbarch_init): Add break after default label.
47
48 2003-02-21  Daniel Jacobowitz  <drow@mvista.com>
49
50         Based on a patch from Daniel Berlin (dberlin@dberlin.org).
51         * symtab.h: Add opaque declarations of struct axs_value and
52         struct agent_expr.
53         (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
54         (struct location_funcs): New type.
55         (struct symbol): Add "loc" to aux_value.
56         (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
57         * dwarf2read.c: Include "dwarf2expr.h".
58         (dwarf2_symbol_mark_computed): New function.
59         (read_func_scope): Use it.
60         (var_decode_location): New function.
61         (new_symbol): Use it.
62         * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
63
64         * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
65         (dwarf2expr_h, dwarf2loc_h): New variables.
66         (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
67         (dwarf2expr.o, dwarf2loc.o): New rules.
68         (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
69         * buildsym.c (finish_block): Handle LOC_COMPUTED and
70         LOC_COMPUTED_ARG.
71         * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
72         * m2-exp.y (yylex): Likewise.
73         * printcmd.c (address_info, print_frame_args): Likewise.
74         * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
75         * symmisc.c (print_symbol, print_partial_symbols): Likewise.
76         * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
77         (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
78         * symtab.c (lookup_block_symbol): Likewise.
79
80 2003-02-20  Adam Fedor  <fedor@gnu.org>
81
82         * symtab.h: Remove objc_specific struct
83         (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
84         * symtab.c (symbol_init_language_specific, symbol_demangled_name):
85         Have language_objc use cplus_specific struct.
86
87 2003-02-20  Tom Tromey  <tromey@redhat.com>
88
89         * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
90         TYPE_NAME, when printing a String value.  PR java/1075.
91
92 2003-02-20  Adam Fedor  <fedor@gnu.org>
93
94         * objc-lang.h (find_methods): Remove declaration.
95         * objc-lang.c (find_methods): Make static.
96
97 2003-02-20  Christopher Faylor  <cgf@redhat.com>
98
99         * win32-nat.c (get_image_name): Check return value from
100         ReadProcessMemory.
101         (child_xfer_memory): Ditto.
102
103 2003-02-20  Alexandre Oliva  <aoliva@redhat.com>
104
105         * configure.in (TARGET_SYSTEM_ROOT): Set default to
106         ${exec_prefix}/${target_alias}/sys-root.  Match explicit
107         '${exec_prefix}' (in addition to the expansion thereof) as
108         relocatable.
109         * configure: Rebuilt.
110
111 2003-02-20  David Carlton  <carlton@math.stanford.edu>
112
113         * symtab.c (search_symbols): Revert the search_symbols part of my
114         2002-12-23 patch.  Add comment.
115
116 2002-02-20  Daniel Jacobowitz  <drow@mvista.com>
117
118         * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
119         * dbxread.c (elfstab_build_psymtabs): Don't call
120         install_minimal_symbols.
121         (stabsect_build_psymtabs): Likewise.
122         * elfread.c (elf_symfile_read): Call install_minimal_symbols
123         earlier.
124         * somread.c (som_symfile_read): Call install_minimal_symbols
125         and do_cleanups earlier.
126         * nlmread.c (nlm_symfile_read): Likewise.
127         * mdebugread.c (elfmdebug_build_psymtabs): Call
128         install_minimal_symbols and make appropriate cleanups.
129
130 2003-02-20  Kevin Buettner  <kevinb@redhat.com>
131
132         * solib.c (reload_shared_libraries): New function.
133         (_initialize_solib): Add callbacks for ``set solib-search-path''
134         and ``set solib-absolute-prefix''.
135
136 2003-02-20  David Carlton  <carlton@math.stanford.edu>
137
138         * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
139         expand comment.
140         * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
141         SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
142         * ada-typeprint.c (ada_typedef_print): Ditto.
143         * ax-gdb.c (gen_var_ref): Ditto.
144         * breakpoint.c (print_one_breakpoint): Ditto.
145         * buildsym.c (finish_block): Ditto.
146         * c-valprint.c (c_val_print): Ditto.
147         * expprint.c (print_subexp): Ditto.
148         * findvar.c (locate_var_value): Ditto.
149         * infcmd.c (jump_command): Ditto. 
150         * linespec.c (decode_line_2, decode_compound): Ditto. 
151         * maint.c (maintenance_translate_address): Ditto. 
152         * objc-lang.c (compare_selectors, compare_classes): Ditto. 
153         * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
154         Ditto.
155         * p-valprint.c (pascal_val_print): Ditto. 
156         * stabsread.c (define_symbol): Ditto. 
157         * stack.c (print_frame, frame_info, print_block_frame_locals)
158         (print_frame_arg_vars, return_command): Ditto. 
159         * symfile.c (compare_symbols, compare_psymbols): Ditto. 
160         * symmisc.c (print_symbol): Ditto. 
161         * symtab.c (lookup_partial_symbol, lookup_block_symbol)
162         (compare_search_syms, print_symbol_info, print_msymbol_info)
163         (rbreak_command): Ditto. 
164         * tracepoint.c (tracepoints_info): Ditto. 
165         * typeprint.c (typedef_print): Ditto. 
166         * valops.c (value_of_variable, hand_function_call): Ditto. 
167         * cli/cli-cmds.c (edit_command, list_command): Ditto.
168         * ada-typeprint.c: Update Copyright.
169         * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
170         * tracepoint.c, cli/cli-cmds.c: Ditto.
171
172 2003-02-20  Kevin Buettner  <kevinb@redhat.com>
173
174         * frame.c (generic_unwind_get_saved_register): Make non-static.
175         * frame.h (generic_unwind_get_saved_register): Declare.
176         * mips-tdep.c (read_next_frame_reg): Fetch register from
177         current regcache when frame is NULL.
178         (mips_init_extra_frame_info): Pass NULL explicitly for parameter
179         that must be NULL.
180         (mips_get_saved_register): Call generic_unwind_get_saved_register()
181         instead of frame_register_unwind().
182
183 2003-02-20  Andrew Cagney  <ac131313@redhat.com>
184
185         * remote-sim.c (gdbsim_insert_breakpoint)
186         (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
187         code.
188
189 2003-02-20  Andrew Cagney  <ac131313@redhat.com>
190
191         * remote.c (_initialize_remote): Add commands "set/show remote
192         hardware-watchpoint-limit" and "set/show remote
193         hardware-breakpoint-limit".
194         (remote_hw_watchpoint_limit): Initialize to -1.
195         (remote_hw_breakpoint_limit): Ditto.
196         (remote_check_watch_resources): Treat a limit of -1 as unlimited.
197
198 2003-02-19  Raoul Gough  <RaoulGough@yahoo.co.uk>
199
200         * coff-pe-read.c: New file - support reading of minimal symbols from a
201         portable executable using the export table.
202         * coff-pe-read.h: New file.
203         * coffread.c: Include coff-pe-read.h.
204         (coff_symtab_read): Call read_pe_exported_syms iff no recognized
205         debugging symbols found.
206         * Makefile.in (SFILES): Add coff-pe-read.o.
207         (coff_pe_read_h): Define.
208         (COMMON_OBS): Add coff-pe-read.o.
209         (coffread.o): Add coff_pe_read_h dependency.
210         (coff-pe-read.o): New target.
211
212 2003-02-19  David Carlton  <carlton@math.stanford.edu>
213
214         * Makefile.in (SFILES): Add block.c.
215         (block_h): New.
216         (COMMON_OBS): Add block.o.
217         (block.o): New.
218         (x86-64-tdep.o): Add $(block_h).
219         (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
220         (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
221         (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
222         (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
223         (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
224         (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
225         (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
226         * value.h: Add opaque declaration for struct block.
227         * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
228         * ada-lang.h: Ditto.
229         * x86-64-tdep.c: #include "block.h"
230         * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
231         * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
232         * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
233         * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
234         * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
235         * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
236         * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
237         * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
238         * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
239         (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
240         * symtab.c (block_function): Ditto.
241         (contained_in): Ditto.
242         * frame.h: Move block_for_pc and block_for_pc_sect declarations to
243         block.h.  Add opaque declaration for struct block.
244         * symtab.h: Move block_function and contained_in declarations to
245         block.h.  Add opaque declarations for struct block, struct
246         blockvector.
247         (struct block): Move to block.h.
248         (struct blockvector): Ditto.
249         (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
250         (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
251         (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
252         (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
253         (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
254         Ditto.
255         * block.c: New file.
256         * block.h: New file.
257
258 2003-02-19  Theodore A. Roth  <troth@openavr.org>
259
260         * avr-tdep.c (avr_extract_return_value): Remove function.
261         (avr_store_return_value): Remove function.
262         (avr_extract_struct_value_address): Remove function.
263         (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
264
265 2003-02-19  Andrew Cagney  <ac131313@redhat.com>
266
267         * rs6000-tdep.c: Include "gdb_assert.h".
268         (registers_e500): Add "acc" and "spefscr".
269         (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
270         (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
271         ppc_gplast_regnum, sp_regnum and fp_regnum.  Check that gp0_regnum
272         really is "r0".
273         (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
274
275 2003-02-18  Keith Seitz  <keiths@redhat.com>
276
277         * Makefile.in: Add gdbtk-interps.c.
278
279 2003-02-18  Kevin Buettner  <kevinb@redhat.com>
280
281         * sparc-tdep.c (sparc_frame_chain): Adjust return value.
282         * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
283
284 2003-02-18  Andrew Cagney  <cagney@redhat.com>
285
286         * symtab.h (struct objfile): Add opaque declaration.
287
288 2003-02-18  Elena Zannoni  <ezannoni@redhat.com>
289
290         From Jim Ingham   <jingham@apple.com>:
291         * dbxread.c (process_one_symbol): Use last_function_start rather
292         than function_start_offset to find the real beginning of the
293         current function.  The latter is just the text section offset on
294         some systems, the former is always the real function start.
295
296 2003-02-17  Andrew Cagney  <cagney@redhat.com>
297
298         * configure.in: Revert ${target} != ${host}.
299
300 2003-02-17  Andrew Cagney  <ac131313@redhat.com>
301
302         * configure.in (Makefile): Use the test ${target} != ${host},
303         instead of the absence of the "nm.h" file, to determine of the
304         configuration non-native.
305         * configure: Regenerate.
306         
307 2003-02-14  Elena Zannoni  <ezannoni@redhat.com>
308
309         From Brian Ford  <ford@vss.fsi.com>
310
311         * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
312         conditionalize tui_active test.
313         (lookup_cmd_1): Ditto.
314
315 2003-02-14  Mark Kettenis  <kettenis@gnu.org>
316
317         * configure.in: Add check for _etext.
318         * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
319         available.
320         * config.in, configure: regenerated.
321
322 2003-02-14  Daniel Jacobowitz  <drow@mvista.com>
323
324         * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
325
326 2003-02-14  Andrew Cagney  <ac131313@redhat.com>
327
328         * main.c (tui_version): Delete variable.
329         (captured_main): When --tui, set interpreter_p to "tui" instead of
330         enabling tui_version.
331         * printcmd.c (display_command) [TUI]: Test tui_active instead of
332         tui_version.
333         * cli/cli-decode.c (lookup_cmd_composition): Ditto.
334         * cli/cli-cmds.c (disassemble_command): Ditto.
335         * defs.h (tui_version): Delete declaration.
336         * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
337         (tui-interp.o): Add rules.
338         (SUBDIR_TUI_OBS): Add "tui-interp.o".
339
340 2003-02-14  Christopher Faylor  <cgf@redhat.com>
341
342         * win32-nat.c (register_loaded_dll): Correctly set address range for
343         just-loaded dll.
344
345 2003-02-12  Jason Molenda  (jmolenda@apple.com)
346
347         * symmisc.c (print_objfile_statistics): Include information about
348         the number of psymtabs and symtabs in each object file.
349
350 2003-02-13  Keith R Seitz  <keiths@redhat.com>
351
352         * main.h (struct captured_main_args): Add interpreter_p.
353         * main.c (captured_main): Initialize interpreter_p from context.
354         * gdb.c (main): Set interpreter_p argument.
355         * Makefile.in (gdb.o): Add dependency for interps.h.
356
357 2003-02-12  Andrew Cagney  <ac131313@redhat.com>
358
359         * event-top.c (cli_command_loop): Delete declaration.
360         (_initialize_event_loop): Delete function setting event_loop_hook.
361         * event-top.h (cli_command_loop): Declare.  Update copyright.
362         (EVENT_TOP_H): Define.  Wrap header in #ifdef EVENT_TOP_H.
363         * interps.c (current_interp_command_loop): When event_loop_p, call
364         cli_command_loop.
365
366 2003-02-12  Andrew Cagney  <ac131313@redhat.com>
367
368         * interps.h (interp_command_loop_ftype): Change return type to
369         void.
370
371 2003-02-12  Michal Ludvig  <mludvig@suse.cz>
372
373         * x86-64-tdep.c (x86_64_extract_return_value)
374         (x86_64_store_return_value): Use regcache instead of regbuf.
375         (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
376         * x86-64-linux-nat.c (fill_gregset): Use regcache.
377
378 2003-02-11  Andrew Cagney  <ac131313@redhat.com>
379
380         * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
381         * aclocal.m4: Regenerate.
382         * configure: Regenerate.
383
384         * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
385         TCL_LD_SEARCH_FLAGS.
386
387 2003-02-10  Michal Ludvig  <mludvig@suse.cz>
388
389         * dwarf2cfi.c: Reindented.
390
391 2003-02-09  Andrew Cagney  <ac131313@redhat.com>
392
393         * interps.c (clear_interpreter_hooks): Convert function definition
394         to ISO C.
395
396 2003-02-07  David Carlton  <carlton@math.stanford.edu>
397
398         * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
399
400 2003-02-07  Kevin Buettner  <kevinb@redhat.com>
401
402         * gdbtypes.h (struct main_type): Move ``length'' field from here...
403         (struct type): ...to here.
404         (TYPE_LENGTH): Adjust to reflect different location of ``length''
405         field.
406         * gdbtypes.c (make_qualified_type): Set length on newly created type.
407         (replace_type): Set length on all type variants for a given type.
408
409 2003-02-07  Andrew Cagney  <ac131313@redhat.com>
410
411         * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
412         <sys/stat.h>.
413         * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
414         
415 2003-02-06  Andrew Cagney  <ac131313@redhat.com>
416
417         * Makefile.in (symm-nat.o): Update dependencies.
418         (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
419         (lynx-nat.o, ia64-linux-nat.): Ditto.
420         * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
421         "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
422         * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
423
424         * Makefile.in (inflow_h): Define.
425         (procfs.o, inflow.o, procfs.o): Update dependencies.
426         * inftarg.c (child_stop): Delete extern declaration of
427         inferior_process_group.  Include "inflow.h".
428         * procfs.c (procfs_stop): Ditto.  Include "inflow.h".
429         * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
430         * inflow.h (PROCESS_GROUP_TYPE): ... to here.  New file.
431         (our_process_group, inferior_process_group): Extern declarations.
432
433         * procfs.c: Include "gdb_assert.h".
434
435         * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
436         * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
437         * jv-typeprint.c (java_type_print_base): Ditto.
438         * typeprint.c (typedef_print): Eliminate STREQ.
439         * cli/cli-script.c (define_command, define_command): Ditto.
440         * main.c (captured_main): Ditto.
441         * values.c (lookup_internalvar): Ditto.
442         * utils.c (safe_strerror, parse_escape): Eliminate assignment
443         within `if' conditional.
444         * linespec.c (decode_line_2): Ditto.
445         * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
446         (bfd_openw_with_cleanup): Ditto.
447
448 2003-02-07  Mark Kettenis  <kettenis@gnu.org>
449
450         * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
451         legacy_extract_return_value and store_return_value to
452         legacy_return_value.
453
454 2003-02-06  Raoul Gough  <RaoulGough@yahoo.co.uk>
455
456         * win32-nat.c (get_relocated_section_addrs): New function.  Find
457         section load addresses for symbol handling in relocated DLLs.
458         (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
459
460 2003-02-05  Fred Fish  <fnf@intrinsity.com>
461
462         * remote-e7000.c (e7000_drain_command): Fix precedence problem with
463         '=' and '!='.
464         * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
465         with '&' and '=='.
466         (angel_RDI_info): Ditto.
467         * infttrace.c (threads_continue_all_but_one): Fix precedence problem
468         with '&' and '!='.
469         (threads_continue_all_with_signals): Ditto.
470   
471 2003-02-05  Jim Ingham <jingham@apple.com>
472             Keith Seitz  <keiths@redhat.com>
473             Elena Zannoni  <ezannoni@redhat.com>
474             Andrew Cagney  <ac131313@redhat.com>
475
476         * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
477         (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
478         (SUBDIR_MI_OBS): Add "mi-interp.o".
479         (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
480         (SFILES): Add "interps.c".
481         (COMMON_OBS): Add "interps.o".
482         (interps_h, mi_main_h): Define.
483         (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
484         (mi-main.o, main.o, event-top.o): Update dependencies.
485         * cli/cli-interp.c: New file.
486         * interps.h, interps.c: New files.
487         * top.c: (gdb_init): Don't install the default interpreter, handed
488         by captured_main.
489         * main.c: Include "interps.h".
490         (interpreter_p): Note that it should malloc'ed.
491         (captured_command_loop): Call current_interp_command_loop.
492         (captured_main): Initialize interpreter_p to INTERP_CONSOLE.  Use
493         xfree and xstrdup when updating interpreter_p.  Install the
494         default interpreter.  Add hack to stop mi1's copyright notice
495         being encoded.
496         * event-top.h (gdb_setup_readline): Declare.
497         (gdb_disable_readline): Declare.
498         * event-top.c: Include "interps.h".
499         (display_gdb_prompt): Call current_interp_display_prompt_p.
500         (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
501         gdb_stdlog, and gdb_stdtarg.
502         (_initialize_event_loop): Don't call gdb_setup_readline.
503         * cli-out.c (cli_out_set_stream): New function.
504         * cli-out.h (cli_out_set_stream): Declare.
505
506 2003-02-06  Mark Kettenis  <kettenis@gnu.org>
507
508         * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
509         i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove.  These are all
510         handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
511         * config/i386/i386sco5.mt, config/i386/i386v4.mt,
512         config/i386/i386v42mp.mt: Removed.
513
514 2003-02-05  Mark Kettenis  <kettenis@gnu.org>
515
516         * configure.tgt (*-*-solaris*): Set gdb_osabi to
517         GDB_OSABI_SOLARIS.
518
519 2003-02-05  Michael Chastain  <mec@shout.net>
520
521         * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
522         2.12.1 and earlier versions.
523
524 2003-02-05  Andrew Cagney  <ac131313@redhat.com>
525
526         Remove orphaned hosts, targets and files.
527         * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
528         * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
529         * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
530         * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
531         * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
532         * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
533         * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
534         * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
535         * config/sparc/tm-sp64sim.h: Delete.
536         * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
537         hosts.
538         * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
539         mips*-dec-mach3* targets.
540
541 2003-02-04  Michael Chastain  <mec@shout.net>
542
543         * NEWS: Fix typo: sepcifying -> specifying.
544
545 2003-02-04  Michael Chastain  <mec@shout.net>
546
547         * dwarfread.c: Add documentation on the state of dwarf-1,
548         looking towards obsoletion.
549
550 2003-02-03  Michael Chastain  <mec@shout.net>
551
552         * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
553         gdb/testsuite/gdb.c++/pr-1023.exp.
554
555 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
556
557         * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
558         * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
559
560         * utils.c (init_page_info): Delete reference to MPW in comments.
561         * main.c (captured_main): Delete #ifdef MPW.
562
563 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
564
565         * NEWS: Note that the m32r-*-elf* is obsolete. 
566         * monitor.c (monitor_expect): Obsolete reference to m32r.
567         * configure.tgt: Mark m32r-*-elf* as obsolete.
568         * MAINTAINERS: Mark m32k as obsolete.
569         * m32r-rom.c: Obsolete file.
570         * config/m32r/m32r.mt: Obsolete file.
571         * config/m32r/tm-m32r.h: Obsolete file.
572         * m32r-stub.c: Obsolete file.
573         * m32r-tdep.c: Obsolete file.
574
575 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
576
577         * NEWS: Mention that the z8k-zilog-none is obsolete.
578         * MAINTAINERS: Mark z8k as obsolete.
579         * configure.tgt: Obsolete the z8k-*-coff* target.
580         * config/z8k/z8k.mt: Obsolete file.
581         * config/z8k/tm-z8k.h: Obsolete file.
582         * z8k-tdep.c: Obsolete file.
583
584 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
585
586         * NEWS: Mention that the mn10200-elf is obsolete.
587         * configure.tgt: Obsolete mn10200-*-* target.
588         * breakpoint.c (update_breakpoints_after_exec): Update comment to
589         mention that the mn10200 is obsolete.
590         * breakpoint.h: Ditto.
591         * MAINTAINERS: Mark the mn10200-elf as obsolete.
592         * config/mn10200/mn10200.mt: Obsolete file.
593         * config/mn10200/tm-mn10200.h: Obsolete file.
594         * mn10200-tdep.c: Obsolete file.
595
596 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
597
598         * MAINTAINERS: Mark h8500 as obsolete.
599         * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
600         * findvar.c (value_from_register): Ditto.
601         * h8500-tdep.c: Mark file as obsolete.
602         * config/h8500/h8500.mt: Ditto.
603         * config/h8500/tm-h8500.h: Ditto.
604         * NEWS: Mention that h8500 is obsolete.
605
606 2003-02-04  David Carlton  <carlton@math.stanford.edu>
607
608         * objfiles.c (allocate_objfile): Always set name.  Add comment at
609         start of function.
610         * jv-lang.c (get_dynamics_objfile): Add comment.
611
612 2003-02-04  David Carlton  <carlton@math.stanford.edu>
613
614         * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
615         * printcmd.c (build_address_symbolic): Replace uses of
616         SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
617         SYMBOL_NAME, and asm_demangle.
618         Update copyright.
619
620 2003-02-04  David Carlton  <carlton@math.stanford.edu>
621
622         * linespec.c (decode_compound): Extract code into
623         lookup_prefix_sym.
624         (lookup_prefix_sym): New function.
625
626 2003-02-04  David Carlton  <carlton@math.stanford.edu>
627
628         * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
629         FLOAT_COERCION_BADNESS.
630         * gdbtypes.c (rank_one_type): Replace all uses of
631         INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
632
633 2003-02-04  Jim Blandy  <jimb@redhat.com>
634
635         * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
636         section, let dwarf_macinfo_section point to it, not
637         dwarf_loc_section.
638
639 2003-02-04  Daniel Jacobowitz  <drow@mvista.com>
640
641         Pointed out by Anton Blanchard <anton@samba.org>.
642         * ppc-linux-tdep.c (insn_is_sigreturn): New function.
643         (ppc_linux_at_sigtramp_return_path): Use it.
644
645 2003-02-04  Daniel Jacobowitz  <drow@mvista.com>
646
647         * defs.h (streq): Add prototype.
648         * utils.c (streq): New function.
649
650         * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
651         SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
652         * mdebugread.c (new_symbol): Likewise.
653         * stabsread.c (define_symbol): Likewise.
654         * coffread.c (process_coff_symbol): Likewise.
655         * dwarfread.c (new_symbol): Likewise.
656
657         * minsyms.c (prim_record_minimal_symbol_and_info): Use
658         SYMBOL_SET_NAMES instead of setting SYMBOL_NAME.  Set the language
659         here.
660         (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
661         SYMBOL_INIT_DEMANGLED_NAME.
662         * objfiles.c: Include "hashtab.h".
663         (allocate_objfile): Call htab_set_functions_ex for the
664         demangled_names_hash.
665         (free_objfile): Call htab_delete for the demangled_names_hash.
666         * objfiles.h (struct htab): Add declaration.
667         (struct objfile): Add demangled_names_hash.
668         * symfile.c: Include "hashtab.h".
669         (reread_symbols): Call htab_delete for the demangled_names_hash.
670         (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
671         SYMBOL_NAME in the bcache.
672         * symtab.c: Include "hashtab.h".  Update comments.
673         (create_demangled_names_hash, symbol_set_names): New functions.
674         (symbol_find_demangled_name): New function, broken out from
675         symbol_init_demangled_names.
676         (symbol_init_demangled_names): Use it.
677         * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
678         (SYMBOL_SET_NAMES): New macro.
679         (symbol_set_names): Add prototype.
680
681 2003-02-03  Jim Blandy  <jimb@redhat.com>
682
683         Use a single, consistent representation for an empty minimal
684         symbol table in an objfile.
685         * objfiles.c (terminate_minimal_symbol_table): New function.
686         (allocate_objfile): Call it.
687         * objfiles.h (terminate_minimal_symbol_table): New declaration.
688         (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
689         non-NULL. 
690         * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
691         objfile has minimal symbols, compare minimal_symbol_count to zero,
692         instead of comparing msymbols with NULL.
693         * objfiles.c (have_minimal_symbols): Same.
694         * solib-sunos.c (solib_add_common_symbols): Call
695         terminate_minimal_symbol_table.
696         * symfile.c (reread_symbols): Same.
697         
698 2003-02-03  Kevin Buettner  <kevinb@redhat.com>
699
700         * s390-tdep.c (s390_address_class_type_flags)
701         (s390_address_class_type_flags_to_name)
702         (s390_address_class_name_to_type_flags): New functions.
703         (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
704         ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
705
706 2003-02-03  Michael Snyder  <msnyder@redhat.com>
707
708         * arm-tdep.c: Fix spell-o in comment.
709
710 2003-02-03  Michal Ludvig  <mludvig@suse.cz>
711
712         * dwarf2cfi.c (pointer_encoding): Added new parameter.
713         * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
714         error messages to contain BFD filename. 
715
716 2003-02-02  Elena Zannoni  <ezannoni@redhat.com>
717
718         Fix PR gdb/742 gdb/743 gdb/877
719         * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
720         (do_mixed_source_and_assembly): Use
721         make_cleanup_ui_out_tuple_begin_end and
722         make_cleanup_ui_out_tuple_begin_end.
723         (do_mixed_source_and_assembly): Ditto.
724         * thread.c (do_captured_list_thread_ids): Ditto.
725         * ui-out.h (ui_out_table_begin, ui_out_list_begin,
726         ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
727         ui_out_tuple_end): Delete prototypes.
728         * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
729         ui_out_list_end, ui_out_tuple_end): Delete.
730
731         From Kevin Buettner  <kevinb@redhat.com>:
732         * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
733         * ui-out.c (make_cleanup_ui_out_table_begin_end)
734         (do_cleanup_table_end):  New functions.
735         * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
736         Use cleanups to invoke_ui_out_tuple_end().
737         (breakpoint_1): Use cleanup to invoke ui_out_table_end().
738         * cli/cli-setshow.c (cmd_show_list): Use
739         make_cleanup_ui_out_tuple_begin_end.
740         
741 2003-02-02  Andrew Cagney  <ac131313@redhat.com>
742
743         * frame.c (frame_unwind_register): New function.
744         (frame_unwind_unsigned_register): Use.
745         (frame_unwind_signed_register): Use.
746         (frame_read_register): New function.
747         * frame.h (frame_unwind_register): Declare.
748         (frame_read_register): Declare.
749
750         * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
751         and frame_unwind_register instead of read_memory, write_register
752         and deprecated_write_register_bytes.
753
754 2003-02-02  Andrew Cagney  <ac131313@redhat.com>
755
756         * frame.h: Note that namelen can be negative.
757         * frame.c (frame_map_name_to_regnum): When LEN is negative, use
758         NAME's length.
759
760         * NEWS: Mention that the d10v's `regs' command is deprecated.
761         * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
762         (d10v_print_registers_info): New function.
763         (show_regs): Call d10v_print_registers_info.
764         (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
765
766 2003-02-02  Mark Kettenis  <kettenis@gnu.org>
767
768         * stack.c (print_frame_info): Restore call to annotate_frame_begin
769         lost in the previous patch.
770
771 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
772
773         From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
774         * stack.c (print_frame_info_base): Output complete FRAME tuple
775         for synthesized frames.
776
777 2003-02-02  Andrew Cagney  <ac131313@redhat.com>
778
779         * mips-nat.c (zerobuf): Delete.
780         (fetch_inferior_registers): Alloc local zerobuf.
781         (fetch_core_registers): Alloc local zerobuf.
782         * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
783         MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
784         * thread-db.c (thread_db_store_registers): Ditto.
785         * sh-tdep.c (sh_do_register): Ditto.
786         * rom68k-rom.c (rom68k_supply_one_register): Ditto.
787         * remote-sim.c (gdbsim_store_register): Ditto.
788         * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
789         * remote-e7000.c (fetch_regs_from_dump): Ditto.
790         * monitor.c (monitor_supply_register): Ditto.
791         * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
792         * mips-nat.c (fetch_inferior_registers): Ditto.
793         * m68klinux-nat.c (fetch_register): Ditto.
794         * lynx-nat.c (fetch_inferior_registers): Ditto.
795         (fetch_inferior_registers): Ditto.
796         * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
797         * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
798         (hpux_thread_store_registers): Ditto.
799         * hppah-nat.c (fetch_register): Ditto.
800         * hppab-nat.c (fetch_register): Ditto.
801         * hppa-tdep.c (pa_register_look_aside): Ditto.
802         (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
803         * dve3900-rom.c (fetch_bitmapped_register): Ditto.
804
805 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
806
807         * gdbarch.sh: Explictly specify all method levels.  When a
808         variable with an empty level, provide a non-multi-arch default.
809         (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
810         * gdbarch.h: Re-generate.
811         * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete.  Always defined.
812         * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
813
814 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
815
816         * defs.h (host_pointer_to_address): Delete declaration.
817         (address_to_host_pointer): Delete declaration.
818         * utils.c (host_pointer_to_address): Delete function.
819         (address_to_host_pointer): Delete function.
820         * procfs.c (procfs_address_to_host_pointer): New function.
821         * procfs.c (proc_set_watchpoint): Use.
822         (procfs_can_use_hw_breakpoint): Update comments.
823         * somsolib.c (hpux_address_to_host_pointer_hack): New function.
824         (som_solib_add): Use.
825         * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
826         * hppa-tdep.c (unwind_command): Use.
827         
828 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
829
830         * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
831         strlen d_name.
832
833         * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
834         ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
835         (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
836         * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
837         (define_symbol): Update.
838         * symfile.c (generic_load): Remove references to nindy.
839         * symtab.c: Remove references to nindy.
840
841 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
842
843         * infcmd.c (print_float_info): Delete code conditional on
844         FLOAT_INFO.
845         * config/nm-lynx.h: Delete #undef FLOAT_INFO.  Update copyright.
846         * config/m68k/nm-apollo68b.h: Ditto.
847         * config/i386/tm-ptx.h (FLOAT_INFO): Delete.  Update copyright.
848         * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
849         * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
850
851 2003-02-01  Mark Kettenis  <kettenis@gnu.org>
852
853         * config/i386/tm-i386os9k.h: Removed.
854
855         * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
856         Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
857         they're identical to i[3456]86-*-sysv* now.
858         * config/i386/i386v32.mh: Removed.
859         * config/i386/xm-i386v32.h: Removed.
860         * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
861
862         * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
863
864         * config/i386/i386dgux.mh: Removed.
865         * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
866
867         * configure.in: Fix typo.
868         * configure: Regenerated.
869
870 2003-01-31  David Carlton  <carlton@math.stanford.edu>
871
872         * dwarf2read.c (dwarf2_locate_sections): Set
873         dwarf_ranges_section.
874
875 2003-01-31  Andrew Cagney  <ac131313@redhat.com>
876
877         * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
878         * utils.c: Update comments documenting legitimate uses of PTR.
879         
880         * utils.c: Re-indent.
881
882         * config/djgpp/fnchange.lst: Delete nindy files.
883         * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
884         * nindy-share/nindy.c, nindy-share/env.h: Delete files.
885         * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
886         * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
887         * nindy-share/README, nindy-share/Onindy.c: Delete files.
888         * nindy-tdep.c, nindy-share/Makefile: Delete files.
889         * Makefile.in (init.c): Remove nindy references.
890         (saber_gdb): Delete rule.
891         (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
892         nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
893         and a68v-nat.c.
894         (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
895         (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
896         (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
897         nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
898         nindy-share/stop.h.
899         * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
900         * saber.suppress: Delete file.
901
902 2003-01-31  Daniel Jacobowitz  <drow@mvista.com>
903
904         * dbxread.c (stabs_data): New static variable.
905         (fill_symbuf): Support an in-memory buffer for stabs data.
906         (stabs_seek): New function.
907         (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
908         (read_ofile_symtab): Use stabs_seek.
909         (elfstab_build_psymtabs): Take an asection* instead of
910         an offset and size.  Relocate the stabs data if necessary.
911         Save the section* for dbx_psymtab_to_symtab.
912         * dwarf2read.c: Add section variables for each debug section.
913         (dwarf2_locate_sections): Fill them in.
914         (dwarf2_read_section): Take an asection* argument.
915         Relocate the section contents if necessary.
916         (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
917         * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
918         it to dwarf2_read_section.
919         (dwarf2_build_frame_info): Update callers.
920         * elfread.c (elf_symfile_read): Update call to
921         elfstab_build_psymtabs.
922         * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
923         (DBX_STAB_SECTION): New macro.
924         * stabsread.h (elfstab_build_psymtabs): Update prototype. 
925         * symfile.c (symfile_dummy_outputs): New function.
926         (symfile_relocate_debug_section): New function.
927         * symfile.h (symfile_relocate_debug_section): Add prototype.
928
929 2003-01-31  Richard Henderson  <rth@redhat.com>
930
931         * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
932         (register_addr): ... here.  Support ALPHA_UNIQUE_REGNUM.
933         (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
934         * alpha-tdep.c (alpha_register_name): Add "unique".
935         * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
936         (ALPHA_UNIQUE_REGNUM): New.
937         * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
938
939 2003-01-31  Andrew Cagney  <ac131313@redhat.com>
940
941         * README: Remove reference to Ericsson 1800 monitor.
942         * Makefile.in (remote-es.o): Delete rule.
943         (ALLDEPFILES): Delete remote-es.c.
944         * remote-es.c: Delete file.
945         * config/m68k/es1800.mt: Delete file.
946         * config/djgpp/fnchange.lst: Update.
947         * configure.tgt: Delete m68*-ericsson-* target.
948
949 2003-01-31  Adam Fedor  <fedor@gnu.org>
950
951         * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
952         Remove duplicate/shadowing variable of same name.
953
954 2003-01-30  Jim Blandy  <jimb@redhat.com>
955
956         * symfile.c (find_separate_debug_file): Assert that the objfile's
957         directory name we compute ends with a slash, and then assume that
958         that's so everywhere we use it.
959
960 2003-01-30  Daniel Jacobowitz  <drow@mvista.com>
961
962         * valops.c (value_assign): Flush frame cache after stores to memory
963         also.
964
965 2003-01-30  Andrew Cagney  <ac131313@redhat.com>
966
967         * Makefile.in (mon960-rom.o): Delete rule.
968         * mon960-rom.c: Delete file.
969
970 2003-01-30  Andrew Cagney  <ac131313@redhat.com>
971
972         * d10v-tdep.c: Include "frame-unwind.h".
973         (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
974         list.
975         (next_addr, uses_frame): Delete.
976         (struct d10v_unwind_cache): Define.
977         (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
978         Use info instead of next_addr and uses_frame globals.
979         (d10v_frame_init_saved_regs): Delete function.
980         (d10v_init_extra_frame_info): Delete function.
981         (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
982         frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
983         init_frame_pc or frame_saved_pc.
984         (d10v_pop_frame): Delete function.
985         (do_d10v_pop_frame): Delete function.
986         (d10v_frame_chain): Delete function.
987         (d10v_frame_chain_valid): Delete function.
988         (d10v_frame_pc_unwind): New function.
989         (d10v_frame_id_unwind): New function.
990         (saved_regs_unwinder): New function.
991         (d10v_frame_register_unwind): New function.
992         (d10v_frame_pop): New function.
993         (d10v_frame_unwind): New variable.
994         (d10v_frame_p): New function.
995         (d10v_frame_saved_pc): Delete function.
996         * Makefile.in (d10v-tdep.o): Update dependencies.
997
998 2003-01-30  J. Brobecker  <brobecker@gnat.com>
999
1000         * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
1001         causing some regressions due to a change in the default value
1002         for this macro.
1003
1004 2003-01-29  Richard Henderson  <rth@redhat.com>
1005             Elena Zannoni  <ezannoni@redhat.com>
1006             Daniel Jacobowitz  <drow@mvista.com>
1007
1008         Fix PR gdb/961.
1009         * dwarf2read.c  (dwarf_ranges_offset, dwarf_ranges_size): New
1010         variables.
1011         (RANGES_SECTION): New.
1012         (dwarf_ranges_buffer): New variable.
1013         (struct comp_unit_head): Add member "die".
1014         (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
1015         (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
1016         (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
1017         (dwarf2_locate_sections): Likewise.
1018         (dwarf2_build_psymtabs): Read .debug_ranges.
1019         (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
1020         (psymtab_to_symtab_1): Swap dwarf_ranges in.  Set cu_header.die.
1021         (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
1022         Look for DW_AT_ranges and return the bounding box.
1023
1024 2003-01-29  Brian Ford <ford@vss.fsi.com>
1025
1026         * win32-nat.c (cygwin_pid): Removed as unused.
1027         (child_attach): Try fall back to Cygwin pid.
1028
1029 2003-01-29  Jim Blandy  <jimb@redhat.com>
1030
1031         * objfiles.h (struct objfile): Doc fix.
1032
1033 2003-01-29  Andrew Cagney  <ac131313@redhat.com>
1034
1035         * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
1036         (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
1037         (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
1038         (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
1039         * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
1040         (FRAME_SAVED_PC): Change to a function with predicate.
1041         * gdbarch.h, gdbarch.c: Re-generate.
1042
1043 2003-01-28  Andrew Cagney  <ac131313@redhat.com>
1044
1045         * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
1046
1047         * complaints.c (complain): Delete function.
1048         * complaints.h (struct deprecated_complaint): Delete definition.
1049         (complain): Delete declaration.
1050
1051 2003-01-28  Kevin Buettner  <kevinb@redhat.com>
1052
1053         * mips-tdep.c (mips_init_extra_frame_info): Return early for
1054         dummy frames.
1055
1056 2003-01-27  Andrew Cagney  <ac131313@redhat.com>
1057
1058         * sentinel-frame.h, sentinel-frame.c: New files.
1059         * Makefile.in (frame.o): Update dependencies.
1060         (SFILES): Add sentinel-frame.c.
1061         (sentinel_frame_h): Define.
1062         (COMMON_OBS): Add sentinel-frame.o.
1063         (sentinel-frame.o): Specify dependencies.
1064         * frame.c: Include "sentinel-frame.h".
1065         (frame_register_unwind): Rewrite assuming that there is always a a
1066         ->next frame.
1067         (frame_register, generic_unwind_get_saved_register): Ditto.
1068         (frame_read_unsigned_register, frame_read_signed_register): Ditto.
1069         (create_sentinel_frame, unwind_to_current_frame): New functions.
1070         (get_current_frame): Rewrite using create_sentinel_frame and
1071         unwind_to_current_frame.  When possible, always create a frame.
1072         (create_new_frame): Set next to the sentinel frame.
1073         (get_next_frame): Rewrite.  Don't go below the level 0 frame.
1074         (deprecated_update_frame_pc_hack): Update the next frame's PC and
1075         ID cache when necessary.
1076         (frame_saved_regs_id_unwind): Use frame_relative_level.
1077         (deprecated_generic_get_saved_register): Use frame_relative_level,
1078         get_frame_saved_regs, get_frame_pc, get_frame_base and
1079         get_next_frame.
1080         (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
1081         frame_register.
1082
1083 2003-01-27  Daniel Jacobowitz  <drow@mvista.com>
1084
1085         * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
1086
1087 2003-01-27  Daniel Jacobowitz  <drow@mvista.com>
1088
1089         * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
1090         (maintenance_set_profile_cmd): Use error () instead of warning ().
1091
1092 2003-01-27  Daniel Jacobowitz  <drow@mvista.com>
1093
1094         * configure.in: Check that -pg works if using --enable-profiling.
1095         Check for monstartup and _mcleanup regardless of --enable-profiling.
1096         * maint.c: Check for monstartup and _mcleanup before using them.
1097         * config.in: Regenerated.
1098         * configure: Regenerated.
1099
1100 2003-01-24  Nick Clifton  <nickc@redhat.com>
1101
1102         * Add sh2e support:
1103
1104         2002-04-02  Elena Zannoni  <ezannoni@redhat.com>
1105
1106                 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
1107                 (sh2e_show_regs): New.
1108                 (sh_gdbarch_init): Handle bfd_mach_sh2e.
1109                 * config/sh/tm-sh.h: Added sh2e to comments.
1110
1111 2003-01-23  Jim Blandy  <jimb@redhat.com>
1112
1113         * symfile.c (syms_from_objfile): Don't print the "(no debugging
1114         symbols found)" message here; we haven't checked for a separate
1115         debug info file yet, so we don't know yet.
1116         (symbol_file_add_with_addrs_or_offsets): Print it here, after
1117         we've looked everywhere.  Also, there's no need to print a special
1118         message when we're loading the separate debug info file: the one
1119         symbol_file_add prints is fine.
1120
1121 2003-01-23  Alexander Larsson <alexl@redhat.com>
1122             Jim Blandy  <jimb@redhat.com>
1123
1124         Add support for executables whose debug info has been separated
1125         out into a separate file, leaving only a link behind.
1126         * objfiles.h (struct objfile): New fields: separate_debug_objfile
1127         and separate_debug_objfile_backlink.
1128         (put_objfile_before): New declaration.
1129         * symfile.c: #include "filenames.h".
1130         (symbol_file_add_with_addrs_or_offsets): If this objfile has its
1131         debug info in a separate file, read that, too. Save the addrs
1132         argument, so we can use it again to read the separated debug info;
1133         syms_from_objfile modifies the table we pass it.
1134         (reread_symbols): After re-reading an objfile, call
1135         reread_separate_symbols to refresh its separate debug info
1136         objfile, if it has one.
1137         (reread_separate_symbols, find_separate_debug_file,
1138         get_debug_link_info, separate_debug_file_exists): New functions.
1139         (debug_file_directory): New global var.
1140         (_initialize_symfile): Initialize debug_file_directory, and
1141         provide the new `set debug-file-directory' command to let the user
1142         change it.
1143         * objfiles.c (free_objfile): If this objfile has its debug info in
1144         a separate objfile, free that one too.  If this is itself a
1145         separate debug info objfile, clear our parent's backlink.
1146         (put_objfile_before): New function.
1147         * utils.c (gnu_debuglink_crc32): New function.
1148         * defs.h (gnu_debuglink_crc32): New declaration.
1149         * Makefile.in (symfile.o): Note dependency on "filenames.h".
1150         * configure.in: Handle --with-separate-debug-dir config option.
1151         * acinclude.m4 (AC_DEFINE_DIR): New macro.
1152         * acconfig.h (DEBUGDIR): New macro.
1153         * configure, aclocal.m4, config.in: Regenerated.
1154
1155 2003-01-22  Jim Blandy  <jimb@redhat.com>
1156
1157         * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
1158         like the old symbol_file_add, but taking new arguments: you can
1159         now pass in either a `struct section_addr_info' list to say where
1160         each section is loaded, or a `struct section_offsets' table.  Pass
1161         these new arguments through to syms_from_objfile as appropriate.
1162         (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets, 
1163         with the appropriate quiescent values for the new arguments.
1164
1165         * symfile.c: #include "gdb_assert.h".
1166         (syms_from_objfile): Add the ability to pass in a section offset
1167         table directly, as an alternative to the section_addr_info table.
1168         Document arguments better.
1169         (symbol_file_add): Pass extra arguments to syms_from_objfile.
1170         * symfile.h (syms_from_objfile): Update declaration.
1171         * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
1172         syms_from_objfile.
1173         * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
1174
1175 2003-01-22  Daniel Jacobowitz  <drow@mvista.com>
1176
1177         Original patch by Tom Tromey <tromey@cygnus.com> and
1178         Jason Molenda <jmolenda@apple.com>.
1179         * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
1180         (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
1181         * NEWS: Mention profiling.
1182         * configure.in (--enable-gdbtk): Fix typo.
1183         (--enable-profiling): New.  Set PROFILE_CFLAGS.
1184         * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
1185         Fill in function.
1186         (profiling_state): New variable.
1187         (mcleanup_wrapper): New function.
1188         (_initialize_maint): Remove NOTYET, fix call to
1189         add_setshow_boolean_cmd for "maint set profile".
1190         * configure: Regenerated.
1191
1192 2003-01-21  Martin M. Hunt  <hunt@redhat.com>
1193
1194         * Makefile.in (install-gdbtk): Install PNG images too.
1195
1196 2003-01-21  Andrew Cagney  <ac131313@redhat.com>
1197
1198         * exec.c (text_start): Delete global variable.
1199         (exec_file_attach): Make text_start local to the function.
1200         * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
1201         * valops.c (hand_function_call): Delete code that handles
1202         BEFORE_TEXT_END and AFTER_TEXT_END.
1203         * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
1204         of CALL_DUMMY_LOCATION.
1205         * gdbarch.c: Regenerate.
1206         * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
1207         (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
1208         * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
1209         (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
1210         (text_end): Delete extern declaration.
1211
1212 2003-01-21  Andrew Cagney  <ac131313@redhat.com>
1213
1214         * frame.h (FRAME_OBSTACK_ZALLOC): Define.
1215         * blockframe.c (backtrace_below_main): Move to "frame.c".
1216         (frame_chain_valid): Delete check for backtrace_below_main.
1217         (_initialize_blockframe): Delete initialization, move ``set
1218         backtrace-below-main'' command to "frame.c".
1219         (do_flush_frames_sfunc): Delete function.
1220         * frame.c: Include "command.h" and "gdbcmd.h".
1221         (frame_type_from_pc): New function.
1222         (create_new_frame): Use frame_type_from_pc.
1223         (legacy_get_prev_frame): New function.
1224         (get_prev_frame): Rewrite.  When an old style frame, call
1225         legacy_get_prev_frame.  Otherwize, unwind the PC first.
1226         (_initialize_frame): Add ``set backtrace-below-main'' command.
1227         * Makefile.in (frame.o): Update dependencies.
1228
1229 2003-01-19  Andrew Cagney  <ac131313@redhat.com>
1230
1231         * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
1232         DEPRECATED_REGISTERS_INFO.
1233
1234 2003-01-19  Andrew Cagney  <ac131313@redhat.com>
1235
1236         * MAINTAINERS: Replace `Blanket Write Privs' with `Global
1237         Maintainers'.  Update `Various Maintainers'.
1238
1239 2003-01-19  Andrew Cagney  <ac131313@redhat.com>
1240
1241         * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
1242         * gdbarch.sh (POP_FRAME): Change to function with predicate.
1243         Suppress actual parameters when `-'.
1244         * gdbarch.h, gdbarch.c: Regenerate.
1245
1246 2003-01-19  Andrew Cagney  <ac131313@redhat.com>
1247
1248         * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
1249         code handling dummy frames.
1250
1251 2003-01-19  Andrew Cagney  <ac131313@redhat.com>
1252
1253         * frame-unwind.h (frame_unwind_pop_ftype): Declare.
1254         (struct frame_unwind): Add field pop.
1255         * frame.h (frame_pop): Declare.
1256         * frame.c (frame_saved_regs_pop): New function.
1257         (trad_frame_unwinder): Add frame_saved_regs_pop.
1258         (frame_pop): New function.
1259         * dummy-frame.c (dummy_frame_pop): New function.
1260         (discard_innermost_dummy): New function.
1261         (generic_pop_dummy_frame): Use discard_innermost_dummy.
1262         (dummy_frame_unwind): Add dummy_frame_pop.
1263         * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
1264         * valops.c (hand_function_call): Ditto.
1265         * stack.c (return_command): Ditto.
1266
1267 2003-01-18  Andrew Cagney  <ac131313@redhat.com>
1268
1269         * cris-tdep.c: Fix function declaration indentation.
1270         * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
1271         * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
1272         * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
1273         * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
1274         * xcoffread.c, config/pa/tm-hppa.h: Ditto.
1275         * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
1276
1277 2003-01-18  Michael Chastain  <mec@shout.net>
1278
1279         * README (Unpacking and Installation -- quick overview):
1280         Warn against ".../gdb-5.3/gdb/configure".
1281
1282 2003-01-18  Andrew Cagney  <ac131313@redhat.com>
1283
1284         * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
1285         (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
1286         (struct frame_unwind): Declare opaque.
1287         (dummy_frame_p): Declare function.
1288         * dummy-frame.c (dummy_frame_id_unwind): Make static.
1289         (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
1290         * dummy-frame.c: Include "frame-unwind.h".
1291         (dummy_frame_p): New function.
1292         (dummy_frame_unwind): New variable.
1293         * frame.c: Include "frame-unwind.h".
1294         (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
1295         to use the new unwind field.
1296         (set_unwind_by_pc): Delete function.
1297         (create_new_frame, get_prev_frame): Set unwind field using
1298         frame_unwind_find_by_pc.
1299         (trad_frame_unwind, trad_frame_unwinder): New variables.
1300         * frame.h (trad_frame_unwind): Declare variable.
1301         (frame_id_unwind_ftype): Delete declaration.
1302         (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
1303         (struct frame_unwind): Declare opaque.
1304         (struct frame_info): Replace the fields id_unwind, pc_unwind and
1305         register_unwind with a single unwind pointer.
1306         * frame-unwind.h, frame-unwind.c: New files.
1307         * Makefile.in (SFILES): Add frame-unwind.c.
1308         (frame_unwind_h): Define.
1309         (COMMON_OBS): Add frame-unwind.o.
1310         (frame-unwind.o): Specify dependencies.
1311         (frame.o, dummy-frame.o): Update dependencies.
1312         
1313 2003-01-18  Andrew Cagney  <ac131313@redhat.com>
1314
1315         * ada-valprint.c: Eliminate PTR.
1316         * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
1317         * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
1318         * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
1319         * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
1320         * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
1321         * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
1322         * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
1323         
1324 2003-01-17  Andrew Cagney  <ac131313@redhat.com>
1325
1326         * main.c (captured_main): Don't use PTR.
1327         * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
1328         * gdbtypes.c (lookup_primitive_typename): Ditto.
1329         (lookup_struct_elt_type): Ditto.
1330         * f-valprint.c (info_common_command): Ditto.
1331         (list_all_visible_commons): Ditto.
1332         * jv-typeprint.c (java_type_print_base): Ditto.
1333
1334         * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
1335         mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
1336         Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c.  Rename
1337         i386-interix-nat.c and i386-interix-tdep.c.  Rename
1338         m68klinux-nat.c and m68klinux-tdep.c.  Rename
1339         config/mips/tm-linux.h and config/mips/tm-linux64.h.  Rename
1340         bfd/po/.cvsignore and opcodes/po/.cvsignore.  Rename
1341         gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
1342         * main.c (captured_main): Use xfree, not free.
1343
1344 2003-01-16  Andrew Cagney  <ac131313@redhat.com>
1345
1346         * frame.h (frame_id_unwind_ftype): Change type so that the frame's
1347         ID back using a parameter.
1348         * frame.c (frame_id_unwind): Update call.
1349         (frame_saved_regs_id_unwind): Update.
1350         * dummy-frame.c (dummy_frame_id_unwind): Update function.
1351         * dummy-frame.h (struct frame_id): Add opaque declaration.
1352         (dummy_frame_id_unwind): Update declaration.
1353
1354 2003-01-15  Andrew Cagney  <ac131313@redhat.com>
1355
1356         * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
1357
1358 2003-01-15  Stephen P. Smith <ischis2@cox.net>
1359
1360         * MAINTAINERS (Stephen P. Smith): Updated email address.
1361
1362 2003-01-14  Elena Zannoni  <ezannoni@redhat.com>
1363
1364         Fix PR gdb/898
1365         * breakpoint.c (until_break_command): Add new argument.  Use it to
1366         decide whether to stop only at the current frame or not.
1367         * breakpoint.h (until_break_command): Update prototype.
1368         * infcmd.c (until_command): Add new argument to until_break_command
1369         call.
1370         (advance_command): New function.
1371         (_initialize_infcmd): Update help string for 'until' command.
1372         Add new 'advance' command.
1373
1374 2003-01-14  David Carlton  <carlton@math.stanford.edu>
1375
1376         * linespec.c (decode_line_1): Normalize comments.
1377         (set_flags): Ditto.
1378         (locate_first_half): Ditto.
1379         (decode_compound): Ditto.
1380         (symtab_from_filename): Ditto.
1381         (decode_all_digits): Ditto.
1382         (decode_dollar): Ditto.
1383         (find_methods): Ditto.
1384         (find_toplevel_char): Ditto.
1385
1386 2003-01-13  Andrew Cagney  <ac131313@redhat.com>
1387
1388         * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
1389         * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
1390         * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
1391         * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
1392         * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
1393         * language.c, language.h, m32r-tdep.c: Update copyright.
1394         * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
1395         * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
1396         * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
1397         * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
1398         * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
1399         * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
1400
1401 2003-01-13  Elena Zannoni  <ezannoni@redhat.com>
1402
1403         * stabsread.h (process_later, resolve_cfront_continuation):
1404         Obsolete.
1405         Update copyright years.
1406         * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
1407         Update copyright year.
1408         * dbxread.c(struct cont_elem): Obsolete.
1409         (process_later, process_now): Obsolete functions. 
1410         (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
1411         Update copyright year.
1412         * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
1413         (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
1414         * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
1415         (parse_partial_symbols): Obsolete cfront support.
1416         * stabsread.c
1417         (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
1418         macros.
1419         (get_substring, get_cfront_method_physname, msg_unknown_complaint,
1420         read_cfront_baseclasses, read_cfront_member_functions,
1421         resolve_cfront_continuation,read_cfront_static_fields,
1422         copy_cfront_struct_fields): Obsolete functions.
1423         (define_symbol, read_one_struct_field): Obsolete cfront support.
1424         * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
1425         Update Copyright year.
1426
1427 2003-01-13  Elena Zannoni  <ezannoni@redhat.com>
1428
1429         * stack.c (print_frame_info, print_stack_frame_base_stub,
1430         print_stack_frame_base, show_and_print_stack_frame_stub,
1431         show_and_print_stack_frame, print_only_stack_frame_stub,
1432         print_only_stack_frame): Delete functions.
1433         (print_stack_frame_stub): Call print_frame_info instead of
1434         print_frame_info_base.
1435         (print_frame_info_base): Rename to print_frame_info.
1436         (backtrace_command_1): Call print_frame_info, instead of
1437         print_frame_info_base.
1438         (current_frame_command): Call print_stack_frame, instead of
1439         print_only_stack_frame.
1440         (frame_command): Call print_stack_frame, instead of
1441         show_and_print_stack_frame.
1442         (up_command): Ditto.
1443         (down_command): Ditto.
1444         * frame.h (print_only_stack_frame): Delete prototype.
1445         * infrun.c (normal_stop): Call print_stack_frame, instead of
1446         show_and_print_stack_frame.
1447         * thread.c (info_threads_command): Call print_stack_frame, instead
1448         of print_only_stack_frame.
1449
1450 2003-01-13  Andrew Cagney  <ac131313@redhat.com>
1451
1452         * README (Graphical interface to GDB): Update URL.  Point at
1453         gdb/links/.
1454
1455         * gdb_indent.sh: Update to version 2.2.9.  Warn when not exact
1456         version match.
1457
1458 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
1459
1460         * symtab.c (find_pc_sect_line): Don't consider end-of-function
1461         lines.
1462
1463 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
1464
1465         * thread-db.c (attach_thread): Prototype.
1466         (struct private_thread_info): Remove lwpid.  Add thread handle (th),
1467         thread information (ti), and valid flags (th_valid, ti_valid).
1468         (attach_thread): Move target_pid_to_str call to after the thread
1469         is added to GDB's list.  Initialize the cache.
1470         (thread_get_info_callback, thread_db_map_id2thr)
1471         (thread_db_get_info): New functions.
1472         (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
1473         (thread_db_store_registers, thread_db_thread_alive)
1474         (thread_db_get_thread_local_address): Use them.
1475         (thread_db_pid_to_str): Likewise.  Return "Missing" instead
1476         of calling error() for threads in unknown state.
1477
1478         (clear_lwpid_callback): New function.
1479         (thread_db_resume): Use it to clear the cache.
1480
1481 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
1482
1483         * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
1484         (resume_callback): Remove dead code.
1485
1486 2003-01-13  Andrew Cagney  <ac131313@redhat.com>
1487
1488         * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
1489         predicate.
1490         * gdbarch.h, gdbarch.c: Regenerate.
1491         * stack.c (frame_info): Only initialize the saved registers when
1492         FRAME_INIT_SAVED_REGS_P.
1493         * frame.c (frame_saved_regs_register_unwind): Assert
1494         FRAME_INIT_SAVED_REGS_P.
1495         (deprecated_generic_get_saved_register): Ditto.
1496
1497 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
1498
1499         * source.c (openp): Squelch warning about "filename".
1500
1501 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
1502
1503         * source.c (openp): If the file does not exist don't necessarily
1504         search the path.
1505
1506 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
1507
1508         Fix PR gdb/872.
1509         * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
1510         (integer_types_same_name_p): New function.
1511         (rank_one_type): Use it.
1512         * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
1513
1514 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
1515
1516         * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
1517         variables.
1518         (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
1519         * configure.in: Add --with-sysroot.
1520         * configure: Regenerated.
1521         * main.c (gdb_sysroot): New variable.
1522         (captured_main): Initialize gdb_sysroot.
1523         * defs.h (gdb_sysroot): New extern declaration.
1524         * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
1525
1526 2003-01-12  Michael Chastain  <mec@shout.net>
1527
1528         * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
1529
1530 2003-01-12  Michael Chastain  <mec@shout.net>
1531
1532         * top.c (print_gdb_version): Bump copyright year to 2003.
1533
1534 2003-01-12  David Carlton  <carlton@bactrian.org>
1535
1536         * linespec.c (symtab_from_filename): Rename variable 's' to
1537         'file_symtab'.
1538
1539 2003-01-12  Andrew Cagney  <ac131313@redhat.com>
1540
1541         * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
1542         dummy frame.
1543         (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
1544
1545 2003-01-12  Andrew Cagney  <ac131313@redhat.com>
1546
1547         * d10v-tdep.c: Include "gdb_assert.h".
1548         (d10v_store_return_value): Rewrite to match current interface.
1549         (d10v_extract_struct_value_address): Ditto.
1550         (d10v_extract_return_value): Ditto.
1551         (d10v_gdbarch_init): Set store_restore_value,
1552         extract_struct_value_address and extract_return_value.
1553
1554 2003-01-12  J. Brobecker  <brobecker@gnat.com>
1555
1556         * hpread.c (set_namestring): New procedure replacing the
1557         SET_NAMESTRING macro.
1558         (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
1559         by calls to set_namestring.
1560
1561 2003-01-11  J. Brobecker  <brobecker@gnat.com>
1562
1563         * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
1564         a compilation warning.
1565         (hpread_process_one_debug_symbol): Likewise.
1566
1567 2003-01-10  David Carlton  <carlton@math.stanford.edu>
1568
1569         * linespec.c (decode_line_1): Rename variable 's' to
1570         'file_symtab'.
1571         (decode_all_digits): Rename argument 's' to 'file_symtab'.
1572         (decode_dollar): Ditto.
1573         (decode_variable): Ditto.
1574         (symbol_found): Ditto.
1575
1576 2003-01-09  Michael Chastain  <mec@shout.net>
1577
1578         * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
1579
1580 2003-01-07  Corinna Vinschen  <vinschen@redhat.com>
1581
1582         * win32-nat.c (set_process_privilege): New function.
1583         (child_attach): Call set_process_privilege() to enable the
1584         SE_DEBUG_NAME user privilege if available in process token.
1585
1586 2003-01-10  J. Brobecker  <brobecker@gnat.com>
1587
1588         * hpread.c (hpread_process_one_debug_symbol): Fix a small
1589         compilation error in the previous revision.
1590
1591 2003-01-09  David Carlton  <carlton@math.stanford.edu>
1592
1593         * linespec.c: Update copyright.
1594
1595 2003-01-09  Daniel Jacobowitz  <drow@mvista.com>
1596
1597         * lin-lwp.c (child_wait): Ignore exit statuses for processes other
1598         than inferior_ptid.
1599         (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
1600
1601 2003-01-09  Andrew Cagney  <ac131313@redhat.com>
1602
1603         * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
1604         Update comments.
1605         * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
1606         (frame_saved_regs_zalloc): Update.
1607         (frame_saved_regs_register_unwind): Update.
1608         (create_new_frame): Update.
1609         (get_prev_frame): Update.
1610         (frame_extra_info_zalloc): Update.
1611         (deprecated_get_frame_saved_regs): Update.
1612         * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
1613         * cris-tdep.c: Update comment.
1614
1615         * somsolib.h: Fix function indentation.
1616         * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
1617         * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
1618         * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
1619         * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
1620         * somsolib.c, inftarg.c: Remove assignment in if conditional.
1621
1622         * infrun.c (follow_fork): Use ISO C definition.
1623         * expprint.c (print_subexp): Use xfree instead of free.
1624         * charset.c: Include "gdb_string.h" instead of <string.h>.
1625         (register_iconv_charsets): Use ISO C definition.
1626         (host_charset, target_charset): Ditto.
1627         * Makefile.in (charset.o): Update dependencies.
1628         (mi-cmd-env.o): Update dependencies.
1629
1630 2003-01-08  Andrew Cagney  <cagney@redhat.com>
1631
1632         * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
1633         get_frame_base.
1634
1635 2003-01-08  Andrew Cagney  <ac131313@redhat.com>
1636
1637         * gdb_mbuild.sh: Add --keep option.  When specified, keep the
1638         build directories.  Save edited gdb output in Mbuild.log.  If a
1639         build fails, remove any final GDB executable.
1640
1641 2003-01-08  Andrew Cagney  <ac131313@redhat.com>
1642
1643         * gdb_mbuild.sh: Edit the output of `maint print architecture'
1644         replacing hex constants with function names and stripping leading
1645         file name directory prefixes.
1646
1647 2003-01-08  Andrew Cagney  <cagney@redhat.com>
1648
1649         * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
1650         get_frame_base.
1651
1652 2003-01-08  David Carlton  <carlton@math.stanford.edu>
1653
1654         * linespec.c (decode_line_1): Move code into decode_variable.
1655         (decode_variable): New function.
1656
1657 2003-01-08  Andrew Cagney  <ac131313@redhat.com>
1658
1659         * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
1660
1661 2003-01-08  Andrew Cagney  <cagney@redhat.com>
1662
1663         * cris-tdep.c (cris_frame_init_saved_regs): Use
1664         get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
1665         saved_regs buffer.
1666         * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
1667         (sh64_nofp_frame_init_saved_regs): Ditto.
1668         (sh_fp_frame_init_saved_regs): Ditto.
1669         * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
1670         * mips-tdep.c (mips_init_extra_frame_info): Ditto.
1671         * mcore-tdep.c (analyze_dummy_frame): Ditto.
1672         * mn10300-tdep.c (analyze_dummy_frame): Ditto.
1673
1674 2003-01-08  Daniel Jacobowitz  <drow@mvista.com>
1675
1676         * minsyms.c (lookup_minimal_symbol): Update comment.
1677         (lookup_minimal_symbol_text): Update comment.  Use the hash table.
1678         (lookup_minimal_symbol_solib_trampoline): Likewise.
1679
1680 2003-01-08  Andrew Cagney  <cagney@redhat.com>
1681
1682         * d10v-tdep.c (d10v_init_extra_frame_info): Use
1683         frame_relative_level.
1684
1685         * alpha-tdep.c: Use get_frame_extra_info.
1686         * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
1687         * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
1688         * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
1689         * sparc-tdep.c, xstormy16-tdep.c: Ditto.
1690
1691         * alpha-tdep.c: Use get_next_frame.
1692         * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
1693         * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
1694         * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
1695         * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
1696         * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
1697         * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
1698         * xstormy16-tdep.c: Ditto.
1699         
1700 2003-01-07  Andrew Cagney  <cagney@redhat.com>
1701
1702         * alpha-tdep.c: Use get_frame_base.
1703         * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
1704         * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
1705         * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
1706         * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
1707         * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
1708         * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
1709         * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
1710         * config/sparc/tm-sparc.h: Ditto.
1711         
1712 2003-01-07  Andrew Cagney  <cagney@redhat.com>
1713
1714         * frame.c (deprecated_get_frame_context): New function.
1715         (deprecated_set_frame_context): New function.
1716         * frame.h (deprecated_get_frame_context): Declare.
1717         (deprecated_set_frame_context): Declare.
1718         * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
1719         (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
1720         
1721 2003-01-07  Andrew Cagney  <cagney@redhat.com>
1722
1723         * frame.c (deprecated_set_frame_next_hack): New function.
1724         (deprecated_set_frame_prev_hack): New function.
1725         * frame.h (deprecated_set_frame_next_hack): Declare.
1726         (deprecated_set_frame_prev_hack): Declare.
1727         * mcore-tdep.c (analyze_dummy_frame): Use
1728         deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
1729         * mn10300-tdep.c (analyze_dummy_frame): Ditto.
1730
1731 2003-01-07  David Carlton  <carlton@math.stanford.edu>
1732
1733         * linespec.c (decode_line_1): Move code into decode_dollar.
1734         (decode_dollar): New function.
1735
1736 2003-01-07  Andrew Cagney  <cagney@redhat.com>
1737
1738         * arm-tdep.c (arm_init_extra_frame_info): Use
1739         deprecated_update_frame_base_hack.
1740         * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
1741         * mn10300-tdep.c (analyze_dummy_frame): Ditto.
1742         (fix_frame_pointer): Ditto.
1743         (mn10300_analyze_prologue): Ditto.
1744
1745 2003-01-07  Andrew Cagney  <cagney@redhat.com>
1746
1747         * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
1748         extra_info using frame_extra_info_zalloc.
1749         * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
1750         * sh-tdep.c (sh_init_extra_frame_info): Ditto.
1751         (sh64_init_extra_frame_info): Ditto.
1752         * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
1753         * s390-tdep.c (s390_init_extra_frame_info): Ditto.
1754         * mips-tdep.c (mips_init_extra_frame_info): Ditto.
1755         * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
1756         * frv-tdep.c (frv_init_extra_frame_info): Ditto.
1757         * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
1758         * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
1759         * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
1760         * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
1761         * cris-tdep.c (cris_init_extra_frame_info): Ditto.
1762         * arm-tdep.c (arm_init_extra_frame_info): Ditto.
1763         * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
1764
1765         * mn10300-tdep.c (analyze_dummy_frame): Use
1766         deprecated_set_frame_extra_info_hack.
1767         * mcore-tdep.c (analyze_dummy_frame): Ditto.
1768
1769 2003-01-07  J. Brobecker  <brobecker@gnat.com>
1770
1771         * mdebugread.c (parse_symbol): Skip stProc entries which storage
1772         class is not scText. These do not define "real" procedures.
1773         (parse_partial_symbols): Likewise.
1774
1775 2003-01-06  Michael Snyder  <msnyder@redhat.com>
1776
1777         * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
1778
1779 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
1780
1781         * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
1782         * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
1783         * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
1784         deprecated_frame_xmalloc_with_cleanup.
1785         * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
1786         deprecated_frame_xmalloc.
1787         * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
1788         * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
1789
1790 2003-01-06  Andrew Cagney  <cagney@redhat.com>
1791
1792         * x86-64-linux-tdep.c: Include "osabi.h".
1793         * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
1794
1795         * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
1796
1797 2003-01-06  Andrew Cagney  <cagney@redhat.com>
1798
1799         * MAINTAINERS (Target Instruction Set Architectures): Update
1800         arm-elf.  Can be built with -Werror, has been multiarched.
1801
1802         * value.h (unpack_long): Make buffer parameter constant.
1803         (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
1804         * scm-lang.h (scm_parse): Ditto.
1805         * defs.h (extract_typed_address, extract_address): Ditto.
1806         (extract_long_unsigned_integer): Ditto.
1807         * inferior.h (unsigned_pointer_to_address): Ditto.
1808         (signed_pointer_to_address): Ditto.
1809         * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
1810         * gdbarch.h, gdbarch.c: Regenerate.
1811         * findvar.c (extract_long_unsigned_integer): Update.
1812         (extract_address): Update.
1813         (extract_typed_address): Update.
1814         (unsigned_pointer_to_address): Update.
1815         * values.c (unpack_long): Update.
1816         (unpack_double): Update.
1817         (unpack_pointer): Update.
1818         (unpack_field_as_long): Update.
1819         * d10v-tdep.c (d10v_pointer_to_address): Update.
1820         * avr-tdep.c (avr_pointer_to_address): Update.
1821         * scm-lang.c (scm_unpack): Update.
1822         * findvar.c (signed_pointer_to_address): Update.
1823
1824 2003-01-06  Michal Ludvig  <mludvig@suse.cz>
1825
1826         * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore 
1827         since it is in i386-tdep.c.
1828
1829 2003-01-06  J. Brobecker  <brobecker@gnat.com>
1830
1831         * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
1832         failure introduced in the previous change.
1833
1834 2003-01-05  Michael Chastain  <mec@shout.net>
1835
1836         * README: Remove references to deleted remote-*.c files:
1837         remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
1838         remote-nrom.c, remote-os9k.c, remote-udi.c.
1839
1840 2003-01-05  Mark Kettenis  <kettenis@gnu.org>
1841
1842         * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
1843         * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
1844         i386_get_longjmp_target.
1845
1846 2003-01-05  Andrew Cagney  <ac131313@redhat.com>
1847
1848         * arm-tdep.c (prologue_cache): Change to a pointer.
1849         (_initialize_arm_tdep): Allocate prologue_cache.
1850         (check_prologue_cache): Update.
1851         (save_prologue_cache): Update.
1852         (arm_gdbarch_init): Update.
1853
1854 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
1855
1856         * stabsread.c (update_method_name_from_physname): Call complaint()
1857         instead of error.
1858
1859 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
1860
1861         * arm-tdep.c (arm_frame_chain_valid):  Remove unnecessary test.
1862         * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
1863         * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
1864
1865         * blockframe.c: Include "gdbcmd.h" and "command.h".
1866         (backtrace_below_main): New variable.
1867         (file_frame_chain_valid, func_frame_chain_valid)
1868         (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
1869         (generic_func_frame_chain_valid): Remove functions.
1870         (frame_chain_valid, do_flush_frames_sfunc): New functions.
1871         (_initialize_blockframe): New function.
1872         * Makefile.in (blockframe.o): Update dependencies.
1873         * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
1874         comment.  Call frame_chain_valid ().
1875         * frame.h: Remove old prototypes.  Add prototype for
1876         frame_chain_valid and update comments to match.
1877         * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
1878         Remove old comment.
1879         * gdbarch.h: Regenerated.
1880         * gdbarch.c: Regenerated.
1881
1882         * alpha-tdep.c (alpha_gdbarch_init): Don't call
1883         set_gdbarch_frame_chain_valid.
1884         * avr-tdep.c (avr_gdbarch_init): Likewise.
1885         * cris-tdep.c (cris_gdbarch_init): Likewise.
1886         * frv-tdep.c (frv_gdbarch_init): Likewise.
1887         * h8300-tdep.c (h8300_gdbarch_init): Likewise.
1888         * i386-tdep.c (i386_svr4_init_abi): Likewise.
1889         (i386_nw_init_abi): Likewise.
1890         (i386_gdbarch_init): Likewise.
1891         * ia64-tdep.c (ia64_gdbarch_init): Likewise.
1892         * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
1893         * m68k-tdep.c (m68k_gdbarch_init): Likewise.
1894         * mcore-tdep.c (mcore_gdbarch_init): Likewise.
1895         * mips-tdep.c (mips_gdbarch_init): Likewise.
1896         * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
1897         * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
1898         * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
1899         * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
1900         * s390-tdep.c (s390_gdbarch_init): Likewise.
1901         * sh-tdep.c (sh_gdbarch_init): Likewise.
1902         * sparc-tdep.c (sparc_gdbarch_init): Likewise.
1903         * v850-tdep.c (v850_gdbarch_init): Likewise.
1904         * vax-tdep.c (vax_gdbarch_init): Likewise.
1905         * x86-64-tdep.c (x86_64_init_abi): Likewise.
1906
1907         * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
1908         * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
1909         * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
1910         * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
1911         * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
1912         * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
1913         * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
1914         * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
1915
1916 2002-01-04  Daniel Jacobowitz  <drow@mvista.com>
1917
1918         * Makefile.in (acconfig_h): Remove incorrect macro.
1919         (config_h): Define.
1920         (osabi.o): Update dependencies.
1921         * configure.tgt: Set gdb_osabi based on target triplet.
1922         * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
1923         * configure: Regenerated.
1924         * config.in: Regenerated.
1925         * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
1926         (GDB_OSABI_DEFAULT): Define if not already defined.
1927         (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
1928         (set_osabi_string): New variables.
1929         (gdbarch_register_osabi): Add new OS ABI to
1930         gdb_osabi_available_names.
1931         (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
1932         (set_osabi, show_osabi): New functions.
1933         (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
1934
1935 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
1936
1937         * arch-utils.c (gdbarch_info_init): Set osabi to
1938         GDB_OSABI_UNINITIALIZED.
1939         * gdbarch.sh: Add osabi to struct gdbarch and to struct
1940         gdbarch_info.  Include "osabi.h" in gdbarch.c.  Check osabi
1941         in gdbarch_list_lookup_by_info and in gdbarch_update_p.
1942         * gdbarch.c: Regenerated.
1943         * gdbarch.h: Regenerated.
1944         * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
1945         there's no BFD.
1946         (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
1947         * osabi.h (enum gdb_osabi): Move to defs.h.
1948         (gdbarch_init_osabi): Update prototype.
1949         * defs.h (enum gdb_osabi): Moved here.
1950         * Makefile.in: Update dependencies.
1951
1952         * alpha-tdep.h: Don't include "osabi.h".
1953         (struct gdbarch_tdep): Remove osabi member.
1954         * alpha-tdep.c: Include "osabi.h".
1955         (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
1956         iterate over arches.  Update call to gdbarch_init_osabi.
1957         (alpha_dump_tdep): Don't dump osabi.
1958         * alpha-linux-tdep.c: Include "osabi.h".
1959         * alpha-osf1-tdep.c: Include "osabi.h".
1960         * alphafbsd-tdep.c: Include "osabi.h".
1961         * alphanbsd-tdep.c: Include "osabi.h".
1962
1963         * arm-tdep.h: Don't include "osabi.h".
1964         (struct gdbarch_tdep): Remove osabi member.
1965         * arm-tdep.c: Include "osabi.h".
1966         (arm_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
1967         iterate over arches.  Update call to gdbarch_init_osabi.
1968         (arm_dump_tdep): Don't dump osabi.
1969         * arm-linux-tdep.c: Include "osabi.h".
1970         * armnbsd-tdep.c: Include "osabi.h".
1971
1972         * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
1973         Update call to gdbarch_init_osabi.
1974
1975         * i386-tdep.h: Don't include "osabi.h".
1976         (struct gdbarch_tdep): Remove osabi member.
1977         * i386-tdep.c: Include "osabi.h".
1978         (i386_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
1979         iterate over arches.  Update call to gdbarch_init_osabi.
1980         (i386_dump_tdep): Don't dump osabi.
1981         * i386-linux-tdep.c: Include "osabi.h".
1982         * i386-sol2-tdep.c: Include "osabi.h".
1983         * i386bsd-tdep.c: Include "osabi.h".
1984         * i386gnu-tdep.c: Include "osabi.h".
1985         * i386ly-tdep.c: Include "osabi.h".
1986         * i386nbsd-tdep.c: Include "osabi.h".
1987         * i386obsd-tdep.c: Include "osabi.h".
1988
1989         * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
1990         (mips_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
1991         check osabi when iterating over arches.  Update call to
1992         gdbarch_init_osabi.
1993         (mips_dump_tdep): Don't dump osabi.
1994
1995         * ns32k-tdep.h: Don't include "osabi.h".
1996         (struct gdbarch_tdep): Remove.
1997         * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
1998         gdbarch_lookup_osabi.  Don't iterate over arches.  Don't
1999         allocate tdep.  Update call to gdbarch_init_osabi.
2000         (ns32k_dump_tdep): Remove.
2001         (_initialize_ns32k_tdep): Update call to gdbarch_register.
2002         * ns32knbsd-tdep.c: Include "osabi.h".
2003
2004         * ppc-tdep.h: Don't include "osabi.h".
2005         (struct gdbarch_tdep): Remove osabi member.
2006         * rs6000-tdep.c: Include "osabi.h".
2007         (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't check
2008         osabi when iterating over arches.  Update call to
2009         gdbarch_init_osabi.
2010         (rs6000_dump_tdep): Don't dump osabi.
2011         * ppc-linux-tdep.c: Include "osabi.h".
2012         * ppcnbsd-tdep.c: Include "osabi.h".
2013
2014         * sh-tdep.h: Don't include "osabi.h".
2015         (struct gdbarch_tdep): Remove osabi member.
2016         * sh-tdep.c: Include "osabi.h".
2017         (sh_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
2018         iterate over arches.  Update call to gdbarch_init_osabi.
2019         (sh_dump_tdep): Don't dump osabi.
2020         * shnbsd-tdep.c: Include "osabi.h".
2021
2022         * sparc-tdep.c: Include "osabi.h".
2023         (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
2024         iterate over arches.  Update call to gdbarch_init_osabi.
2025         (sparc_dump_tdep): Don't dump osabi.  Do dump the rest of the
2026         tdep structure.
2027
2028         * vax-tdep.h: Don't include "osabi.h".
2029         (struct gdbarch_tdep): Remove.
2030         * vax-tdep.c: Include "osabi.h".
2031         (vax_gdbarch_init): Don't call gdbarch_lookup_osabi.  Don't
2032         iterate over arches.  Don't allocate tdep.  Update call
2033         to gdbarch_init_osabi.
2034         (vax_dump_tdep): Remove.
2035         (_initialize_vax_tdep): Update call to gdbarch_register.
2036
2037 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
2038
2039         * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
2040         entirely.
2041         (breakpoint_re_set_one): Don't fetch the value for a disabled
2042         watchpoint.
2043
2044 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
2045
2046         * buildsym.h (processing_hp_compilation): Remove obsolete variable.
2047         * gdbarch.sh Remove include of "value.h" in gdbarch.h.
2048         (COERCE_FLOAT_TO_DOUBLE): Remove.
2049         * gdbarch.c: Regenerate.
2050         * gdbarch.h: Regenerate.
2051         * Makefile.in: Remove value_h from gdbarch_h.
2052         * valops.c (coerce_float_to_double): New variable.
2053         (default_coerce_float_to_double): Remove.
2054         (standard_coerce_float_to_double): Remove.
2055         (value_arg_coerce): Use coerce_float_to_double.
2056         (_initialize_valops): Add "set coerce-float-to-double".
2057         * value.h (default_coerce_float_to_double): Remove prototype.
2058         (standard_coerce_float_to_double): Remove prototype.
2059
2060         * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
2061         prototyped.
2062         * mdebugread.c (parse_symbol): Likewise.
2063         * stabsread.c (define_symbol): Mark all functions as prototyped.
2064
2065         * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
2066         * alpha-tdep.c (alpha_gdbarch_init): Remove call to
2067         set_gdbarch_coerce_float_to_double.
2068         * arm-tdep.c (arm_gdbarch_init): Likewise.
2069         * frv-tdep.c (frv_gdbarch_init): Likewise.
2070         * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
2071         * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
2072         * mips-tdep.c (mips_gdbarch_init): Likewise.
2073         (mips_coerce_float_to_double): Remove.
2074         * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
2075         (rs6000_coerce_float_to_double): Remove.
2076         * s390-tdep.c (s390_gdbarch_init): Likewise.
2077         * sh-tdep.c (sh_gdbarch_init): Likewise.
2078         (sh_coerce_float_to_double): Remove.
2079         * sparc-tdep.c (sparc_gdbarch_init): Likewise.
2080         (sparc_coerce_float_to_double): Remove.
2081         * v850-tdep.c (v850_gdbarch_init): Likewise.
2082         * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
2083         * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
2084         * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
2085         (hppa_coerce_float_to_double): Remove prototype.
2086         * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
2087
2088 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
2089
2090         * regformats/reg-m68k.dat: Remove fpcode and fpflags.
2091
2092 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
2093
2094         Suggested by Stewart Brown <sb24@avaya.com>:
2095         * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
2096         in recursive calls.  Handle TYPE_CODE_TYPEDEF.
2097         (c_type_print_varspec_suffix): Likewise.
2098
2099 2003-01-04  Mark Kettenis  <kettenis@gnu.org>
2100
2101         * configure.in: Don't set and AC_SUBST SUBDIRS.
2102         * configure: Regenerated.
2103
2104         * configure.in: Remove code dealing with shared libraries.
2105         * Makefile.in: Remove HLDFLAGS and HLDENV.
2106         * configure: Regenerated.
2107
2108 2003-01-04  Andrew Cagney  <ac131313@redhat.com>
2109
2110         * frame.c (deprecated_frame_xmalloc): New function.
2111         (deprecated_set_frame_saved_regs_hack): New function.
2112         (deprecated_set_frame_extra_info_hack): New function.
2113         * frame.h (deprecated_frame_xmalloc): Declare.
2114         (deprecated_set_frame_saved_regs_hack): Declare.
2115         (deprecated_set_frame_extra_info_hack): Declare.
2116
2117 2003-01-04  Mark Kettenis  <kettenis@gnu.org>
2118
2119         * configure.in: Move code that provides the --enable-gdbtk option
2120         right after the code that handles the --enable-tui option, and
2121         polish it somewhat.
2122         * configure: Regenerated.
2123
2124         * configure.in: Call AC_GNU_SOURCE.  Check for pread64 using
2125         AC_CHECK_FUNCS and remove the old check for pread64.
2126         * acinclude.m4 (AC_GNU_SOURCE): New macro.
2127         * acconfig.h (_GNU_SOURCE): Add.
2128         (HAVE_PREAD64): Remove.
2129         * configure, aclocal.m4, config.in: Regenerated.
2130
2131 2003-01-03  Andrew Cagney  <ac131313@redhat.com>
2132
2133         * alpha-tdep.c: Use get_frame_saved_regs.
2134         * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
2135         * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
2136         * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
2137         * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
2138         * vax-tdep.c, xstormy16-tdep.c: Ditto.
2139
2140 2003-01-03  Mark Kettenis  <kettenis@gnu.org>
2141
2142         * configure.in: Remove all use of the SUBDIRS variable; add
2143         directories using the AC_CONFIG_SUBDIRS macro instead.  Polish
2144         code providing the --enable-multi-ice option, and move it right in
2145         front of the code that checks whether gdbserver is supported.
2146         Polish that too.
2147         * configure: Regenerated.
2148         * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
2149         @SUBDIRS@.
2150
2151 2003-01-03  Andrew Cagney  <cagney@redhat.com>
2152
2153         * alpha-tdep.c: Use deprecated_update_frame_base_hack.
2154         * avr-tdep.c, cris-tdep.c: Ditto.
2155         * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
2156         * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
2157         
2158 2003-01-03  Mark Kettenis  <kettenis@gnu.org>
2159
2160         * configure.in: Remove --enable-netrom option.
2161         * configure: Regenerated.
2162
2163 2003-01-03  Mark Kettenis  <kettenis@gnu.org>
2164
2165         * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
2166         declaration for `struct re_pattern_buffer' instead.
2167         * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
2168
2169 2003-01-03  J. Brobecker  <brobecker@gnat.com>
2170
2171         * mdebugread.c (parse_symbol): Count until the stEnd matching
2172         the structure name.
2173
2174 2003-01-02  Mark Kettenis  <kettenis@gnu.org>
2175
2176         * configure.in: Remove --with-cpu option.
2177         subscripts.  Remove evil changequotes here.
2178         * acconfig.h (TARGET_CPU_DEFAULT): Remove.
2179         * config.in, configure: Regenerated.
2180         
2181         * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
2182         * configure.in: Cleanup section that sources GDB and BFD configure
2183         subscripts.  Remove evil changequotes here.
2184         * config.in, configure: Regenerated.
2185
2186 2003-01-02  Andrew Cagney  <ac131313@redhat.com>
2187
2188         * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
2189         frame accessor methods.
2190         * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
2191         * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
2192         * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
2193         * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
2194         * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
2195         * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
2196         * z8k-tdep.c: Ditto.
2197         
2198 2003-01-02  Mark Kettenis  <kettenis@gnu.org>
2199
2200         * configure.in: Remove UI_OUT configuration code.
2201         * ada-lang.c: Update assuming UI_OUT is always true.
2202         * Makefile.in (UIOUT_CFLAGS): Remove.
2203         * configure: Regenerated.
2204         * TODO: Remove blurb about elimination of -DUI_OUT.
2205
2206         * configure.in: Move code that provides the --enable-gdbcli,
2207         --enable-gdbmi options right before the code that handles the
2208         --enable-tui option.  Polish a bit.
2209         * configure: Regenerated.
2210
2211         * configure.in: Rewrite check for GNU regex and the
2212         --without-included regex option, and move it into the "Checks for
2213         library functions" section.  This makes us use the system regex
2214         again by default on systems with version 2 of the GNU C library.
2215         This was apparently broken.
2216         * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
2217         * acconfig.h (USE_INCLUDED_REGEX): Remove.
2218         * config.in, configure: Regenerated.
2219
2220         * configure.in: Move code that provides the --enable-tui option
2221         before the "Checks for libraries" section.  Polish the code
2222         somewhat and set need_curses to yes if we build the TUI.  Rewrite
2223         code that looks for a library providing termcap functionality to
2224         match more closely what's done in the Readline library, and move
2225         it into to the "Checks for libraries" section.
2226         * configure: Regenerated.
2227         * Makefile.in (TERMCAP): Remove variable.
2228         * config/i386/go32.mh (TERMCAP): Remove variable.
2229
2230 2003-01-02  Andrew Cagney  <ac131313@redhat.com>
2231
2232         * MAINTAINERS: Mention gdb_mbuild.sh.
2233         * gdb_mbuild.sh: Rewrite.
2234
2235 2003-01-02  Mark Kettenis  <kettenis@gnu.org>
2236
2237         * configure.in: Fix typo in last change.
2238         * config.in, configure: Regenerated.
2239
2240 2003-01-02  Andrew Cagney  <ac131313@redhat.com>
2241
2242         * valarith.c (value_binop): Delete obsolete code and comments.
2243         * configure.host: Ditto.
2244         * buildsym.h (make_blockvector): Ditto.
2245         * buildsym.c (make_blockvector): Ditto.
2246         * defs.h (enum language): Ditto.
2247         (chill_demangle): Ditto.
2248         * elfread.c (elf_symtab_read): Ditto.
2249         * dwarfread.c (CHILL_PRODUCER): Ditto.
2250         (set_cu_language): Ditto.
2251         (handle_producer): Ditto.
2252         * expprint.c (print_subexp): Ditto.
2253         * gdbtypes.c (chill_varying_type): Ditto.
2254         * gdbtypes.h (builtin_type_chill_bool): Ditto.
2255         (builtin_type_chill_char, builtin_type_chill_long): Ditto.
2256         (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
2257         (chill_varying_type): Ditto.
2258         * language.h (_LANG_chill): Ditto.
2259         * language.c (binop_result_type, integral_type): Ditto.
2260         (character_type, string_type, structured_type): Ditto.
2261         (lang_bool_type, binop_type_check): Ditto.
2262         * stabsread.h (os9k_stabs): Ditto.
2263         * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
2264         (define_symbol, read_type, read_struct_fields): Ditto.
2265         (read_array_type, read_enum_type, read_huge_number): Ditto.
2266         (read_range_type, start_stabs): Ditto.
2267         * symfile.c (init_filename_language_table): Ditto.
2268         (add_psymbol_with_dem_name_to_list): Ditto.
2269         * symtab.c (symbol_init_language_specific): Ditto.
2270         (symbol_init_demangled_name, symbol_demangled_name): Ditto.
2271         * symtab.h (struct general_symbol_info): Ditto.
2272         (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
2273         * typeprint.c (typedef_print): Ditto.
2274         * utils.c (fprintf_symbol_filtered): Ditto.
2275         * valops.c (value_cast, search_struct_field, value_slice): Delete
2276         obsolete code.
2277         (varying_to_slice): Delete function.
2278         * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
2279         (varying_to_slice): Delete declaration.
2280         * MAINTAINERS: Update.
2281
2282 2003-01-02  Mark Kettenis  <kettenis@gnu.org>
2283
2284         * configure.in: Reorganize "Checks for library functions section"
2285         a bit.  Remove check for `btowc' and `isascii' functions.
2286         * configure: Regenerated.
2287
2288         * acconfig.h (_MSE_INT_H): Remove.
2289         * configure.in: Create "Checks for header files" section, and move
2290         appropriate tests there.  Don't check for objlist.h, wchar.h,
2291         wctype.h and asm/debugreg.h.  Rewrite Solaris 2.[78] <curses.h>
2292         misdetection fix.  Also add "Checks for types", "Checks for
2293         compiler characteristics" and "Checks for library functions"
2294         sections.
2295         * config.in, configure: Regenerated.
2296
2297         * configure.in: Create "Checks for programs" section, and move
2298         appropriate tests there.
2299
2300 2003-01-01  Mark Kettenis  <kettenis@gnu.org>
2301
2302         * configure.in: Create "Checks for libraries" section, and move
2303         appropriate tests there.  Cleanup check for wctype in libw.  Use
2304         AC_SEARCH_LIBS to see whether we need libsocket.
2305         * configure: Regenerated.
2306
2307 For older changes see ChangeLog-2002
2308 \f
2309 Local Variables:
2310 mode: change-log
2311 left-margin: 8
2312 fill-column: 74
2313 version-control: never
2314 End: