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