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