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