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