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