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