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