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