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