2003-02-01 Andrew Cagney <ac131313@redhat.com>
[binutils-gdb.git] / gdb / ChangeLog
1 2003-02-01 Andrew Cagney <ac131313@redhat.com>
2
3 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
4 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
5 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
6 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
7 (define_symbol): Update.
8 * symfile.c (generic_load): Remove references to nindy.
9 * symtab.c: Remove references to nindy.
10
11 2003-02-01 Andrew Cagney <ac131313@redhat.com>
12
13 * infcmd.c (print_float_info): Delete code conditional on
14 FLOAT_INFO.
15 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
16 * config/m68k/nm-apollo68b.h: Ditto.
17 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
18 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
19 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
20
21 2003-02-01 Mark Kettenis <kettenis@gnu.org>
22
23 * config/i386/tm-i386os9k.h: Removed.
24
25 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
26 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
27 they're identical to i[3456]86-*-sysv* now.
28 * config/i386/i386v32.mh: Removed.
29 * config/i386/xm-i386v32.h: Removed.
30 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
31
32 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
33
34 * config/i386/i386dgux.mh: Removed.
35 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
36
37 * configure.in: Fix typo.
38 * configure: Regenerated.
39
40 2003-01-31 David Carlton <carlton@math.stanford.edu>
41
42 * dwarf2read.c (dwarf2_locate_sections): Set
43 dwarf_ranges_section.
44
45 2003-01-31 Andrew Cagney <ac131313@redhat.com>
46
47 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
48 * utils.c: Update comments documenting legitimate uses of PTR.
49
50 * utils.c: Re-indent.
51
52 * config/djgpp/fnchange.lst: Delete nindy files.
53 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
54 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
55 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
56 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
57 * nindy-share/README, nindy-share/Onindy.c: Delete files.
58 * nindy-tdep.c, nindy-share/Makefile: Delete files.
59 * Makefile.in (init.c): Remove nindy references.
60 (saber_gdb): Delete rule.
61 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
62 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
63 and a68v-nat.c.
64 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
65 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
66 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
67 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
68 nindy-share/stop.h.
69 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
70 * saber.suppress: Delete file.
71
72 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
73
74 * dbxread.c (stabs_data): New static variable.
75 (fill_symbuf): Support an in-memory buffer for stabs data.
76 (stabs_seek): New function.
77 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
78 (read_ofile_symtab): Use stabs_seek.
79 (elfstab_build_psymtabs): Take an asection* instead of
80 an offset and size. Relocate the stabs data if necessary.
81 Save the section* for dbx_psymtab_to_symtab.
82 * dwarf2read.c: Add section variables for each debug section.
83 (dwarf2_locate_sections): Fill them in.
84 (dwarf2_read_section): Take an asection* argument.
85 Relocate the section contents if necessary.
86 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
87 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
88 it to dwarf2_read_section.
89 (dwarf2_build_frame_info): Update callers.
90 * elfread.c (elf_symfile_read): Update call to
91 elfstab_build_psymtabs.
92 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
93 (DBX_STAB_SECTION): New macro.
94 * stabsread.h (elfstab_build_psymtabs): Update prototype.
95 * symfile.c (symfile_dummy_outputs): New function.
96 (symfile_relocate_debug_section): New function.
97 * symfile.h (symfile_relocate_debug_section): Add prototype.
98
99 2003-01-31 Richard Henderson <rth@redhat.com>
100
101 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
102 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
103 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
104 * alpha-tdep.c (alpha_register_name): Add "unique".
105 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
106 (ALPHA_UNIQUE_REGNUM): New.
107 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
108
109 2003-01-31 Andrew Cagney <ac131313@redhat.com>
110
111 * README: Remove reference to Ericsson 1800 monitor.
112 * Makefile.in (remote-es.o): Delete rule.
113 (ALLDEPFILES): Delete remote-es.c.
114 * remote-es.c: Delete file.
115 * config/m68k/es1800.mt: Delete file.
116 * config/djgpp/fnchange.lst: Update.
117 * configure.tgt: Delete m68*-ericsson-* target.
118
119 2003-01-31 Adam Fedor <fedor@gnu.org>
120
121 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
122 Remove duplicate/shadowing variable of same name.
123
124 2003-01-30 Jim Blandy <jimb@redhat.com>
125
126 * symfile.c (find_separate_debug_file): Assert that the objfile's
127 directory name we compute ends with a slash, and then assume that
128 that's so everywhere we use it.
129
130 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
131
132 * valops.c (value_assign): Flush frame cache after stores to memory
133 also.
134
135 2003-01-30 Andrew Cagney <ac131313@redhat.com>
136
137 * Makefile.in (mon960-rom.o): Delete rule.
138 * mon960-rom.c: Delete file.
139
140 2003-01-30 Andrew Cagney <ac131313@redhat.com>
141
142 * d10v-tdep.c: Include "frame-unwind.h".
143 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
144 list.
145 (next_addr, uses_frame): Delete.
146 (struct d10v_unwind_cache): Define.
147 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
148 Use info instead of next_addr and uses_frame globals.
149 (d10v_frame_init_saved_regs): Delete function.
150 (d10v_init_extra_frame_info): Delete function.
151 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
152 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
153 init_frame_pc or frame_saved_pc.
154 (d10v_pop_frame): Delete function.
155 (do_d10v_pop_frame): Delete function.
156 (d10v_frame_chain): Delete function.
157 (d10v_frame_chain_valid): Delete function.
158 (d10v_frame_pc_unwind): New function.
159 (d10v_frame_id_unwind): New function.
160 (saved_regs_unwinder): New function.
161 (d10v_frame_register_unwind): New function.
162 (d10v_frame_pop): New function.
163 (d10v_frame_unwind): New variable.
164 (d10v_frame_p): New function.
165 (d10v_frame_saved_pc): Delete function.
166 * Makefile.in (d10v-tdep.o): Update dependencies.
167
168 2003-01-30 J. Brobecker <brobecker@gnat.com>
169
170 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
171 causing some regressions due to a change in the default value
172 for this macro.
173
174 2003-01-29 Richard Henderson <rth@redhat.com>
175 Elena Zannoni <ezannoni@redhat.com>
176 Daniel Jacobowitz <drow@mvista.com>
177
178 Fix PR gdb/961.
179 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
180 variables.
181 (RANGES_SECTION): New.
182 (dwarf_ranges_buffer): New variable.
183 (struct comp_unit_head): Add member "die".
184 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
185 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
186 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
187 (dwarf2_locate_sections): Likewise.
188 (dwarf2_build_psymtabs): Read .debug_ranges.
189 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
190 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
191 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
192 Look for DW_AT_ranges and return the bounding box.
193
194 2003-01-29 Brian Ford <ford@vss.fsi.com>
195
196 * win32-nat.c (cygwin_pid): Removed as unused.
197 (child_attach): Try fall back to Cygwin pid.
198
199 2003-01-29 Jim Blandy <jimb@redhat.com>
200
201 * objfiles.h (struct objfile): Doc fix.
202
203 2003-01-29 Andrew Cagney <ac131313@redhat.com>
204
205 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
206 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
207 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
208 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
209 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
210 (FRAME_SAVED_PC): Change to a function with predicate.
211 * gdbarch.h, gdbarch.c: Re-generate.
212
213 2003-01-28 Andrew Cagney <ac131313@redhat.com>
214
215 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
216
217 * complaints.c (complain): Delete function.
218 * complaints.h (struct deprecated_complaint): Delete definition.
219 (complain): Delete declaration.
220
221 2003-01-28 Kevin Buettner <kevinb@redhat.com>
222
223 * mips-tdep.c (mips_init_extra_frame_info): Return early for
224 dummy frames.
225
226 2003-01-27 Andrew Cagney <ac131313@redhat.com>
227
228 * sentinel-frame.h, sentinel-frame.c: New files.
229 * Makefile.in (frame.o): Update dependencies.
230 (SFILES): Add sentinel-frame.c.
231 (sentinel_frame_h): Define.
232 (COMMON_OBS): Add sentinel-frame.o.
233 (sentinel-frame.o): Specify dependencies.
234 * frame.c: Include "sentinel-frame.h".
235 (frame_register_unwind): Rewrite assuming that there is always a a
236 ->next frame.
237 (frame_register, generic_unwind_get_saved_register): Ditto.
238 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
239 (create_sentinel_frame, unwind_to_current_frame): New functions.
240 (get_current_frame): Rewrite using create_sentinel_frame and
241 unwind_to_current_frame. When possible, always create a frame.
242 (create_new_frame): Set next to the sentinel frame.
243 (get_next_frame): Rewrite. Don't go below the level 0 frame.
244 (deprecated_update_frame_pc_hack): Update the next frame's PC and
245 ID cache when necessary.
246 (frame_saved_regs_id_unwind): Use frame_relative_level.
247 (deprecated_generic_get_saved_register): Use frame_relative_level,
248 get_frame_saved_regs, get_frame_pc, get_frame_base and
249 get_next_frame.
250 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
251 frame_register.
252
253 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
254
255 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
256
257 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
258
259 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
260 (maintenance_set_profile_cmd): Use error () instead of warning ().
261
262 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
263
264 * configure.in: Check that -pg works if using --enable-profiling.
265 Check for monstartup and _mcleanup regardless of --enable-profiling.
266 * maint.c: Check for monstartup and _mcleanup before using them.
267 * config.in: Regenerated.
268 * configure: Regenerated.
269
270 2003-01-23 Jim Blandy <jimb@redhat.com>
271
272 * symfile.c (syms_from_objfile): Don't print the "(no debugging
273 symbols found)" message here; we haven't checked for a separate
274 debug info file yet, so we don't know yet.
275 (symbol_file_add_with_addrs_or_offsets): Print it here, after
276 we've looked everywhere. Also, there's no need to print a special
277 message when we're loading the separate debug info file: the one
278 symbol_file_add prints is fine.
279
280 2003-01-23 Alexander Larsson <alexl@redhat.com>
281 Jim Blandy <jimb@redhat.com>
282
283 Add support for executables whose debug info has been separated
284 out into a separate file, leaving only a link behind.
285 * objfiles.h (struct objfile): New fields: separate_debug_objfile
286 and separate_debug_objfile_backlink.
287 (put_objfile_before): New declaration.
288 * symfile.c: #include "filenames.h".
289 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
290 debug info in a separate file, read that, too. Save the addrs
291 argument, so we can use it again to read the separated debug info;
292 syms_from_objfile modifies the table we pass it.
293 (reread_symbols): After re-reading an objfile, call
294 reread_separate_symbols to refresh its separate debug info
295 objfile, if it has one.
296 (reread_separate_symbols, find_separate_debug_file,
297 get_debug_link_info, separate_debug_file_exists): New functions.
298 (debug_file_directory): New global var.
299 (_initialize_symfile): Initialize debug_file_directory, and
300 provide the new `set debug-file-directory' command to let the user
301 change it.
302 * objfiles.c (free_objfile): If this objfile has its debug info in
303 a separate objfile, free that one too. If this is itself a
304 separate debug info objfile, clear our parent's backlink.
305 (put_objfile_before): New function.
306 * utils.c (gnu_debuglink_crc32): New function.
307 * defs.h (gnu_debuglink_crc32): New declaration.
308 * Makefile.in (symfile.o): Note dependency on "filenames.h".
309 * configure.in: Handle --with-separate-debug-dir config option.
310 * acinclude.m4 (AC_DEFINE_DIR): New macro.
311 * acconfig.h (DEBUGDIR): New macro.
312 * configure, aclocal.m4, config.in: Regenerated.
313
314 2003-01-22 Jim Blandy <jimb@redhat.com>
315
316 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
317 like the old symbol_file_add, but taking new arguments: you can
318 now pass in either a `struct section_addr_info' list to say where
319 each section is loaded, or a `struct section_offsets' table. Pass
320 these new arguments through to syms_from_objfile as appropriate.
321 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
322 with the appropriate quiescent values for the new arguments.
323
324 * symfile.c: #include "gdb_assert.h".
325 (syms_from_objfile): Add the ability to pass in a section offset
326 table directly, as an alternative to the section_addr_info table.
327 Document arguments better.
328 (symbol_file_add): Pass extra arguments to syms_from_objfile.
329 * symfile.h (syms_from_objfile): Update declaration.
330 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
331 syms_from_objfile.
332 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
333
334 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
335
336 Original patch by Tom Tromey <tromey@cygnus.com> and
337 Jason Molenda <jmolenda@apple.com>.
338 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
339 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
340 * NEWS: Mention profiling.
341 * configure.in (--enable-gdbtk): Fix typo.
342 (--enable-profiling): New. Set PROFILE_CFLAGS.
343 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
344 Fill in function.
345 (profiling_state): New variable.
346 (mcleanup_wrapper): New function.
347 (_initialize_maint): Remove NOTYET, fix call to
348 add_setshow_boolean_cmd for "maint set profile".
349 * configure: Regenerated.
350
351 2003-01-21 Martin M. Hunt <hunt@redhat.com>
352
353 * Makefile.in (install-gdbtk): Install PNG images too.
354
355 2003-01-21 Andrew Cagney <ac131313@redhat.com>
356
357 * exec.c (text_start): Delete global variable.
358 (exec_file_attach): Make text_start local to the function.
359 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
360 * valops.c (hand_function_call): Delete code that handles
361 BEFORE_TEXT_END and AFTER_TEXT_END.
362 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
363 of CALL_DUMMY_LOCATION.
364 * gdbarch.c: Regenerate.
365 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
366 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
367 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
368 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
369 (text_end): Delete extern declaration.
370
371 2003-01-21 Andrew Cagney <ac131313@redhat.com>
372
373 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
374 * blockframe.c (backtrace_below_main): Move to "frame.c".
375 (frame_chain_valid): Delete check for backtrace_below_main.
376 (_initialize_blockframe): Delete initialization, move ``set
377 backtrace-below-main'' command to "frame.c".
378 (do_flush_frames_sfunc): Delete function.
379 * frame.c: Include "command.h" and "gdbcmd.h".
380 (frame_type_from_pc): New function.
381 (create_new_frame): Use frame_type_from_pc.
382 (legacy_get_prev_frame): New function.
383 (get_prev_frame): Rewrite. When an old style frame, call
384 legacy_get_prev_frame. Otherwize, unwind the PC first.
385 (_initialize_frame): Add ``set backtrace-below-main'' command.
386 * Makefile.in (frame.o): Update dependencies.
387
388 2003-01-19 Andrew Cagney <ac131313@redhat.com>
389
390 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
391 DEPRECATED_REGISTERS_INFO.
392
393 2003-01-19 Andrew Cagney <ac131313@redhat.com>
394
395 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
396 Maintainers'. Update `Various Maintainers'.
397
398 2003-01-19 Andrew Cagney <ac131313@redhat.com>
399
400 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
401 * gdbarch.sh (POP_FRAME): Change to function with predicate.
402 Suppress actual parameters when `-'.
403 * gdbarch.h, gdbarch.c: Regenerate.
404
405 2003-01-19 Andrew Cagney <ac131313@redhat.com>
406
407 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
408 code handling dummy frames.
409
410 2003-01-19 Andrew Cagney <ac131313@redhat.com>
411
412 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
413 (struct frame_unwind): Add field pop.
414 * frame.h (frame_pop): Declare.
415 * frame.c (frame_saved_regs_pop): New function.
416 (trad_frame_unwinder): Add frame_saved_regs_pop.
417 (frame_pop): New function.
418 * dummy-frame.c (dummy_frame_pop): New function.
419 (discard_innermost_dummy): New function.
420 (generic_pop_dummy_frame): Use discard_innermost_dummy.
421 (dummy_frame_unwind): Add dummy_frame_pop.
422 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
423 * valops.c (hand_function_call): Ditto.
424 * stack.c (return_command): Ditto.
425
426 2003-01-18 Andrew Cagney <ac131313@redhat.com>
427
428 * cris-tdep.c: Fix function declaration indentation.
429 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
430 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
431 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
432 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
433 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
434 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
435
436 2003-01-18 Michael Chastain <mec@shout.net>
437
438 * README (Unpacking and Installation -- quick overview):
439 Warn against ".../gdb-5.3/gdb/configure".
440
441 2003-01-18 Andrew Cagney <ac131313@redhat.com>
442
443 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
444 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
445 (struct frame_unwind): Declare opaque.
446 (dummy_frame_p): Declare function.
447 * dummy-frame.c (dummy_frame_id_unwind): Make static.
448 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
449 * dummy-frame.c: Include "frame-unwind.h".
450 (dummy_frame_p): New function.
451 (dummy_frame_unwind): New variable.
452 * frame.c: Include "frame-unwind.h".
453 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
454 to use the new unwind field.
455 (set_unwind_by_pc): Delete function.
456 (create_new_frame, get_prev_frame): Set unwind field using
457 frame_unwind_find_by_pc.
458 (trad_frame_unwind, trad_frame_unwinder): New variables.
459 * frame.h (trad_frame_unwind): Declare variable.
460 (frame_id_unwind_ftype): Delete declaration.
461 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
462 (struct frame_unwind): Declare opaque.
463 (struct frame_info): Replace the fields id_unwind, pc_unwind and
464 register_unwind with a single unwind pointer.
465 * frame-unwind.h, frame-unwind.c: New files.
466 * Makefile.in (SFILES): Add frame-unwind.c.
467 (frame_unwind_h): Define.
468 (COMMON_OBS): Add frame-unwind.o.
469 (frame-unwind.o): Specify dependencies.
470 (frame.o, dummy-frame.o): Update dependencies.
471
472 2003-01-18 Andrew Cagney <ac131313@redhat.com>
473
474 * ada-valprint.c: Eliminate PTR.
475 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
476 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
477 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
478 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
479 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
480 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
481 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
482
483 2003-01-17 Andrew Cagney <ac131313@redhat.com>
484
485 * main.c (captured_main): Don't use PTR.
486 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
487 * gdbtypes.c (lookup_primitive_typename): Ditto.
488 (lookup_struct_elt_type): Ditto.
489 * f-valprint.c (info_common_command): Ditto.
490 (list_all_visible_commons): Ditto.
491 * jv-typeprint.c (java_type_print_base): Ditto.
492
493 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
494 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
495 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
496 i386-interix-nat.c and i386-interix-tdep.c. Rename
497 m68klinux-nat.c and m68klinux-tdep.c. Rename
498 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
499 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
500 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
501 * main.c (captured_main): Use xfree, not free.
502
503 2003-01-16 Andrew Cagney <ac131313@redhat.com>
504
505 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
506 ID back using a parameter.
507 * frame.c (frame_id_unwind): Update call.
508 (frame_saved_regs_id_unwind): Update.
509 * dummy-frame.c (dummy_frame_id_unwind): Update function.
510 * dummy-frame.h (struct frame_id): Add opaque declaration.
511 (dummy_frame_id_unwind): Update declaration.
512
513 2003-01-15 Andrew Cagney <ac131313@redhat.com>
514
515 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
516
517 2003-01-15 Stephen P. Smith <ischis2@cox.net>
518
519 * MAINTAINERS (Stephen P. Smith): Updated email address.
520
521 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
522
523 * breakpoint.c (until_break_command): Add new argument. Use it to
524 decide whether to stop only at the current frame or not.
525 * breakpoint.h (until_break_command): Update prototype.
526 * infcmd.c (until_command): Add new argument to until_break_command
527 call.
528 (advance_command): New function.
529 (_initialize_infcmd): Update help string for 'until' command.
530 Add new 'advance' command.
531
532 2003-01-14 David Carlton <carlton@math.stanford.edu>
533
534 * linespec.c (decode_line_1): Normalize comments.
535 (set_flags): Ditto.
536 (locate_first_half): Ditto.
537 (decode_compound): Ditto.
538 (symtab_from_filename): Ditto.
539 (decode_all_digits): Ditto.
540 (decode_dollar): Ditto.
541 (find_methods): Ditto.
542 (find_toplevel_char): Ditto.
543
544 2003-01-13 Andrew Cagney <ac131313@redhat.com>
545
546 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
547 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
548 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
549 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
550 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
551 * language.c, language.h, m32r-tdep.c: Update copyright.
552 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
553 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
554 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
555 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
556 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
557 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
558
559 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
560
561 * stabsread.h (process_later, resolve_cfront_continuation):
562 Obsolete.
563 Update copyright years.
564 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
565 Update copyright year.
566 * dbxread.c(struct cont_elem): Obsolete.
567 (process_later, process_now): Obsolete functions.
568 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
569 Update copyright year.
570 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
571 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
572 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
573 (parse_partial_symbols): Obsolete cfront support.
574 * stabsread.c
575 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
576 macros.
577 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
578 read_cfront_baseclasses, read_cfront_member_functions,
579 resolve_cfront_continuation,read_cfront_static_fields,
580 copy_cfront_struct_fields): Obsolete functions.
581 (define_symbol, read_one_struct_field): Obsolete cfront support.
582 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
583 Update Copyright year.
584
585 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
586
587 * stack.c (print_frame_info, print_stack_frame_base_stub,
588 print_stack_frame_base, show_and_print_stack_frame_stub,
589 show_and_print_stack_frame, print_only_stack_frame_stub,
590 print_only_stack_frame): Delete functions.
591 (print_stack_frame_stub): Call print_frame_info instead of
592 print_frame_info_base.
593 (print_frame_info_base): Rename to print_frame_info.
594 (backtrace_command_1): Call print_frame_info, instead of
595 print_frame_info_base.
596 (current_frame_command): Call print_stack_frame, instead of
597 print_only_stack_frame.
598 (frame_command): Call print_stack_frame, instead of
599 show_and_print_stack_frame.
600 (up_command): Ditto.
601 (down_command): Ditto.
602 * frame.h (print_only_stack_frame): Delete prototype.
603 * infrun.c (normal_stop): Call print_stack_frame, instead of
604 show_and_print_stack_frame.
605 * thread.c (info_threads_command): Call print_stack_frame, instead
606 of print_only_stack_frame.
607
608 2003-01-13 Andrew Cagney <ac131313@redhat.com>
609
610 * README (Graphical interface to GDB): Update URL. Point at
611 gdb/links/.
612
613 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
614 version match.
615
616 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
617
618 * symtab.c (find_pc_sect_line): Don't consider end-of-function
619 lines.
620
621 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
622
623 * thread-db.c (attach_thread): Prototype.
624 (struct private_thread_info): Remove lwpid. Add thread handle (th),
625 thread information (ti), and valid flags (th_valid, ti_valid).
626 (attach_thread): Move target_pid_to_str call to after the thread
627 is added to GDB's list. Initialize the cache.
628 (thread_get_info_callback, thread_db_map_id2thr)
629 (thread_db_get_info): New functions.
630 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
631 (thread_db_store_registers, thread_db_thread_alive)
632 (thread_db_get_thread_local_address): Use them.
633 (thread_db_pid_to_str): Likewise. Return "Missing" instead
634 of calling error() for threads in unknown state.
635
636 (clear_lwpid_callback): New function.
637 (thread_db_resume): Use it to clear the cache.
638
639 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
640
641 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
642 (resume_callback): Remove dead code.
643
644 2003-01-13 Andrew Cagney <ac131313@redhat.com>
645
646 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
647 predicate.
648 * gdbarch.h, gdbarch.c: Regenerate.
649 * stack.c (frame_info): Only initialize the saved registers when
650 FRAME_INIT_SAVED_REGS_P.
651 * frame.c (frame_saved_regs_register_unwind): Assert
652 FRAME_INIT_SAVED_REGS_P.
653 (deprecated_generic_get_saved_register): Ditto.
654
655 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
656
657 * source.c (openp): Squelch warning about "filename".
658
659 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
660
661 * source.c (openp): If the file does not exist don't necessarily
662 search the path.
663
664 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
665
666 Fix PR gdb/872.
667 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
668 (integer_types_same_name_p): New function.
669 (rank_one_type): Use it.
670 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
671
672 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
673
674 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
675 variables.
676 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
677 * configure.in: Add --with-sysroot.
678 * configure: Regenerated.
679 * main.c (gdb_sysroot): New variable.
680 (captured_main): Initialize gdb_sysroot.
681 * defs.h (gdb_sysroot): New extern declaration.
682 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
683
684 2003-01-12 Michael Chastain <mec@shout.net>
685
686 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
687
688 2003-01-12 Michael Chastain <mec@shout.net>
689
690 * top.c (print_gdb_version): Bump copyright year to 2003.
691
692 2003-01-12 David Carlton <carlton@bactrian.org>
693
694 * linespec.c (symtab_from_filename): Rename variable 's' to
695 'file_symtab'.
696
697 2003-01-12 Andrew Cagney <ac131313@redhat.com>
698
699 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
700 dummy frame.
701 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
702
703 2003-01-12 Andrew Cagney <ac131313@redhat.com>
704
705 * d10v-tdep.c: Include "gdb_assert.h".
706 (d10v_store_return_value): Rewrite to match current interface.
707 (d10v_extract_struct_value_address): Ditto.
708 (d10v_extract_return_value): Ditto.
709 (d10v_gdbarch_init): Set store_restore_value,
710 extract_struct_value_address and extract_return_value.
711
712 2003-01-12 J. Brobecker <brobecker@gnat.com>
713
714 * hpread.c (set_namestring): New procedure replacing the
715 SET_NAMESTRING macro.
716 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
717 by calls to set_namestring.
718
719 2003-01-11 J. Brobecker <brobecker@gnat.com>
720
721 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
722 a compilation warning.
723 (hpread_process_one_debug_symbol): Likewise.
724
725 2003-01-10 David Carlton <carlton@math.stanford.edu>
726
727 * linespec.c (decode_line_1): Rename variable 's' to
728 'file_symtab'.
729 (decode_all_digits): Rename argument 's' to 'file_symtab'.
730 (decode_dollar): Ditto.
731 (decode_variable): Ditto.
732 (symbol_found): Ditto.
733
734 2003-01-09 Michael Chastain <mec@shout.net>
735
736 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
737
738 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
739
740 * win32-nat.c (set_process_privilege): New function.
741 (child_attach): Call set_process_privilege() to enable the
742 SE_DEBUG_NAME user privilege if available in process token.
743
744 2003-01-10 J. Brobecker <brobecker@gnat.com>
745
746 * hpread.c (hpread_process_one_debug_symbol): Fix a small
747 compilation error in the previous revision.
748
749 2003-01-09 David Carlton <carlton@math.stanford.edu>
750
751 * linespec.c: Update copyright.
752
753 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
754
755 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
756 than inferior_ptid.
757 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
758
759 2003-01-09 Andrew Cagney <ac131313@redhat.com>
760
761 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
762 Update comments.
763 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
764 (frame_saved_regs_zalloc): Update.
765 (frame_saved_regs_register_unwind): Update.
766 (create_new_frame): Update.
767 (get_prev_frame): Update.
768 (frame_extra_info_zalloc): Update.
769 (deprecated_get_frame_saved_regs): Update.
770 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
771 * cris-tdep.c: Update comment.
772
773 * somsolib.h: Fix function indentation.
774 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
775 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
776 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
777 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
778 * somsolib.c, inftarg.c: Remove assignment in if conditional.
779
780 * infrun.c (follow_fork): Use ISO C definition.
781 * expprint.c (print_subexp): Use xfree instead of free.
782 * charset.c: Include "gdb_string.h" instead of <string.h>.
783 (register_iconv_charsets): Use ISO C definition.
784 (host_charset, target_charset): Ditto.
785 * Makefile.in (charset.o): Update dependencies.
786 (mi-cmd-env.o): Update dependencies.
787
788 2003-01-08 Andrew Cagney <cagney@redhat.com>
789
790 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
791 get_frame_base.
792
793 2003-01-08 Andrew Cagney <ac131313@redhat.com>
794
795 * gdb_mbuild.sh: Add --keep option. When specified, keep the
796 build directories. Save edited gdb output in Mbuild.log. If a
797 build fails, remove any final GDB executable.
798
799 2003-01-08 Andrew Cagney <ac131313@redhat.com>
800
801 * gdb_mbuild.sh: Edit the output of `maint print architecture'
802 replacing hex constants with function names and stripping leading
803 file name directory prefixes.
804
805 2003-01-08 Andrew Cagney <cagney@redhat.com>
806
807 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
808 get_frame_base.
809
810 2003-01-08 David Carlton <carlton@math.stanford.edu>
811
812 * linespec.c (decode_line_1): Move code into decode_variable.
813 (decode_variable): New function.
814
815 2003-01-08 Andrew Cagney <ac131313@redhat.com>
816
817 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
818
819 2003-01-08 Andrew Cagney <cagney@redhat.com>
820
821 * cris-tdep.c (cris_frame_init_saved_regs): Use
822 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
823 saved_regs buffer.
824 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
825 (sh64_nofp_frame_init_saved_regs): Ditto.
826 (sh_fp_frame_init_saved_regs): Ditto.
827 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
828 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
829 * mcore-tdep.c (analyze_dummy_frame): Ditto.
830 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
831
832 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
833
834 * minsyms.c (lookup_minimal_symbol): Update comment.
835 (lookup_minimal_symbol_text): Update comment. Use the hash table.
836 (lookup_minimal_symbol_solib_trampoline): Likewise.
837
838 2003-01-08 Andrew Cagney <cagney@redhat.com>
839
840 * d10v-tdep.c (d10v_init_extra_frame_info): Use
841 frame_relative_level.
842
843 * alpha-tdep.c: Use get_frame_extra_info.
844 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
845 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
846 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
847 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
848
849 * alpha-tdep.c: Use get_next_frame.
850 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
851 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
852 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
853 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
854 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
855 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
856 * xstormy16-tdep.c: Ditto.
857
858 2003-01-07 Andrew Cagney <cagney@redhat.com>
859
860 * alpha-tdep.c: Use get_frame_base.
861 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
862 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
863 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
864 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
865 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
866 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
867 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
868 * config/sparc/tm-sparc.h: Ditto.
869
870 2003-01-07 Andrew Cagney <cagney@redhat.com>
871
872 * frame.c (deprecated_get_frame_context): New function.
873 (deprecated_set_frame_context): New function.
874 * frame.h (deprecated_get_frame_context): Declare.
875 (deprecated_set_frame_context): Declare.
876 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
877 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
878
879 2003-01-07 Andrew Cagney <cagney@redhat.com>
880
881 * frame.c (deprecated_set_frame_next_hack): New function.
882 (deprecated_set_frame_prev_hack): New function.
883 * frame.h (deprecated_set_frame_next_hack): Declare.
884 (deprecated_set_frame_prev_hack): Declare.
885 * mcore-tdep.c (analyze_dummy_frame): Use
886 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
887 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
888
889 2003-01-07 David Carlton <carlton@math.stanford.edu>
890
891 * linespec.c (decode_line_1): Move code into decode_dollar.
892 (decode_dollar): New function.
893
894 2003-01-07 Andrew Cagney <cagney@redhat.com>
895
896 * arm-tdep.c (arm_init_extra_frame_info): Use
897 deprecated_update_frame_base_hack.
898 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
899 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
900 (fix_frame_pointer): Ditto.
901 (mn10300_analyze_prologue): Ditto.
902
903 2003-01-07 Andrew Cagney <cagney@redhat.com>
904
905 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
906 extra_info using frame_extra_info_zalloc.
907 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
908 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
909 (sh64_init_extra_frame_info): Ditto.
910 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
911 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
912 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
913 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
914 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
915 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
916 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
917 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
918 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
919 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
920 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
921 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
922
923 * mn10300-tdep.c (analyze_dummy_frame): Use
924 deprecated_set_frame_extra_info_hack.
925 * mcore-tdep.c (analyze_dummy_frame): Ditto.
926
927 2003-01-07 J. Brobecker <brobecker@gnat.com>
928
929 * mdebugread.c (parse_symbol): Skip stProc entries which storage
930 class is not scText. These do not define "real" procedures.
931 (parse_partial_symbols): Likewise.
932
933 2003-01-06 Michael Snyder <msnyder@redhat.com>
934
935 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
936
937 2003-01-06 Andrew Cagney <ac131313@redhat.com>
938
939 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
940 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
941 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
942 deprecated_frame_xmalloc_with_cleanup.
943 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
944 deprecated_frame_xmalloc.
945 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
946 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
947
948 2003-01-06 Andrew Cagney <cagney@redhat.com>
949
950 * x86-64-linux-tdep.c: Include "osabi.h".
951 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
952
953 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
954
955 2003-01-06 Andrew Cagney <cagney@redhat.com>
956
957 * MAINTAINERS (Target Instruction Set Architectures): Update
958 arm-elf. Can be built with -Werror, has been multiarched.
959
960 * value.h (unpack_long): Make buffer parameter constant.
961 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
962 * scm-lang.h (scm_parse): Ditto.
963 * defs.h (extract_typed_address, extract_address): Ditto.
964 (extract_long_unsigned_integer): Ditto.
965 * inferior.h (unsigned_pointer_to_address): Ditto.
966 (signed_pointer_to_address): Ditto.
967 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
968 * gdbarch.h, gdbarch.c: Regenerate.
969 * findvar.c (extract_long_unsigned_integer): Update.
970 (extract_address): Update.
971 (extract_typed_address): Update.
972 (unsigned_pointer_to_address): Update.
973 * values.c (unpack_long): Update.
974 (unpack_double): Update.
975 (unpack_pointer): Update.
976 (unpack_field_as_long): Update.
977 * d10v-tdep.c (d10v_pointer_to_address): Update.
978 * avr-tdep.c (avr_pointer_to_address): Update.
979 * scm-lang.c (scm_unpack): Update.
980 * findvar.c (signed_pointer_to_address): Update.
981
982 2003-01-06 Michal Ludvig <mludvig@suse.cz>
983
984 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
985 since it is in i386-tdep.c.
986
987 2003-01-06 J. Brobecker <brobecker@gnat.com>
988
989 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
990 failure introduced in the previous change.
991
992 2003-01-05 Michael Chastain <mec@shout.net>
993
994 * README: Remove references to deleted remote-*.c files:
995 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
996 remote-nrom.c, remote-os9k.c, remote-udi.c.
997
998 2003-01-05 Mark Kettenis <kettenis@gnu.org>
999
1000 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
1001 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
1002 i386_get_longjmp_target.
1003
1004 2003-01-05 Andrew Cagney <ac131313@redhat.com>
1005
1006 * arm-tdep.c (prologue_cache): Change to a pointer.
1007 (_initialize_arm_tdep): Allocate prologue_cache.
1008 (check_prologue_cache): Update.
1009 (save_prologue_cache): Update.
1010 (arm_gdbarch_init): Update.
1011
1012 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
1013
1014 * stabsread.c (update_method_name_from_physname): Call complaint()
1015 instead of error.
1016
1017 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
1018
1019 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
1020 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
1021 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
1022
1023 * blockframe.c: Include "gdbcmd.h" and "command.h".
1024 (backtrace_below_main): New variable.
1025 (file_frame_chain_valid, func_frame_chain_valid)
1026 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
1027 (generic_func_frame_chain_valid): Remove functions.
1028 (frame_chain_valid, do_flush_frames_sfunc): New functions.
1029 (_initialize_blockframe): New function.
1030 * Makefile.in (blockframe.o): Update dependencies.
1031 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
1032 comment. Call frame_chain_valid ().
1033 * frame.h: Remove old prototypes. Add prototype for
1034 frame_chain_valid and update comments to match.
1035 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
1036 Remove old comment.
1037 * gdbarch.h: Regenerated.
1038 * gdbarch.c: Regenerated.
1039
1040 * alpha-tdep.c (alpha_gdbarch_init): Don't call
1041 set_gdbarch_frame_chain_valid.
1042 * avr-tdep.c (avr_gdbarch_init): Likewise.
1043 * cris-tdep.c (cris_gdbarch_init): Likewise.
1044 * frv-tdep.c (frv_gdbarch_init): Likewise.
1045 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
1046 * i386-tdep.c (i386_svr4_init_abi): Likewise.
1047 (i386_nw_init_abi): Likewise.
1048 (i386_gdbarch_init): Likewise.
1049 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
1050 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
1051 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
1052 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
1053 * mips-tdep.c (mips_gdbarch_init): Likewise.
1054 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
1055 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
1056 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
1057 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
1058 * s390-tdep.c (s390_gdbarch_init): Likewise.
1059 * sh-tdep.c (sh_gdbarch_init): Likewise.
1060 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
1061 * v850-tdep.c (v850_gdbarch_init): Likewise.
1062 * vax-tdep.c (vax_gdbarch_init): Likewise.
1063 * x86-64-tdep.c (x86_64_init_abi): Likewise.
1064
1065 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
1066 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
1067 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
1068 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
1069 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
1070 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
1071 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
1072 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
1073
1074 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
1075
1076 * Makefile.in (acconfig_h): Remove incorrect macro.
1077 (config_h): Define.
1078 (osabi.o): Update dependencies.
1079 * configure.tgt: Set gdb_osabi based on target triplet.
1080 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
1081 * configure: Regenerated.
1082 * config.in: Regenerated.
1083 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
1084 (GDB_OSABI_DEFAULT): Define if not already defined.
1085 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
1086 (set_osabi_string): New variables.
1087 (gdbarch_register_osabi): Add new OS ABI to
1088 gdb_osabi_available_names.
1089 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
1090 (set_osabi, show_osabi): New functions.
1091 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
1092
1093 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
1094
1095 * arch-utils.c (gdbarch_info_init): Set osabi to
1096 GDB_OSABI_UNINITIALIZED.
1097 * gdbarch.sh: Add osabi to struct gdbarch and to struct
1098 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
1099 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
1100 * gdbarch.c: Regenerated.
1101 * gdbarch.h: Regenerated.
1102 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
1103 there's no BFD.
1104 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
1105 * osabi.h (enum gdb_osabi): Move to defs.h.
1106 (gdbarch_init_osabi): Update prototype.
1107 * defs.h (enum gdb_osabi): Moved here.
1108 * Makefile.in: Update dependencies.
1109
1110 * alpha-tdep.h: Don't include "osabi.h".
1111 (struct gdbarch_tdep): Remove osabi member.
1112 * alpha-tdep.c: Include "osabi.h".
1113 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
1114 iterate over arches. Update call to gdbarch_init_osabi.
1115 (alpha_dump_tdep): Don't dump osabi.
1116 * alpha-linux-tdep.c: Include "osabi.h".
1117 * alpha-osf1-tdep.c: Include "osabi.h".
1118 * alphafbsd-tdep.c: Include "osabi.h".
1119 * alphanbsd-tdep.c: Include "osabi.h".
1120
1121 * arm-tdep.h: Don't include "osabi.h".
1122 (struct gdbarch_tdep): Remove osabi member.
1123 * arm-tdep.c: Include "osabi.h".
1124 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
1125 iterate over arches. Update call to gdbarch_init_osabi.
1126 (arm_dump_tdep): Don't dump osabi.
1127 * arm-linux-tdep.c: Include "osabi.h".
1128 * armnbsd-tdep.c: Include "osabi.h".
1129
1130 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
1131 Update call to gdbarch_init_osabi.
1132
1133 * i386-tdep.h: Don't include "osabi.h".
1134 (struct gdbarch_tdep): Remove osabi member.
1135 * i386-tdep.c: Include "osabi.h".
1136 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
1137 iterate over arches. Update call to gdbarch_init_osabi.
1138 (i386_dump_tdep): Don't dump osabi.
1139 * i386-linux-tdep.c: Include "osabi.h".
1140 * i386-sol2-tdep.c: Include "osabi.h".
1141 * i386bsd-tdep.c: Include "osabi.h".
1142 * i386gnu-tdep.c: Include "osabi.h".
1143 * i386ly-tdep.c: Include "osabi.h".
1144 * i386nbsd-tdep.c: Include "osabi.h".
1145 * i386obsd-tdep.c: Include "osabi.h".
1146
1147 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
1148 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
1149 check osabi when iterating over arches. Update call to
1150 gdbarch_init_osabi.
1151 (mips_dump_tdep): Don't dump osabi.
1152
1153 * ns32k-tdep.h: Don't include "osabi.h".
1154 (struct gdbarch_tdep): Remove.
1155 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
1156 gdbarch_lookup_osabi. Don't iterate over arches. Don't
1157 allocate tdep. Update call to gdbarch_init_osabi.
1158 (ns32k_dump_tdep): Remove.
1159 (_initialize_ns32k_tdep): Update call to gdbarch_register.
1160 * ns32knbsd-tdep.c: Include "osabi.h".
1161
1162 * ppc-tdep.h: Don't include "osabi.h".
1163 (struct gdbarch_tdep): Remove osabi member.
1164 * rs6000-tdep.c: Include "osabi.h".
1165 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
1166 osabi when iterating over arches. Update call to
1167 gdbarch_init_osabi.
1168 (rs6000_dump_tdep): Don't dump osabi.
1169 * ppc-linux-tdep.c: Include "osabi.h".
1170 * ppcnbsd-tdep.c: Include "osabi.h".
1171
1172 * sh-tdep.h: Don't include "osabi.h".
1173 (struct gdbarch_tdep): Remove osabi member.
1174 * sh-tdep.c: Include "osabi.h".
1175 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
1176 iterate over arches. Update call to gdbarch_init_osabi.
1177 (sh_dump_tdep): Don't dump osabi.
1178 * shnbsd-tdep.c: Include "osabi.h".
1179
1180 * sparc-tdep.c: Include "osabi.h".
1181 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
1182 iterate over arches. Update call to gdbarch_init_osabi.
1183 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
1184 tdep structure.
1185
1186 * vax-tdep.h: Don't include "osabi.h".
1187 (struct gdbarch_tdep): Remove.
1188 * vax-tdep.c: Include "osabi.h".
1189 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
1190 iterate over arches. Don't allocate tdep. Update call
1191 to gdbarch_init_osabi.
1192 (vax_dump_tdep): Remove.
1193 (_initialize_vax_tdep): Update call to gdbarch_register.
1194
1195 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
1196
1197 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
1198 entirely.
1199 (breakpoint_re_set_one): Don't fetch the value for a disabled
1200 watchpoint.
1201
1202 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
1203
1204 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
1205 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
1206 (COERCE_FLOAT_TO_DOUBLE): Remove.
1207 * gdbarch.c: Regenerate.
1208 * gdbarch.h: Regenerate.
1209 * Makefile.in: Remove value_h from gdbarch_h.
1210 * valops.c (coerce_float_to_double): New variable.
1211 (default_coerce_float_to_double): Remove.
1212 (standard_coerce_float_to_double): Remove.
1213 (value_arg_coerce): Use coerce_float_to_double.
1214 (_initialize_valops): Add "set coerce-float-to-double".
1215 * value.h (default_coerce_float_to_double): Remove prototype.
1216 (standard_coerce_float_to_double): Remove prototype.
1217
1218 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
1219 prototyped.
1220 * mdebugread.c (parse_symbol): Likewise.
1221 * stabsread.c (define_symbol): Mark all functions as prototyped.
1222
1223 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
1224 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
1225 set_gdbarch_coerce_float_to_double.
1226 * arm-tdep.c (arm_gdbarch_init): Likewise.
1227 * frv-tdep.c (frv_gdbarch_init): Likewise.
1228 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
1229 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
1230 * mips-tdep.c (mips_gdbarch_init): Likewise.
1231 (mips_coerce_float_to_double): Remove.
1232 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
1233 (rs6000_coerce_float_to_double): Remove.
1234 * s390-tdep.c (s390_gdbarch_init): Likewise.
1235 * sh-tdep.c (sh_gdbarch_init): Likewise.
1236 (sh_coerce_float_to_double): Remove.
1237 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
1238 (sparc_coerce_float_to_double): Remove.
1239 * v850-tdep.c (v850_gdbarch_init): Likewise.
1240 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
1241 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
1242 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
1243 (hppa_coerce_float_to_double): Remove prototype.
1244 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
1245
1246 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
1247
1248 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
1249
1250 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
1251
1252 Suggested by Stewart Brown <sb24@avaya.com>:
1253 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
1254 in recursive calls. Handle TYPE_CODE_TYPEDEF.
1255 (c_type_print_varspec_suffix): Likewise.
1256
1257 2003-01-04 Mark Kettenis <kettenis@gnu.org>
1258
1259 * configure.in: Don't set and AC_SUBST SUBDIRS.
1260 * configure: Regenerated.
1261
1262 * configure.in: Remove code dealing with shared libraries.
1263 * Makefile.in: Remove HLDFLAGS and HLDENV.
1264 * configure: Regenerated.
1265
1266 2003-01-04 Andrew Cagney <ac131313@redhat.com>
1267
1268 * frame.c (deprecated_frame_xmalloc): New function.
1269 (deprecated_set_frame_saved_regs_hack): New function.
1270 (deprecated_set_frame_extra_info_hack): New function.
1271 * frame.h (deprecated_frame_xmalloc): Declare.
1272 (deprecated_set_frame_saved_regs_hack): Declare.
1273 (deprecated_set_frame_extra_info_hack): Declare.
1274
1275 2003-01-04 Mark Kettenis <kettenis@gnu.org>
1276
1277 * configure.in: Move code that provides the --enable-gdbtk option
1278 right after the code that handles the --enable-tui option, and
1279 polish it somewhat.
1280 * configure: Regenerated.
1281
1282 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
1283 AC_CHECK_FUNCS and remove the old check for pread64.
1284 * acinclude.m4 (AC_GNU_SOURCE): New macro.
1285 * acconfig.h (_GNU_SOURCE): Add.
1286 (HAVE_PREAD64): Remove.
1287 * configure, aclocal.m4, config.in: Regenerated.
1288
1289 2003-01-03 Andrew Cagney <ac131313@redhat.com>
1290
1291 * alpha-tdep.c: Use get_frame_saved_regs.
1292 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
1293 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
1294 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
1295 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
1296 * vax-tdep.c, xstormy16-tdep.c: Ditto.
1297
1298 2003-01-03 Mark Kettenis <kettenis@gnu.org>
1299
1300 * configure.in: Remove all use of the SUBDIRS variable; add
1301 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
1302 code providing the --enable-multi-ice option, and move it right in
1303 front of the code that checks whether gdbserver is supported.
1304 Polish that too.
1305 * configure: Regenerated.
1306 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
1307 @SUBDIRS@.
1308
1309 2003-01-03 Andrew Cagney <cagney@redhat.com>
1310
1311 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
1312 * avr-tdep.c, cris-tdep.c: Ditto.
1313 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
1314 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
1315
1316 2003-01-03 Mark Kettenis <kettenis@gnu.org>
1317
1318 * configure.in: Remove --enable-netrom option.
1319 * configure: Regenerated.
1320
1321 2003-01-03 Mark Kettenis <kettenis@gnu.org>
1322
1323 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
1324 declaration for `struct re_pattern_buffer' instead.
1325 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
1326
1327 2003-01-03 J. Brobecker <brobecker@gnat.com>
1328
1329 * mdebugread.c (parse_symbol): Count until the stEnd matching
1330 the structure name.
1331
1332 2003-01-02 Mark Kettenis <kettenis@gnu.org>
1333
1334 * configure.in: Remove --with-cpu option.
1335 subscripts. Remove evil changequotes here.
1336 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
1337 * config.in, configure: Regenerated.
1338
1339 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
1340 * configure.in: Cleanup section that sources GDB and BFD configure
1341 subscripts. Remove evil changequotes here.
1342 * config.in, configure: Regenerated.
1343
1344 2003-01-02 Andrew Cagney <ac131313@redhat.com>
1345
1346 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
1347 frame accessor methods.
1348 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
1349 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
1350 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
1351 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
1352 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
1353 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
1354 * z8k-tdep.c: Ditto.
1355
1356 2003-01-02 Mark Kettenis <kettenis@gnu.org>
1357
1358 * configure.in: Remove UI_OUT configuration code.
1359 * ada-lang.c: Update assuming UI_OUT is always true.
1360 * Makefile.in (UIOUT_CFLAGS): Remove.
1361 * configure: Regenerated.
1362 * TODO: Remove blurb about elimination of -DUI_OUT.
1363
1364 * configure.in: Move code that provides the --enable-gdbcli,
1365 --enable-gdbmi options right before the code that handles the
1366 --enable-tui option. Polish a bit.
1367 * configure: Regenerated.
1368
1369 * configure.in: Rewrite check for GNU regex and the
1370 --without-included regex option, and move it into the "Checks for
1371 library functions" section. This makes us use the system regex
1372 again by default on systems with version 2 of the GNU C library.
1373 This was apparently broken.
1374 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
1375 * acconfig.h (USE_INCLUDED_REGEX): Remove.
1376 * config.in, configure: Regenerated.
1377
1378 * configure.in: Move code that provides the --enable-tui option
1379 before the "Checks for libraries" section. Polish the code
1380 somewhat and set need_curses to yes if we build the TUI. Rewrite
1381 code that looks for a library providing termcap functionality to
1382 match more closely what's done in the Readline library, and move
1383 it into to the "Checks for libraries" section.
1384 * configure: Regenerated.
1385 * Makefile.in (TERMCAP): Remove variable.
1386 * config/i386/go32.mh (TERMCAP): Remove variable.
1387
1388 2003-01-02 Andrew Cagney <ac131313@redhat.com>
1389
1390 * MAINTAINERS: Mention gdb_mbuild.sh.
1391 * gdb_mbuild.sh: Rewrite.
1392
1393 2003-01-02 Mark Kettenis <kettenis@gnu.org>
1394
1395 * configure.in: Fix typo in last change.
1396 * config.in, configure: Regenerated.
1397
1398 2003-01-02 Andrew Cagney <ac131313@redhat.com>
1399
1400 * valarith.c (value_binop): Delete obsolete code and comments.
1401 * configure.host: Ditto.
1402 * buildsym.h (make_blockvector): Ditto.
1403 * buildsym.c (make_blockvector): Ditto.
1404 * defs.h (enum language): Ditto.
1405 (chill_demangle): Ditto.
1406 * elfread.c (elf_symtab_read): Ditto.
1407 * dwarfread.c (CHILL_PRODUCER): Ditto.
1408 (set_cu_language): Ditto.
1409 (handle_producer): Ditto.
1410 * expprint.c (print_subexp): Ditto.
1411 * gdbtypes.c (chill_varying_type): Ditto.
1412 * gdbtypes.h (builtin_type_chill_bool): Ditto.
1413 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
1414 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
1415 (chill_varying_type): Ditto.
1416 * language.h (_LANG_chill): Ditto.
1417 * language.c (binop_result_type, integral_type): Ditto.
1418 (character_type, string_type, structured_type): Ditto.
1419 (lang_bool_type, binop_type_check): Ditto.
1420 * stabsread.h (os9k_stabs): Ditto.
1421 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
1422 (define_symbol, read_type, read_struct_fields): Ditto.
1423 (read_array_type, read_enum_type, read_huge_number): Ditto.
1424 (read_range_type, start_stabs): Ditto.
1425 * symfile.c (init_filename_language_table): Ditto.
1426 (add_psymbol_with_dem_name_to_list): Ditto.
1427 * symtab.c (symbol_init_language_specific): Ditto.
1428 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
1429 * symtab.h (struct general_symbol_info): Ditto.
1430 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
1431 * typeprint.c (typedef_print): Ditto.
1432 * utils.c (fprintf_symbol_filtered): Ditto.
1433 * valops.c (value_cast, search_struct_field, value_slice): Delete
1434 obsolete code.
1435 (varying_to_slice): Delete function.
1436 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
1437 (varying_to_slice): Delete declaration.
1438 * MAINTAINERS: Update.
1439
1440 2003-01-02 Mark Kettenis <kettenis@gnu.org>
1441
1442 * configure.in: Reorganize "Checks for library functions section"
1443 a bit. Remove check for `btowc' and `isascii' functions.
1444 * configure: Regenerated.
1445
1446 * acconfig.h (_MSE_INT_H): Remove.
1447 * configure.in: Create "Checks for header files" section, and move
1448 appropriate tests there. Don't check for objlist.h, wchar.h,
1449 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
1450 misdetection fix. Also add "Checks for types", "Checks for
1451 compiler characteristics" and "Checks for library functions"
1452 sections.
1453 * config.in, configure: Regenerated.
1454
1455 * configure.in: Create "Checks for programs" section, and move
1456 appropriate tests there.
1457
1458 2003-01-01 Mark Kettenis <kettenis@gnu.org>
1459
1460 * configure.in: Create "Checks for libraries" section, and move
1461 appropriate tests there. Cleanup check for wctype in libw. Use
1462 AC_SEARCH_LIBS to see whether we need libsocket.
1463 * configure: Regenerated.
1464
1465 For older changes see ChangeLog-2002
1466 \f
1467 Local Variables:
1468 mode: change-log
1469 left-margin: 8
1470 fill-column: 74
1471 version-control: never
1472 End: