OSDN Git Service

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