09fbfc08d1c87baa49d5d2c85d882ef372aa896c
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2003-02-06 Andrew Cagney <ac131313@redhat.com>
2
3 * procfs.c: Include "gdb_assert.h".
4
5 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
6 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
7 * jv-typeprint.c (java_type_print_base): Ditto.
8 * typeprint.c (typedef_print): Eliminate STREQ.
9 * cli/cli-script.c (define_command, define_command): Ditto.
10 * main.c (captured_main): Ditto.
11 * values.c (lookup_internalvar): Ditto.
12 * utils.c (safe_strerror, parse_escape): Eliminate assignment
13 within `if' conditional.
14 * linespec.c (decode_line_2): Ditto.
15 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
16 (bfd_openw_with_cleanup): Ditto.
17
18 2003-02-07 Mark Kettenis <kettenis@gnu.org>
19
20 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
21 legacy_extract_return_value and store_return_value to
22 legacy_return_value.
23
24 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
25
26 * win32-nat.c (get_relocated_section_addrs): New function. Find
27 section load addresses for symbol handling in relocated DLLs.
28 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
29
30 2003-02-05 Fred Fish <fnf@intrinsity.com>
31
32 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
33 '=' and '!='.
34 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
35 with '&' and '=='.
36 (angel_RDI_info): Ditto.
37 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
38 with '&' and '!='.
39 (threads_continue_all_with_signals): Ditto.
40
41 2003-02-05 Jim Ingham <jingham@apple.com>
42 Keith Seitz <keiths@redhat.com>
43 Elena Zannoni <ezannoni@redhat.com>
44 Andrew Cagney <ac131313@redhat.com>
45
46 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
47 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
48 (SUBDIR_MI_OBS): Add "mi-interp.o".
49 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
50 (SFILES): Add "interps.c".
51 (COMMON_OBS): Add "interps.o".
52 (interps_h, mi_main_h): Define.
53 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
54 (mi-main.o, main.o, event-top.o): Update dependencies.
55 * cli/cli-interp.c: New file.
56 * interps.h, interps.c: New files.
57 * top.c: (gdb_init): Don't install the default interpreter, handed
58 by captured_main.
59 * main.c: Include "interps.h".
60 (interpreter_p): Note that it should malloc'ed.
61 (captured_command_loop): Call current_interp_command_loop.
62 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
63 xfree and xstrdup when updating interpreter_p. Install the
64 default interpreter. Add hack to stop mi1's copyright notice
65 being encoded.
66 * event-top.h (gdb_setup_readline): Declare.
67 (gdb_disable_readline): Declare.
68 * event-top.c: Include "interps.h".
69 (display_gdb_prompt): Call current_interp_display_prompt_p.
70 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
71 gdb_stdlog, and gdb_stdtarg.
72 (_initialize_event_loop): Don't call gdb_setup_readline.
73 * cli-out.c (cli_out_set_stream): New function.
74 * cli-out.h (cli_out_set_stream): Declare.
75
76 2003-02-06 Mark Kettenis <kettenis@gnu.org>
77
78 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
79 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
80 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
81 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
82 config/i386/i386v42mp.mt: Removed.
83
84 2003-02-05 Mark Kettenis <kettenis@gnu.org>
85
86 * configure.tgt (*-*-solaris*): Set gdb_osabi to
87 GDB_OSABI_SOLARIS.
88
89 2003-02-05 Michael Chastain <mec@shout.net>
90
91 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
92 2.12.1 and earlier versions.
93
94 2003-02-05 Andrew Cagney <ac131313@redhat.com>
95
96 Remove orphaned hosts, targets and files.
97 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
98 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
99 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
100 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
101 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
102 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
103 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
104 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
105 * config/sparc/tm-sp64sim.h: Delete.
106 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
107 hosts.
108 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
109 mips*-dec-mach3* targets.
110
111 2003-02-04 Michael Chastain <mec@shout.net>
112
113 * NEWS: Fix typo: sepcifying -> specifying.
114
115 2003-02-04 Michael Chastain <mec@shout.net>
116
117 * dwarfread.c: Add documentation on the state of dwarf-1,
118 looking towards obsoletion.
119
120 2003-02-03 Michael Chastain <mec@shout.net>
121
122 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
123 gdb/testsuite/gdb.c++/pr-1023.exp.
124
125 2003-02-04 Andrew Cagney <ac131313@redhat.com>
126
127 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
128 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
129
130 * utils.c (init_page_info): Delete reference to MPW in comments.
131 * main.c (captured_main): Delete #ifdef MPW.
132
133 2003-02-04 Andrew Cagney <ac131313@redhat.com>
134
135 * NEWS: Note that the m32r-*-elf* is obsolete.
136 * monitor.c (monitor_expect): Obsolete reference to m32r.
137 * configure.tgt: Mark m32r-*-elf* as obsolete.
138 * MAINTAINERS: Mark m32k as obsolete.
139 * m32r-rom.c: Obsolete file.
140 * config/m32r/m32r.mt: Obsolete file.
141 * config/m32r/tm-m32r.h: Obsolete file.
142 * m32r-stub.c: Obsolete file.
143 * m32r-tdep.c: Obsolete file.
144
145 2003-02-04 Andrew Cagney <ac131313@redhat.com>
146
147 * NEWS: Mention that the z8k-zilog-none is obsolete.
148 * MAINTAINERS: Mark z8k as obsolete.
149 * configure.tgt: Obsolete the z8k-*-coff* target.
150 * config/z8k/z8k.mt: Obsolete file.
151 * config/z8k/tm-z8k.h: Obsolete file.
152 * z8k-tdep.c: Obsolete file.
153
154 2003-02-04 Andrew Cagney <ac131313@redhat.com>
155
156 * NEWS: Mention that the mn10200-elf is obsolete.
157 * configure.tgt: Obsolete mn10200-*-* target.
158 * breakpoint.c (update_breakpoints_after_exec): Update comment to
159 mention that the mn10200 is obsolete.
160 * breakpoint.h: Ditto.
161 * MAINTAINERS: Mark the mn10200-elf as obsolete.
162 * config/mn10200/mn10200.mt: Obsolete file.
163 * config/mn10200/tm-mn10200.h: Obsolete file.
164 * mn10200-tdep.c: Obsolete file.
165
166 2003-02-04 Andrew Cagney <ac131313@redhat.com>
167
168 * MAINTAINERS: Mark h8500 as obsolete.
169 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
170 * findvar.c (value_from_register): Ditto.
171 * h8500-tdep.c: Mark file as obsolete.
172 * config/h8500/h8500.mt: Ditto.
173 * config/h8500/tm-h8500.h: Ditto.
174 * NEWS: Mention that h8500 is obsolete.
175
176 2003-02-04 David Carlton <carlton@math.stanford.edu>
177
178 * objfiles.c (allocate_objfile): Always set name. Add comment at
179 start of function.
180 * jv-lang.c (get_dynamics_objfile): Add comment.
181
182 2003-02-04 David Carlton <carlton@math.stanford.edu>
183
184 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
185 * printcmd.c (build_address_symbolic): Replace uses of
186 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
187 SYMBOL_NAME, and asm_demangle.
188 Update copyright.
189
190 2003-02-04 David Carlton <carlton@math.stanford.edu>
191
192 * linespec.c (decode_compound): Extract code into
193 lookup_prefix_sym.
194 (lookup_prefix_sym): New function.
195
196 2003-02-04 David Carlton <carlton@math.stanford.edu>
197
198 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
199 FLOAT_COERCION_BADNESS.
200 * gdbtypes.c (rank_one_type): Replace all uses of
201 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
202
203 2003-02-04 Jim Blandy <jimb@redhat.com>
204
205 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
206 section, let dwarf_macinfo_section point to it, not
207 dwarf_loc_section.
208
209 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
210
211 Pointed out by Anton Blanchard <anton@samba.org>.
212 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
213 (ppc_linux_at_sigtramp_return_path): Use it.
214
215 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
216
217 * defs.h (streq): Add prototype.
218 * utils.c (streq): New function.
219
220 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
221 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
222 * mdebugread.c (new_symbol): Likewise.
223 * stabsread.c (define_symbol): Likewise.
224 * coffread.c (process_coff_symbol): Likewise.
225 * dwarfread.c (new_symbol): Likewise.
226
227 * minsyms.c (prim_record_minimal_symbol_and_info): Use
228 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
229 here.
230 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
231 SYMBOL_INIT_DEMANGLED_NAME.
232 * objfiles.c: Include "hashtab.h".
233 (allocate_objfile): Call htab_set_functions_ex for the
234 demangled_names_hash.
235 (free_objfile): Call htab_delete for the demangled_names_hash.
236 * objfiles.h (struct htab): Add declaration.
237 (struct objfile): Add demangled_names_hash.
238 * symfile.c: Include "hashtab.h".
239 (reread_symbols): Call htab_delete for the demangled_names_hash.
240 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
241 SYMBOL_NAME in the bcache.
242 * symtab.c: Include "hashtab.h". Update comments.
243 (create_demangled_names_hash, symbol_set_names): New functions.
244 (symbol_find_demangled_name): New function, broken out from
245 symbol_init_demangled_names.
246 (symbol_init_demangled_names): Use it.
247 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
248 (SYMBOL_SET_NAMES): New macro.
249 (symbol_set_names): Add prototype.
250
251 2003-02-03 Jim Blandy <jimb@redhat.com>
252
253 Use a single, consistent representation for an empty minimal
254 symbol table in an objfile.
255 * objfiles.c (terminate_minimal_symbol_table): New function.
256 (allocate_objfile): Call it.
257 * objfiles.h (terminate_minimal_symbol_table): New declaration.
258 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
259 non-NULL.
260 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
261 objfile has minimal symbols, compare minimal_symbol_count to zero,
262 instead of comparing msymbols with NULL.
263 * objfiles.c (have_minimal_symbols): Same.
264 * solib-sunos.c (solib_add_common_symbols): Call
265 terminate_minimal_symbol_table.
266 * symfile.c (reread_symbols): Same.
267
268 2003-02-03 Kevin Buettner <kevinb@redhat.com>
269
270 * s390-tdep.c (s390_address_class_type_flags)
271 (s390_address_class_type_flags_to_name)
272 (s390_address_class_name_to_type_flags): New functions.
273 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
274 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
275
276 2003-02-03 Michael Snyder <msnyder@redhat.com>
277
278 * arm-tdep.c: Fix spell-o in comment.
279
280 2003-02-03 Michal Ludvig <mludvig@suse.cz>
281
282 * dwarf2cfi.c (pointer_encoding): Added new parameter.
283 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
284 error messages to contain BFD filename.
285
286 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
287
288 Fix PR gdb/742 gdb/743 gdb/877
289 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
290 (do_mixed_source_and_assembly): Use
291 make_cleanup_ui_out_tuple_begin_end and
292 make_cleanup_ui_out_tuple_begin_end.
293 (do_mixed_source_and_assembly): Ditto.
294 * thread.c (do_captured_list_thread_ids): Ditto.
295 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
296 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
297 ui_out_tuple_end): Delete prototypes.
298 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
299 ui_out_list_end, ui_out_tuple_end): Delete.
300
301 From Kevin Buettner <kevinb@redhat.com>:
302 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
303 * ui-out.c (make_cleanup_ui_out_table_begin_end)
304 (do_cleanup_table_end): New functions.
305 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
306 Use cleanups to invoke_ui_out_tuple_end().
307 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
308 * cli/cli-setshow.c (cmd_show_list): Use
309 make_cleanup_ui_out_tuple_begin_end.
310
311 2003-02-02 Andrew Cagney <ac131313@redhat.com>
312
313 * frame.c (frame_unwind_register): New function.
314 (frame_unwind_unsigned_register): Use.
315 (frame_unwind_signed_register): Use.
316 (frame_read_register): New function.
317 * frame.h (frame_unwind_register): Declare.
318 (frame_read_register): Declare.
319
320 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
321 and frame_unwind_register instead of read_memory, write_register
322 and deprecated_write_register_bytes.
323
324 2003-02-02 Andrew Cagney <ac131313@redhat.com>
325
326 * frame.h: Note that namelen can be negative.
327 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
328 NAME's length.
329
330 * NEWS: Mention that the d10v's `regs' command is deprecated.
331 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
332 (d10v_print_registers_info): New function.
333 (show_regs): Call d10v_print_registers_info.
334 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
335
336 2003-02-02 Mark Kettenis <kettenis@gnu.org>
337
338 * stack.c (print_frame_info): Restore call to annotate_frame_begin
339 lost in the previous patch.
340
341 2003-02-01 Andrew Cagney <ac131313@redhat.com>
342
343 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
344 * stack.c (print_frame_info_base): Output complete FRAME tuple
345 for synthesized frames.
346
347 2003-02-02 Andrew Cagney <ac131313@redhat.com>
348
349 * mips-nat.c (zerobuf): Delete.
350 (fetch_inferior_registers): Alloc local zerobuf.
351 (fetch_core_registers): Alloc local zerobuf.
352 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
353 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
354 * thread-db.c (thread_db_store_registers): Ditto.
355 * sh-tdep.c (sh_do_register): Ditto.
356 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
357 * remote-sim.c (gdbsim_store_register): Ditto.
358 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
359 * remote-e7000.c (fetch_regs_from_dump): Ditto.
360 * monitor.c (monitor_supply_register): Ditto.
361 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
362 * mips-nat.c (fetch_inferior_registers): Ditto.
363 * m68klinux-nat.c (fetch_register): Ditto.
364 * lynx-nat.c (fetch_inferior_registers): Ditto.
365 (fetch_inferior_registers): Ditto.
366 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
367 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
368 (hpux_thread_store_registers): Ditto.
369 * hppah-nat.c (fetch_register): Ditto.
370 * hppab-nat.c (fetch_register): Ditto.
371 * hppa-tdep.c (pa_register_look_aside): Ditto.
372 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
373 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
374
375 2003-02-01 Andrew Cagney <ac131313@redhat.com>
376
377 * gdbarch.sh: Explictly specify all method levels. When a
378 variable with an empty level, provide a non-multi-arch default.
379 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
380 * gdbarch.h: Re-generate.
381 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
382 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
383
384 2003-02-01 Andrew Cagney <ac131313@redhat.com>
385
386 * defs.h (host_pointer_to_address): Delete declaration.
387 (address_to_host_pointer): Delete declaration.
388 * utils.c (host_pointer_to_address): Delete function.
389 (address_to_host_pointer): Delete function.
390 * procfs.c (procfs_address_to_host_pointer): New function.
391 * procfs.c (proc_set_watchpoint): Use.
392 (procfs_can_use_hw_breakpoint): Update comments.
393 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
394 (som_solib_add): Use.
395 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
396 * hppa-tdep.c (unwind_command): Use.
397
398 2003-02-01 Andrew Cagney <ac131313@redhat.com>
399
400 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
401 strlen d_name.
402
403 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
404 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
405 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
406 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
407 (define_symbol): Update.
408 * symfile.c (generic_load): Remove references to nindy.
409 * symtab.c: Remove references to nindy.
410
411 2003-02-01 Andrew Cagney <ac131313@redhat.com>
412
413 * infcmd.c (print_float_info): Delete code conditional on
414 FLOAT_INFO.
415 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
416 * config/m68k/nm-apollo68b.h: Ditto.
417 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
418 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
419 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
420
421 2003-02-01 Mark Kettenis <kettenis@gnu.org>
422
423 * config/i386/tm-i386os9k.h: Removed.
424
425 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
426 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
427 they're identical to i[3456]86-*-sysv* now.
428 * config/i386/i386v32.mh: Removed.
429 * config/i386/xm-i386v32.h: Removed.
430 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
431
432 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
433
434 * config/i386/i386dgux.mh: Removed.
435 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
436
437 * configure.in: Fix typo.
438 * configure: Regenerated.
439
440 2003-01-31 David Carlton <carlton@math.stanford.edu>
441
442 * dwarf2read.c (dwarf2_locate_sections): Set
443 dwarf_ranges_section.
444
445 2003-01-31 Andrew Cagney <ac131313@redhat.com>
446
447 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
448 * utils.c: Update comments documenting legitimate uses of PTR.
449
450 * utils.c: Re-indent.
451
452 * config/djgpp/fnchange.lst: Delete nindy files.
453 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
454 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
455 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
456 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
457 * nindy-share/README, nindy-share/Onindy.c: Delete files.
458 * nindy-tdep.c, nindy-share/Makefile: Delete files.
459 * Makefile.in (init.c): Remove nindy references.
460 (saber_gdb): Delete rule.
461 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
462 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
463 and a68v-nat.c.
464 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
465 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
466 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
467 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
468 nindy-share/stop.h.
469 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
470 * saber.suppress: Delete file.
471
472 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
473
474 * dbxread.c (stabs_data): New static variable.
475 (fill_symbuf): Support an in-memory buffer for stabs data.
476 (stabs_seek): New function.
477 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
478 (read_ofile_symtab): Use stabs_seek.
479 (elfstab_build_psymtabs): Take an asection* instead of
480 an offset and size. Relocate the stabs data if necessary.
481 Save the section* for dbx_psymtab_to_symtab.
482 * dwarf2read.c: Add section variables for each debug section.
483 (dwarf2_locate_sections): Fill them in.
484 (dwarf2_read_section): Take an asection* argument.
485 Relocate the section contents if necessary.
486 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
487 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
488 it to dwarf2_read_section.
489 (dwarf2_build_frame_info): Update callers.
490 * elfread.c (elf_symfile_read): Update call to
491 elfstab_build_psymtabs.
492 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
493 (DBX_STAB_SECTION): New macro.
494 * stabsread.h (elfstab_build_psymtabs): Update prototype.
495 * symfile.c (symfile_dummy_outputs): New function.
496 (symfile_relocate_debug_section): New function.
497 * symfile.h (symfile_relocate_debug_section): Add prototype.
498
499 2003-01-31 Richard Henderson <rth@redhat.com>
500
501 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
502 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
503 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
504 * alpha-tdep.c (alpha_register_name): Add "unique".
505 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
506 (ALPHA_UNIQUE_REGNUM): New.
507 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
508
509 2003-01-31 Andrew Cagney <ac131313@redhat.com>
510
511 * README: Remove reference to Ericsson 1800 monitor.
512 * Makefile.in (remote-es.o): Delete rule.
513 (ALLDEPFILES): Delete remote-es.c.
514 * remote-es.c: Delete file.
515 * config/m68k/es1800.mt: Delete file.
516 * config/djgpp/fnchange.lst: Update.
517 * configure.tgt: Delete m68*-ericsson-* target.
518
519 2003-01-31 Adam Fedor <fedor@gnu.org>
520
521 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
522 Remove duplicate/shadowing variable of same name.
523
524 2003-01-30 Jim Blandy <jimb@redhat.com>
525
526 * symfile.c (find_separate_debug_file): Assert that the objfile's
527 directory name we compute ends with a slash, and then assume that
528 that's so everywhere we use it.
529
530 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
531
532 * valops.c (value_assign): Flush frame cache after stores to memory
533 also.
534
535 2003-01-30 Andrew Cagney <ac131313@redhat.com>
536
537 * Makefile.in (mon960-rom.o): Delete rule.
538 * mon960-rom.c: Delete file.
539
540 2003-01-30 Andrew Cagney <ac131313@redhat.com>
541
542 * d10v-tdep.c: Include "frame-unwind.h".
543 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
544 list.
545 (next_addr, uses_frame): Delete.
546 (struct d10v_unwind_cache): Define.
547 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
548 Use info instead of next_addr and uses_frame globals.
549 (d10v_frame_init_saved_regs): Delete function.
550 (d10v_init_extra_frame_info): Delete function.
551 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
552 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
553 init_frame_pc or frame_saved_pc.
554 (d10v_pop_frame): Delete function.
555 (do_d10v_pop_frame): Delete function.
556 (d10v_frame_chain): Delete function.
557 (d10v_frame_chain_valid): Delete function.
558 (d10v_frame_pc_unwind): New function.
559 (d10v_frame_id_unwind): New function.
560 (saved_regs_unwinder): New function.
561 (d10v_frame_register_unwind): New function.
562 (d10v_frame_pop): New function.
563 (d10v_frame_unwind): New variable.
564 (d10v_frame_p): New function.
565 (d10v_frame_saved_pc): Delete function.
566 * Makefile.in (d10v-tdep.o): Update dependencies.
567
568 2003-01-30 J. Brobecker <brobecker@gnat.com>
569
570 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
571 causing some regressions due to a change in the default value
572 for this macro.
573
574 2003-01-29 Richard Henderson <rth@redhat.com>
575 Elena Zannoni <ezannoni@redhat.com>
576 Daniel Jacobowitz <drow@mvista.com>
577
578 Fix PR gdb/961.
579 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
580 variables.
581 (RANGES_SECTION): New.
582 (dwarf_ranges_buffer): New variable.
583 (struct comp_unit_head): Add member "die".
584 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
585 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
586 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
587 (dwarf2_locate_sections): Likewise.
588 (dwarf2_build_psymtabs): Read .debug_ranges.
589 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
590 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
591 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
592 Look for DW_AT_ranges and return the bounding box.
593
594 2003-01-29 Brian Ford <ford@vss.fsi.com>
595
596 * win32-nat.c (cygwin_pid): Removed as unused.
597 (child_attach): Try fall back to Cygwin pid.
598
599 2003-01-29 Jim Blandy <jimb@redhat.com>
600
601 * objfiles.h (struct objfile): Doc fix.
602
603 2003-01-29 Andrew Cagney <ac131313@redhat.com>
604
605 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
606 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
607 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
608 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
609 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
610 (FRAME_SAVED_PC): Change to a function with predicate.
611 * gdbarch.h, gdbarch.c: Re-generate.
612
613 2003-01-28 Andrew Cagney <ac131313@redhat.com>
614
615 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
616
617 * complaints.c (complain): Delete function.
618 * complaints.h (struct deprecated_complaint): Delete definition.
619 (complain): Delete declaration.
620
621 2003-01-28 Kevin Buettner <kevinb@redhat.com>
622
623 * mips-tdep.c (mips_init_extra_frame_info): Return early for
624 dummy frames.
625
626 2003-01-27 Andrew Cagney <ac131313@redhat.com>
627
628 * sentinel-frame.h, sentinel-frame.c: New files.
629 * Makefile.in (frame.o): Update dependencies.
630 (SFILES): Add sentinel-frame.c.
631 (sentinel_frame_h): Define.
632 (COMMON_OBS): Add sentinel-frame.o.
633 (sentinel-frame.o): Specify dependencies.
634 * frame.c: Include "sentinel-frame.h".
635 (frame_register_unwind): Rewrite assuming that there is always a a
636 ->next frame.
637 (frame_register, generic_unwind_get_saved_register): Ditto.
638 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
639 (create_sentinel_frame, unwind_to_current_frame): New functions.
640 (get_current_frame): Rewrite using create_sentinel_frame and
641 unwind_to_current_frame. When possible, always create a frame.
642 (create_new_frame): Set next to the sentinel frame.
643 (get_next_frame): Rewrite. Don't go below the level 0 frame.
644 (deprecated_update_frame_pc_hack): Update the next frame's PC and
645 ID cache when necessary.
646 (frame_saved_regs_id_unwind): Use frame_relative_level.
647 (deprecated_generic_get_saved_register): Use frame_relative_level,
648 get_frame_saved_regs, get_frame_pc, get_frame_base and
649 get_next_frame.
650 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
651 frame_register.
652
653 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
654
655 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
656
657 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
658
659 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
660 (maintenance_set_profile_cmd): Use error () instead of warning ().
661
662 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
663
664 * configure.in: Check that -pg works if using --enable-profiling.
665 Check for monstartup and _mcleanup regardless of --enable-profiling.
666 * maint.c: Check for monstartup and _mcleanup before using them.
667 * config.in: Regenerated.
668 * configure: Regenerated.
669
670 2003-01-24 Nick Clifton <nickc@redhat.com>
671
672 * Add sh2e support:
673
674 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
675
676 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
677 (sh2e_show_regs): New.
678 (sh_gdbarch_init): Handle bfd_mach_sh2e.
679 * config/sh/tm-sh.h: Added sh2e to comments.
680
681 2003-01-23 Jim Blandy <jimb@redhat.com>
682
683 * symfile.c (syms_from_objfile): Don't print the "(no debugging
684 symbols found)" message here; we haven't checked for a separate
685 debug info file yet, so we don't know yet.
686 (symbol_file_add_with_addrs_or_offsets): Print it here, after
687 we've looked everywhere. Also, there's no need to print a special
688 message when we're loading the separate debug info file: the one
689 symbol_file_add prints is fine.
690
691 2003-01-23 Alexander Larsson <alexl@redhat.com>
692 Jim Blandy <jimb@redhat.com>
693
694 Add support for executables whose debug info has been separated
695 out into a separate file, leaving only a link behind.
696 * objfiles.h (struct objfile): New fields: separate_debug_objfile
697 and separate_debug_objfile_backlink.
698 (put_objfile_before): New declaration.
699 * symfile.c: #include "filenames.h".
700 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
701 debug info in a separate file, read that, too. Save the addrs
702 argument, so we can use it again to read the separated debug info;
703 syms_from_objfile modifies the table we pass it.
704 (reread_symbols): After re-reading an objfile, call
705 reread_separate_symbols to refresh its separate debug info
706 objfile, if it has one.
707 (reread_separate_symbols, find_separate_debug_file,
708 get_debug_link_info, separate_debug_file_exists): New functions.
709 (debug_file_directory): New global var.
710 (_initialize_symfile): Initialize debug_file_directory, and
711 provide the new `set debug-file-directory' command to let the user
712 change it.
713 * objfiles.c (free_objfile): If this objfile has its debug info in
714 a separate objfile, free that one too. If this is itself a
715 separate debug info objfile, clear our parent's backlink.
716 (put_objfile_before): New function.
717 * utils.c (gnu_debuglink_crc32): New function.
718 * defs.h (gnu_debuglink_crc32): New declaration.
719 * Makefile.in (symfile.o): Note dependency on "filenames.h".
720 * configure.in: Handle --with-separate-debug-dir config option.
721 * acinclude.m4 (AC_DEFINE_DIR): New macro.
722 * acconfig.h (DEBUGDIR): New macro.
723 * configure, aclocal.m4, config.in: Regenerated.
724
725 2003-01-22 Jim Blandy <jimb@redhat.com>
726
727 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
728 like the old symbol_file_add, but taking new arguments: you can
729 now pass in either a `struct section_addr_info' list to say where
730 each section is loaded, or a `struct section_offsets' table. Pass
731 these new arguments through to syms_from_objfile as appropriate.
732 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
733 with the appropriate quiescent values for the new arguments.
734
735 * symfile.c: #include "gdb_assert.h".
736 (syms_from_objfile): Add the ability to pass in a section offset
737 table directly, as an alternative to the section_addr_info table.
738 Document arguments better.
739 (symbol_file_add): Pass extra arguments to syms_from_objfile.
740 * symfile.h (syms_from_objfile): Update declaration.
741 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
742 syms_from_objfile.
743 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
744
745 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
746
747 Original patch by Tom Tromey <tromey@cygnus.com> and
748 Jason Molenda <jmolenda@apple.com>.
749 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
750 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
751 * NEWS: Mention profiling.
752 * configure.in (--enable-gdbtk): Fix typo.
753 (--enable-profiling): New. Set PROFILE_CFLAGS.
754 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
755 Fill in function.
756 (profiling_state): New variable.
757 (mcleanup_wrapper): New function.
758 (_initialize_maint): Remove NOTYET, fix call to
759 add_setshow_boolean_cmd for "maint set profile".
760 * configure: Regenerated.
761
762 2003-01-21 Martin M. Hunt <hunt@redhat.com>
763
764 * Makefile.in (install-gdbtk): Install PNG images too.
765
766 2003-01-21 Andrew Cagney <ac131313@redhat.com>
767
768 * exec.c (text_start): Delete global variable.
769 (exec_file_attach): Make text_start local to the function.
770 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
771 * valops.c (hand_function_call): Delete code that handles
772 BEFORE_TEXT_END and AFTER_TEXT_END.
773 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
774 of CALL_DUMMY_LOCATION.
775 * gdbarch.c: Regenerate.
776 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
777 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
778 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
779 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
780 (text_end): Delete extern declaration.
781
782 2003-01-21 Andrew Cagney <ac131313@redhat.com>
783
784 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
785 * blockframe.c (backtrace_below_main): Move to "frame.c".
786 (frame_chain_valid): Delete check for backtrace_below_main.
787 (_initialize_blockframe): Delete initialization, move ``set
788 backtrace-below-main'' command to "frame.c".
789 (do_flush_frames_sfunc): Delete function.
790 * frame.c: Include "command.h" and "gdbcmd.h".
791 (frame_type_from_pc): New function.
792 (create_new_frame): Use frame_type_from_pc.
793 (legacy_get_prev_frame): New function.
794 (get_prev_frame): Rewrite. When an old style frame, call
795 legacy_get_prev_frame. Otherwize, unwind the PC first.
796 (_initialize_frame): Add ``set backtrace-below-main'' command.
797 * Makefile.in (frame.o): Update dependencies.
798
799 2003-01-19 Andrew Cagney <ac131313@redhat.com>
800
801 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
802 DEPRECATED_REGISTERS_INFO.
803
804 2003-01-19 Andrew Cagney <ac131313@redhat.com>
805
806 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
807 Maintainers'. Update `Various Maintainers'.
808
809 2003-01-19 Andrew Cagney <ac131313@redhat.com>
810
811 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
812 * gdbarch.sh (POP_FRAME): Change to function with predicate.
813 Suppress actual parameters when `-'.
814 * gdbarch.h, gdbarch.c: Regenerate.
815
816 2003-01-19 Andrew Cagney <ac131313@redhat.com>
817
818 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
819 code handling dummy frames.
820
821 2003-01-19 Andrew Cagney <ac131313@redhat.com>
822
823 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
824 (struct frame_unwind): Add field pop.
825 * frame.h (frame_pop): Declare.
826 * frame.c (frame_saved_regs_pop): New function.
827 (trad_frame_unwinder): Add frame_saved_regs_pop.
828 (frame_pop): New function.
829 * dummy-frame.c (dummy_frame_pop): New function.
830 (discard_innermost_dummy): New function.
831 (generic_pop_dummy_frame): Use discard_innermost_dummy.
832 (dummy_frame_unwind): Add dummy_frame_pop.
833 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
834 * valops.c (hand_function_call): Ditto.
835 * stack.c (return_command): Ditto.
836
837 2003-01-18 Andrew Cagney <ac131313@redhat.com>
838
839 * cris-tdep.c: Fix function declaration indentation.
840 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
841 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
842 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
843 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
844 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
845 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
846
847 2003-01-18 Michael Chastain <mec@shout.net>
848
849 * README (Unpacking and Installation -- quick overview):
850 Warn against ".../gdb-5.3/gdb/configure".
851
852 2003-01-18 Andrew Cagney <ac131313@redhat.com>
853
854 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
855 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
856 (struct frame_unwind): Declare opaque.
857 (dummy_frame_p): Declare function.
858 * dummy-frame.c (dummy_frame_id_unwind): Make static.
859 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
860 * dummy-frame.c: Include "frame-unwind.h".
861 (dummy_frame_p): New function.
862 (dummy_frame_unwind): New variable.
863 * frame.c: Include "frame-unwind.h".
864 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
865 to use the new unwind field.
866 (set_unwind_by_pc): Delete function.
867 (create_new_frame, get_prev_frame): Set unwind field using
868 frame_unwind_find_by_pc.
869 (trad_frame_unwind, trad_frame_unwinder): New variables.
870 * frame.h (trad_frame_unwind): Declare variable.
871 (frame_id_unwind_ftype): Delete declaration.
872 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
873 (struct frame_unwind): Declare opaque.
874 (struct frame_info): Replace the fields id_unwind, pc_unwind and
875 register_unwind with a single unwind pointer.
876 * frame-unwind.h, frame-unwind.c: New files.
877 * Makefile.in (SFILES): Add frame-unwind.c.
878 (frame_unwind_h): Define.
879 (COMMON_OBS): Add frame-unwind.o.
880 (frame-unwind.o): Specify dependencies.
881 (frame.o, dummy-frame.o): Update dependencies.
882
883 2003-01-18 Andrew Cagney <ac131313@redhat.com>
884
885 * ada-valprint.c: Eliminate PTR.
886 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
887 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
888 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
889 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
890 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
891 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
892 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
893
894 2003-01-17 Andrew Cagney <ac131313@redhat.com>
895
896 * main.c (captured_main): Don't use PTR.
897 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
898 * gdbtypes.c (lookup_primitive_typename): Ditto.
899 (lookup_struct_elt_type): Ditto.
900 * f-valprint.c (info_common_command): Ditto.
901 (list_all_visible_commons): Ditto.
902 * jv-typeprint.c (java_type_print_base): Ditto.
903
904 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
905 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
906 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
907 i386-interix-nat.c and i386-interix-tdep.c. Rename
908 m68klinux-nat.c and m68klinux-tdep.c. Rename
909 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
910 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
911 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
912 * main.c (captured_main): Use xfree, not free.
913
914 2003-01-16 Andrew Cagney <ac131313@redhat.com>
915
916 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
917 ID back using a parameter.
918 * frame.c (frame_id_unwind): Update call.
919 (frame_saved_regs_id_unwind): Update.
920 * dummy-frame.c (dummy_frame_id_unwind): Update function.
921 * dummy-frame.h (struct frame_id): Add opaque declaration.
922 (dummy_frame_id_unwind): Update declaration.
923
924 2003-01-15 Andrew Cagney <ac131313@redhat.com>
925
926 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
927
928 2003-01-15 Stephen P. Smith <ischis2@cox.net>
929
930 * MAINTAINERS (Stephen P. Smith): Updated email address.
931
932 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
933
934 Fix PR gdb/898
935 * breakpoint.c (until_break_command): Add new argument. Use it to
936 decide whether to stop only at the current frame or not.
937 * breakpoint.h (until_break_command): Update prototype.
938 * infcmd.c (until_command): Add new argument to until_break_command
939 call.
940 (advance_command): New function.
941 (_initialize_infcmd): Update help string for 'until' command.
942 Add new 'advance' command.
943
944 2003-01-14 David Carlton <carlton@math.stanford.edu>
945
946 * linespec.c (decode_line_1): Normalize comments.
947 (set_flags): Ditto.
948 (locate_first_half): Ditto.
949 (decode_compound): Ditto.
950 (symtab_from_filename): Ditto.
951 (decode_all_digits): Ditto.
952 (decode_dollar): Ditto.
953 (find_methods): Ditto.
954 (find_toplevel_char): Ditto.
955
956 2003-01-13 Andrew Cagney <ac131313@redhat.com>
957
958 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
959 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
960 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
961 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
962 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
963 * language.c, language.h, m32r-tdep.c: Update copyright.
964 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
965 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
966 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
967 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
968 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
969 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
970
971 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
972
973 * stabsread.h (process_later, resolve_cfront_continuation):
974 Obsolete.
975 Update copyright years.
976 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
977 Update copyright year.
978 * dbxread.c(struct cont_elem): Obsolete.
979 (process_later, process_now): Obsolete functions.
980 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
981 Update copyright year.
982 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
983 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
984 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
985 (parse_partial_symbols): Obsolete cfront support.
986 * stabsread.c
987 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
988 macros.
989 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
990 read_cfront_baseclasses, read_cfront_member_functions,
991 resolve_cfront_continuation,read_cfront_static_fields,
992 copy_cfront_struct_fields): Obsolete functions.
993 (define_symbol, read_one_struct_field): Obsolete cfront support.
994 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
995 Update Copyright year.
996
997 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
998
999 * stack.c (print_frame_info, print_stack_frame_base_stub,
1000 print_stack_frame_base, show_and_print_stack_frame_stub,
1001 show_and_print_stack_frame, print_only_stack_frame_stub,
1002 print_only_stack_frame): Delete functions.
1003 (print_stack_frame_stub): Call print_frame_info instead of
1004 print_frame_info_base.
1005 (print_frame_info_base): Rename to print_frame_info.
1006 (backtrace_command_1): Call print_frame_info, instead of
1007 print_frame_info_base.
1008 (current_frame_command): Call print_stack_frame, instead of
1009 print_only_stack_frame.
1010 (frame_command): Call print_stack_frame, instead of
1011 show_and_print_stack_frame.
1012 (up_command): Ditto.
1013 (down_command): Ditto.
1014 * frame.h (print_only_stack_frame): Delete prototype.
1015 * infrun.c (normal_stop): Call print_stack_frame, instead of
1016 show_and_print_stack_frame.
1017 * thread.c (info_threads_command): Call print_stack_frame, instead
1018 of print_only_stack_frame.
1019
1020 2003-01-13 Andrew Cagney <ac131313@redhat.com>
1021
1022 * README (Graphical interface to GDB): Update URL. Point at
1023 gdb/links/.
1024
1025 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
1026 version match.
1027
1028 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
1029
1030 * symtab.c (find_pc_sect_line): Don't consider end-of-function
1031 lines.
1032
1033 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
1034
1035 * thread-db.c (attach_thread): Prototype.
1036 (struct private_thread_info): Remove lwpid. Add thread handle (th),
1037 thread information (ti), and valid flags (th_valid, ti_valid).
1038 (attach_thread): Move target_pid_to_str call to after the thread
1039 is added to GDB's list. Initialize the cache.
1040 (thread_get_info_callback, thread_db_map_id2thr)
1041 (thread_db_get_info): New functions.
1042 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
1043 (thread_db_store_registers, thread_db_thread_alive)
1044 (thread_db_get_thread_local_address): Use them.
1045 (thread_db_pid_to_str): Likewise. Return "Missing" instead
1046 of calling error() for threads in unknown state.
1047
1048 (clear_lwpid_callback): New function.
1049 (thread_db_resume): Use it to clear the cache.
1050
1051 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
1052
1053 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
1054 (resume_callback): Remove dead code.
1055
1056 2003-01-13 Andrew Cagney <ac131313@redhat.com>
1057
1058 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
1059 predicate.
1060 * gdbarch.h, gdbarch.c: Regenerate.
1061 * stack.c (frame_info): Only initialize the saved registers when
1062 FRAME_INIT_SAVED_REGS_P.
1063 * frame.c (frame_saved_regs_register_unwind): Assert
1064 FRAME_INIT_SAVED_REGS_P.
1065 (deprecated_generic_get_saved_register): Ditto.
1066
1067 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
1068
1069 * source.c (openp): Squelch warning about "filename".
1070
1071 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
1072
1073 * source.c (openp): If the file does not exist don't necessarily
1074 search the path.
1075
1076 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
1077
1078 Fix PR gdb/872.
1079 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
1080 (integer_types_same_name_p): New function.
1081 (rank_one_type): Use it.
1082 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
1083
1084 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
1085
1086 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
1087 variables.
1088 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
1089 * configure.in: Add --with-sysroot.
1090 * configure: Regenerated.
1091 * main.c (gdb_sysroot): New variable.
1092 (captured_main): Initialize gdb_sysroot.
1093 * defs.h (gdb_sysroot): New extern declaration.
1094 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
1095
1096 2003-01-12 Michael Chastain <mec@shout.net>
1097
1098 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
1099
1100 2003-01-12 Michael Chastain <mec@shout.net>
1101
1102 * top.c (print_gdb_version): Bump copyright year to 2003.
1103
1104 2003-01-12 David Carlton <carlton@bactrian.org>
1105
1106 * linespec.c (symtab_from_filename): Rename variable 's' to
1107 'file_symtab'.
1108
1109 2003-01-12 Andrew Cagney <ac131313@redhat.com>
1110
1111 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
1112 dummy frame.
1113 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
1114
1115 2003-01-12 Andrew Cagney <ac131313@redhat.com>
1116
1117 * d10v-tdep.c: Include "gdb_assert.h".
1118 (d10v_store_return_value): Rewrite to match current interface.
1119 (d10v_extract_struct_value_address): Ditto.
1120 (d10v_extract_return_value): Ditto.
1121 (d10v_gdbarch_init): Set store_restore_value,
1122 extract_struct_value_address and extract_return_value.
1123
1124 2003-01-12 J. Brobecker <brobecker@gnat.com>
1125
1126 * hpread.c (set_namestring): New procedure replacing the
1127 SET_NAMESTRING macro.
1128 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
1129 by calls to set_namestring.
1130
1131 2003-01-11 J. Brobecker <brobecker@gnat.com>
1132
1133 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
1134 a compilation warning.
1135 (hpread_process_one_debug_symbol): Likewise.
1136
1137 2003-01-10 David Carlton <carlton@math.stanford.edu>
1138
1139 * linespec.c (decode_line_1): Rename variable 's' to
1140 'file_symtab'.
1141 (decode_all_digits): Rename argument 's' to 'file_symtab'.
1142 (decode_dollar): Ditto.
1143 (decode_variable): Ditto.
1144 (symbol_found): Ditto.
1145
1146 2003-01-09 Michael Chastain <mec@shout.net>
1147
1148 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
1149
1150 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
1151
1152 * win32-nat.c (set_process_privilege): New function.
1153 (child_attach): Call set_process_privilege() to enable the
1154 SE_DEBUG_NAME user privilege if available in process token.
1155
1156 2003-01-10 J. Brobecker <brobecker@gnat.com>
1157
1158 * hpread.c (hpread_process_one_debug_symbol): Fix a small
1159 compilation error in the previous revision.
1160
1161 2003-01-09 David Carlton <carlton@math.stanford.edu>
1162
1163 * linespec.c: Update copyright.
1164
1165 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
1166
1167 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
1168 than inferior_ptid.
1169 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
1170
1171 2003-01-09 Andrew Cagney <ac131313@redhat.com>
1172
1173 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
1174 Update comments.
1175 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
1176 (frame_saved_regs_zalloc): Update.
1177 (frame_saved_regs_register_unwind): Update.
1178 (create_new_frame): Update.
1179 (get_prev_frame): Update.
1180 (frame_extra_info_zalloc): Update.
1181 (deprecated_get_frame_saved_regs): Update.
1182 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
1183 * cris-tdep.c: Update comment.
1184
1185 * somsolib.h: Fix function indentation.
1186 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
1187 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
1188 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
1189 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
1190 * somsolib.c, inftarg.c: Remove assignment in if conditional.
1191
1192 * infrun.c (follow_fork): Use ISO C definition.
1193 * expprint.c (print_subexp): Use xfree instead of free.
1194 * charset.c: Include "gdb_string.h" instead of <string.h>.
1195 (register_iconv_charsets): Use ISO C definition.
1196 (host_charset, target_charset): Ditto.
1197 * Makefile.in (charset.o): Update dependencies.
1198 (mi-cmd-env.o): Update dependencies.
1199
1200 2003-01-08 Andrew Cagney <cagney@redhat.com>
1201
1202 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
1203 get_frame_base.
1204
1205 2003-01-08 Andrew Cagney <ac131313@redhat.com>
1206
1207 * gdb_mbuild.sh: Add --keep option. When specified, keep the
1208 build directories. Save edited gdb output in Mbuild.log. If a
1209 build fails, remove any final GDB executable.
1210
1211 2003-01-08 Andrew Cagney <ac131313@redhat.com>
1212
1213 * gdb_mbuild.sh: Edit the output of `maint print architecture'
1214 replacing hex constants with function names and stripping leading
1215 file name directory prefixes.
1216
1217 2003-01-08 Andrew Cagney <cagney@redhat.com>
1218
1219 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
1220 get_frame_base.
1221
1222 2003-01-08 David Carlton <carlton@math.stanford.edu>
1223
1224 * linespec.c (decode_line_1): Move code into decode_variable.
1225 (decode_variable): New function.
1226
1227 2003-01-08 Andrew Cagney <ac131313@redhat.com>
1228
1229 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
1230
1231 2003-01-08 Andrew Cagney <cagney@redhat.com>
1232
1233 * cris-tdep.c (cris_frame_init_saved_regs): Use
1234 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
1235 saved_regs buffer.
1236 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
1237 (sh64_nofp_frame_init_saved_regs): Ditto.
1238 (sh_fp_frame_init_saved_regs): Ditto.
1239 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
1240 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
1241 * mcore-tdep.c (analyze_dummy_frame): Ditto.
1242 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
1243
1244 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
1245
1246 * minsyms.c (lookup_minimal_symbol): Update comment.
1247 (lookup_minimal_symbol_text): Update comment. Use the hash table.
1248 (lookup_minimal_symbol_solib_trampoline): Likewise.
1249
1250 2003-01-08 Andrew Cagney <cagney@redhat.com>
1251
1252 * d10v-tdep.c (d10v_init_extra_frame_info): Use
1253 frame_relative_level.
1254
1255 * alpha-tdep.c: Use get_frame_extra_info.
1256 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
1257 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
1258 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
1259 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
1260
1261 * alpha-tdep.c: Use get_next_frame.
1262 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
1263 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
1264 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
1265 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
1266 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
1267 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
1268 * xstormy16-tdep.c: Ditto.
1269
1270 2003-01-07 Andrew Cagney <cagney@redhat.com>
1271
1272 * alpha-tdep.c: Use get_frame_base.
1273 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
1274 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
1275 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
1276 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
1277 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
1278 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
1279 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
1280 * config/sparc/tm-sparc.h: Ditto.
1281
1282 2003-01-07 Andrew Cagney <cagney@redhat.com>
1283
1284 * frame.c (deprecated_get_frame_context): New function.
1285 (deprecated_set_frame_context): New function.
1286 * frame.h (deprecated_get_frame_context): Declare.
1287 (deprecated_set_frame_context): Declare.
1288 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
1289 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
1290
1291 2003-01-07 Andrew Cagney <cagney@redhat.com>
1292
1293 * frame.c (deprecated_set_frame_next_hack): New function.
1294 (deprecated_set_frame_prev_hack): New function.
1295 * frame.h (deprecated_set_frame_next_hack): Declare.
1296 (deprecated_set_frame_prev_hack): Declare.
1297 * mcore-tdep.c (analyze_dummy_frame): Use
1298 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
1299 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
1300
1301 2003-01-07 David Carlton <carlton@math.stanford.edu>
1302
1303 * linespec.c (decode_line_1): Move code into decode_dollar.
1304 (decode_dollar): New function.
1305
1306 2003-01-07 Andrew Cagney <cagney@redhat.com>
1307
1308 * arm-tdep.c (arm_init_extra_frame_info): Use
1309 deprecated_update_frame_base_hack.
1310 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
1311 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
1312 (fix_frame_pointer): Ditto.
1313 (mn10300_analyze_prologue): Ditto.
1314
1315 2003-01-07 Andrew Cagney <cagney@redhat.com>
1316
1317 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
1318 extra_info using frame_extra_info_zalloc.
1319 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
1320 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
1321 (sh64_init_extra_frame_info): Ditto.
1322 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
1323 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
1324 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
1325 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
1326 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
1327 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
1328 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
1329 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
1330 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
1331 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
1332 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
1333 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
1334
1335 * mn10300-tdep.c (analyze_dummy_frame): Use
1336 deprecated_set_frame_extra_info_hack.
1337 * mcore-tdep.c (analyze_dummy_frame): Ditto.
1338
1339 2003-01-07 J. Brobecker <brobecker@gnat.com>
1340
1341 * mdebugread.c (parse_symbol): Skip stProc entries which storage
1342 class is not scText. These do not define "real" procedures.
1343 (parse_partial_symbols): Likewise.
1344
1345 2003-01-06 Michael Snyder <msnyder@redhat.com>
1346
1347 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
1348
1349 2003-01-06 Andrew Cagney <ac131313@redhat.com>
1350
1351 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
1352 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
1353 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
1354 deprecated_frame_xmalloc_with_cleanup.
1355 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
1356 deprecated_frame_xmalloc.
1357 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
1358 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
1359
1360 2003-01-06 Andrew Cagney <cagney@redhat.com>
1361
1362 * x86-64-linux-tdep.c: Include "osabi.h".
1363 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
1364
1365 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
1366
1367 2003-01-06 Andrew Cagney <cagney@redhat.com>
1368
1369 * MAINTAINERS (Target Instruction Set Architectures): Update
1370 arm-elf. Can be built with -Werror, has been multiarched.
1371
1372 * value.h (unpack_long): Make buffer parameter constant.
1373 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
1374 * scm-lang.h (scm_parse): Ditto.
1375 * defs.h (extract_typed_address, extract_address): Ditto.
1376 (extract_long_unsigned_integer): Ditto.
1377 * inferior.h (unsigned_pointer_to_address): Ditto.
1378 (signed_pointer_to_address): Ditto.
1379 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
1380 * gdbarch.h, gdbarch.c: Regenerate.
1381 * findvar.c (extract_long_unsigned_integer): Update.
1382 (extract_address): Update.
1383 (extract_typed_address): Update.
1384 (unsigned_pointer_to_address): Update.
1385 * values.c (unpack_long): Update.
1386 (unpack_double): Update.
1387 (unpack_pointer): Update.
1388 (unpack_field_as_long): Update.
1389 * d10v-tdep.c (d10v_pointer_to_address): Update.
1390 * avr-tdep.c (avr_pointer_to_address): Update.
1391 * scm-lang.c (scm_unpack): Update.
1392 * findvar.c (signed_pointer_to_address): Update.
1393
1394 2003-01-06 Michal Ludvig <mludvig@suse.cz>
1395
1396 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
1397 since it is in i386-tdep.c.
1398
1399 2003-01-06 J. Brobecker <brobecker@gnat.com>
1400
1401 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
1402 failure introduced in the previous change.
1403
1404 2003-01-05 Michael Chastain <mec@shout.net>
1405
1406 * README: Remove references to deleted remote-*.c files:
1407 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
1408 remote-nrom.c, remote-os9k.c, remote-udi.c.
1409
1410 2003-01-05 Mark Kettenis <kettenis@gnu.org>
1411
1412 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
1413 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
1414 i386_get_longjmp_target.
1415
1416 2003-01-05 Andrew Cagney <ac131313@redhat.com>
1417
1418 * arm-tdep.c (prologue_cache): Change to a pointer.
1419 (_initialize_arm_tdep): Allocate prologue_cache.
1420 (check_prologue_cache): Update.
1421 (save_prologue_cache): Update.
1422 (arm_gdbarch_init): Update.
1423
1424 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
1425
1426 * stabsread.c (update_method_name_from_physname): Call complaint()
1427 instead of error.
1428
1429 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
1430
1431 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
1432 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
1433 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
1434
1435 * blockframe.c: Include "gdbcmd.h" and "command.h".
1436 (backtrace_below_main): New variable.
1437 (file_frame_chain_valid, func_frame_chain_valid)
1438 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
1439 (generic_func_frame_chain_valid): Remove functions.
1440 (frame_chain_valid, do_flush_frames_sfunc): New functions.
1441 (_initialize_blockframe): New function.
1442 * Makefile.in (blockframe.o): Update dependencies.
1443 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
1444 comment. Call frame_chain_valid ().
1445 * frame.h: Remove old prototypes. Add prototype for
1446 frame_chain_valid and update comments to match.
1447 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
1448 Remove old comment.
1449 * gdbarch.h: Regenerated.
1450 * gdbarch.c: Regenerated.
1451
1452 * alpha-tdep.c (alpha_gdbarch_init): Don't call
1453 set_gdbarch_frame_chain_valid.
1454 * avr-tdep.c (avr_gdbarch_init): Likewise.
1455 * cris-tdep.c (cris_gdbarch_init): Likewise.
1456 * frv-tdep.c (frv_gdbarch_init): Likewise.
1457 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
1458 * i386-tdep.c (i386_svr4_init_abi): Likewise.
1459 (i386_nw_init_abi): Likewise.
1460 (i386_gdbarch_init): Likewise.
1461 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
1462 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
1463 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
1464 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
1465 * mips-tdep.c (mips_gdbarch_init): Likewise.
1466 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
1467 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
1468 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
1469 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
1470 * s390-tdep.c (s390_gdbarch_init): Likewise.
1471 * sh-tdep.c (sh_gdbarch_init): Likewise.
1472 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
1473 * v850-tdep.c (v850_gdbarch_init): Likewise.
1474 * vax-tdep.c (vax_gdbarch_init): Likewise.
1475 * x86-64-tdep.c (x86_64_init_abi): Likewise.
1476
1477 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
1478 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
1479 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
1480 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
1481 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
1482 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
1483 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
1484 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
1485
1486 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
1487
1488 * Makefile.in (acconfig_h): Remove incorrect macro.
1489 (config_h): Define.
1490 (osabi.o): Update dependencies.
1491 * configure.tgt: Set gdb_osabi based on target triplet.
1492 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
1493 * configure: Regenerated.
1494 * config.in: Regenerated.
1495 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
1496 (GDB_OSABI_DEFAULT): Define if not already defined.
1497 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
1498 (set_osabi_string): New variables.
1499 (gdbarch_register_osabi): Add new OS ABI to
1500 gdb_osabi_available_names.
1501 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
1502 (set_osabi, show_osabi): New functions.
1503 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
1504
1505 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
1506
1507 * arch-utils.c (gdbarch_info_init): Set osabi to
1508 GDB_OSABI_UNINITIALIZED.
1509 * gdbarch.sh: Add osabi to struct gdbarch and to struct
1510 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
1511 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
1512 * gdbarch.c: Regenerated.
1513 * gdbarch.h: Regenerated.
1514 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
1515 there's no BFD.
1516 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
1517 * osabi.h (enum gdb_osabi): Move to defs.h.
1518 (gdbarch_init_osabi): Update prototype.
1519 * defs.h (enum gdb_osabi): Moved here.
1520 * Makefile.in: Update dependencies.
1521
1522 * alpha-tdep.h: Don't include "osabi.h".
1523 (struct gdbarch_tdep): Remove osabi member.
1524 * alpha-tdep.c: Include "osabi.h".
1525 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
1526 iterate over arches. Update call to gdbarch_init_osabi.
1527 (alpha_dump_tdep): Don't dump osabi.
1528 * alpha-linux-tdep.c: Include "osabi.h".
1529 * alpha-osf1-tdep.c: Include "osabi.h".
1530 * alphafbsd-tdep.c: Include "osabi.h".
1531 * alphanbsd-tdep.c: Include "osabi.h".
1532
1533 * arm-tdep.h: Don't include "osabi.h".
1534 (struct gdbarch_tdep): Remove osabi member.
1535 * arm-tdep.c: Include "osabi.h".
1536 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
1537 iterate over arches. Update call to gdbarch_init_osabi.
1538 (arm_dump_tdep): Don't dump osabi.
1539 * arm-linux-tdep.c: Include "osabi.h".
1540 * armnbsd-tdep.c: Include "osabi.h".
1541
1542 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
1543 Update call to gdbarch_init_osabi.
1544
1545 * i386-tdep.h: Don't include "osabi.h".
1546 (struct gdbarch_tdep): Remove osabi member.
1547 * i386-tdep.c: Include "osabi.h".
1548 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
1549 iterate over arches. Update call to gdbarch_init_osabi.
1550 (i386_dump_tdep): Don't dump osabi.
1551 * i386-linux-tdep.c: Include "osabi.h".
1552 * i386-sol2-tdep.c: Include "osabi.h".
1553 * i386bsd-tdep.c: Include "osabi.h".
1554 * i386gnu-tdep.c: Include "osabi.h".
1555 * i386ly-tdep.c: Include "osabi.h".
1556 * i386nbsd-tdep.c: Include "osabi.h".
1557 * i386obsd-tdep.c: Include "osabi.h".
1558
1559 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
1560 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
1561 check osabi when iterating over arches. Update call to
1562 gdbarch_init_osabi.
1563 (mips_dump_tdep): Don't dump osabi.
1564
1565 * ns32k-tdep.h: Don't include "osabi.h".
1566 (struct gdbarch_tdep): Remove.
1567 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
1568 gdbarch_lookup_osabi. Don't iterate over arches. Don't
1569 allocate tdep. Update call to gdbarch_init_osabi.
1570 (ns32k_dump_tdep): Remove.
1571 (_initialize_ns32k_tdep): Update call to gdbarch_register.
1572 * ns32knbsd-tdep.c: Include "osabi.h".
1573
1574 * ppc-tdep.h: Don't include "osabi.h".
1575 (struct gdbarch_tdep): Remove osabi member.
1576 * rs6000-tdep.c: Include "osabi.h".
1577 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
1578 osabi when iterating over arches. Update call to
1579 gdbarch_init_osabi.
1580 (rs6000_dump_tdep): Don't dump osabi.
1581 * ppc-linux-tdep.c: Include "osabi.h".
1582 * ppcnbsd-tdep.c: Include "osabi.h".
1583
1584 * sh-tdep.h: Don't include "osabi.h".
1585 (struct gdbarch_tdep): Remove osabi member.
1586 * sh-tdep.c: Include "osabi.h".
1587 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
1588 iterate over arches. Update call to gdbarch_init_osabi.
1589 (sh_dump_tdep): Don't dump osabi.
1590 * shnbsd-tdep.c: Include "osabi.h".
1591
1592 * sparc-tdep.c: Include "osabi.h".
1593 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
1594 iterate over arches. Update call to gdbarch_init_osabi.
1595 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
1596 tdep structure.
1597
1598 * vax-tdep.h: Don't include "osabi.h".
1599 (struct gdbarch_tdep): Remove.
1600 * vax-tdep.c: Include "osabi.h".
1601 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
1602 iterate over arches. Don't allocate tdep. Update call
1603 to gdbarch_init_osabi.
1604 (vax_dump_tdep): Remove.
1605 (_initialize_vax_tdep): Update call to gdbarch_register.
1606
1607 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
1608
1609 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
1610 entirely.
1611 (breakpoint_re_set_one): Don't fetch the value for a disabled
1612 watchpoint.
1613
1614 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
1615
1616 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
1617 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
1618 (COERCE_FLOAT_TO_DOUBLE): Remove.
1619 * gdbarch.c: Regenerate.
1620 * gdbarch.h: Regenerate.
1621 * Makefile.in: Remove value_h from gdbarch_h.
1622 * valops.c (coerce_float_to_double): New variable.
1623 (default_coerce_float_to_double): Remove.
1624 (standard_coerce_float_to_double): Remove.
1625 (value_arg_coerce): Use coerce_float_to_double.
1626 (_initialize_valops): Add "set coerce-float-to-double".
1627 * value.h (default_coerce_float_to_double): Remove prototype.
1628 (standard_coerce_float_to_double): Remove prototype.
1629
1630 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
1631 prototyped.
1632 * mdebugread.c (parse_symbol): Likewise.
1633 * stabsread.c (define_symbol): Mark all functions as prototyped.
1634
1635 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
1636 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
1637 set_gdbarch_coerce_float_to_double.
1638 * arm-tdep.c (arm_gdbarch_init): Likewise.
1639 * frv-tdep.c (frv_gdbarch_init): Likewise.
1640 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
1641 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
1642 * mips-tdep.c (mips_gdbarch_init): Likewise.
1643 (mips_coerce_float_to_double): Remove.
1644 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
1645 (rs6000_coerce_float_to_double): Remove.
1646 * s390-tdep.c (s390_gdbarch_init): Likewise.
1647 * sh-tdep.c (sh_gdbarch_init): Likewise.
1648 (sh_coerce_float_to_double): Remove.
1649 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
1650 (sparc_coerce_float_to_double): Remove.
1651 * v850-tdep.c (v850_gdbarch_init): Likewise.
1652 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
1653 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
1654 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
1655 (hppa_coerce_float_to_double): Remove prototype.
1656 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
1657
1658 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
1659
1660 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
1661
1662 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
1663
1664 Suggested by Stewart Brown <sb24@avaya.com>:
1665 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
1666 in recursive calls. Handle TYPE_CODE_TYPEDEF.
1667 (c_type_print_varspec_suffix): Likewise.
1668
1669 2003-01-04 Mark Kettenis <kettenis@gnu.org>
1670
1671 * configure.in: Don't set and AC_SUBST SUBDIRS.
1672 * configure: Regenerated.
1673
1674 * configure.in: Remove code dealing with shared libraries.
1675 * Makefile.in: Remove HLDFLAGS and HLDENV.
1676 * configure: Regenerated.
1677
1678 2003-01-04 Andrew Cagney <ac131313@redhat.com>
1679
1680 * frame.c (deprecated_frame_xmalloc): New function.
1681 (deprecated_set_frame_saved_regs_hack): New function.
1682 (deprecated_set_frame_extra_info_hack): New function.
1683 * frame.h (deprecated_frame_xmalloc): Declare.
1684 (deprecated_set_frame_saved_regs_hack): Declare.
1685 (deprecated_set_frame_extra_info_hack): Declare.
1686
1687 2003-01-04 Mark Kettenis <kettenis@gnu.org>
1688
1689 * configure.in: Move code that provides the --enable-gdbtk option
1690 right after the code that handles the --enable-tui option, and
1691 polish it somewhat.
1692 * configure: Regenerated.
1693
1694 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
1695 AC_CHECK_FUNCS and remove the old check for pread64.
1696 * acinclude.m4 (AC_GNU_SOURCE): New macro.
1697 * acconfig.h (_GNU_SOURCE): Add.
1698 (HAVE_PREAD64): Remove.
1699 * configure, aclocal.m4, config.in: Regenerated.
1700
1701 2003-01-03 Andrew Cagney <ac131313@redhat.com>
1702
1703 * alpha-tdep.c: Use get_frame_saved_regs.
1704 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
1705 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
1706 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
1707 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
1708 * vax-tdep.c, xstormy16-tdep.c: Ditto.
1709
1710 2003-01-03 Mark Kettenis <kettenis@gnu.org>
1711
1712 * configure.in: Remove all use of the SUBDIRS variable; add
1713 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
1714 code providing the --enable-multi-ice option, and move it right in
1715 front of the code that checks whether gdbserver is supported.
1716 Polish that too.
1717 * configure: Regenerated.
1718 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
1719 @SUBDIRS@.
1720
1721 2003-01-03 Andrew Cagney <cagney@redhat.com>
1722
1723 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
1724 * avr-tdep.c, cris-tdep.c: Ditto.
1725 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
1726 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
1727
1728 2003-01-03 Mark Kettenis <kettenis@gnu.org>
1729
1730 * configure.in: Remove --enable-netrom option.
1731 * configure: Regenerated.
1732
1733 2003-01-03 Mark Kettenis <kettenis@gnu.org>
1734
1735 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
1736 declaration for `struct re_pattern_buffer' instead.
1737 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
1738
1739 2003-01-03 J. Brobecker <brobecker@gnat.com>
1740
1741 * mdebugread.c (parse_symbol): Count until the stEnd matching
1742 the structure name.
1743
1744 2003-01-02 Mark Kettenis <kettenis@gnu.org>
1745
1746 * configure.in: Remove --with-cpu option.
1747 subscripts. Remove evil changequotes here.
1748 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
1749 * config.in, configure: Regenerated.
1750
1751 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
1752 * configure.in: Cleanup section that sources GDB and BFD configure
1753 subscripts. Remove evil changequotes here.
1754 * config.in, configure: Regenerated.
1755
1756 2003-01-02 Andrew Cagney <ac131313@redhat.com>
1757
1758 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
1759 frame accessor methods.
1760 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
1761 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
1762 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
1763 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
1764 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
1765 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
1766 * z8k-tdep.c: Ditto.
1767
1768 2003-01-02 Mark Kettenis <kettenis@gnu.org>
1769
1770 * configure.in: Remove UI_OUT configuration code.
1771 * ada-lang.c: Update assuming UI_OUT is always true.
1772 * Makefile.in (UIOUT_CFLAGS): Remove.
1773 * configure: Regenerated.
1774 * TODO: Remove blurb about elimination of -DUI_OUT.
1775
1776 * configure.in: Move code that provides the --enable-gdbcli,
1777 --enable-gdbmi options right before the code that handles the
1778 --enable-tui option. Polish a bit.
1779 * configure: Regenerated.
1780
1781 * configure.in: Rewrite check for GNU regex and the
1782 --without-included regex option, and move it into the "Checks for
1783 library functions" section. This makes us use the system regex
1784 again by default on systems with version 2 of the GNU C library.
1785 This was apparently broken.
1786 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
1787 * acconfig.h (USE_INCLUDED_REGEX): Remove.
1788 * config.in, configure: Regenerated.
1789
1790 * configure.in: Move code that provides the --enable-tui option
1791 before the "Checks for libraries" section. Polish the code
1792 somewhat and set need_curses to yes if we build the TUI. Rewrite
1793 code that looks for a library providing termcap functionality to
1794 match more closely what's done in the Readline library, and move
1795 it into to the "Checks for libraries" section.
1796 * configure: Regenerated.
1797 * Makefile.in (TERMCAP): Remove variable.
1798 * config/i386/go32.mh (TERMCAP): Remove variable.
1799
1800 2003-01-02 Andrew Cagney <ac131313@redhat.com>
1801
1802 * MAINTAINERS: Mention gdb_mbuild.sh.
1803 * gdb_mbuild.sh: Rewrite.
1804
1805 2003-01-02 Mark Kettenis <kettenis@gnu.org>
1806
1807 * configure.in: Fix typo in last change.
1808 * config.in, configure: Regenerated.
1809
1810 2003-01-02 Andrew Cagney <ac131313@redhat.com>
1811
1812 * valarith.c (value_binop): Delete obsolete code and comments.
1813 * configure.host: Ditto.
1814 * buildsym.h (make_blockvector): Ditto.
1815 * buildsym.c (make_blockvector): Ditto.
1816 * defs.h (enum language): Ditto.
1817 (chill_demangle): Ditto.
1818 * elfread.c (elf_symtab_read): Ditto.
1819 * dwarfread.c (CHILL_PRODUCER): Ditto.
1820 (set_cu_language): Ditto.
1821 (handle_producer): Ditto.
1822 * expprint.c (print_subexp): Ditto.
1823 * gdbtypes.c (chill_varying_type): Ditto.
1824 * gdbtypes.h (builtin_type_chill_bool): Ditto.
1825 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
1826 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
1827 (chill_varying_type): Ditto.
1828 * language.h (_LANG_chill): Ditto.
1829 * language.c (binop_result_type, integral_type): Ditto.
1830 (character_type, string_type, structured_type): Ditto.
1831 (lang_bool_type, binop_type_check): Ditto.
1832 * stabsread.h (os9k_stabs): Ditto.
1833 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
1834 (define_symbol, read_type, read_struct_fields): Ditto.
1835 (read_array_type, read_enum_type, read_huge_number): Ditto.
1836 (read_range_type, start_stabs): Ditto.
1837 * symfile.c (init_filename_language_table): Ditto.
1838 (add_psymbol_with_dem_name_to_list): Ditto.
1839 * symtab.c (symbol_init_language_specific): Ditto.
1840 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
1841 * symtab.h (struct general_symbol_info): Ditto.
1842 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
1843 * typeprint.c (typedef_print): Ditto.
1844 * utils.c (fprintf_symbol_filtered): Ditto.
1845 * valops.c (value_cast, search_struct_field, value_slice): Delete
1846 obsolete code.
1847 (varying_to_slice): Delete function.
1848 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
1849 (varying_to_slice): Delete declaration.
1850 * MAINTAINERS: Update.
1851
1852 2003-01-02 Mark Kettenis <kettenis@gnu.org>
1853
1854 * configure.in: Reorganize "Checks for library functions section"
1855 a bit. Remove check for `btowc' and `isascii' functions.
1856 * configure: Regenerated.
1857
1858 * acconfig.h (_MSE_INT_H): Remove.
1859 * configure.in: Create "Checks for header files" section, and move
1860 appropriate tests there. Don't check for objlist.h, wchar.h,
1861 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
1862 misdetection fix. Also add "Checks for types", "Checks for
1863 compiler characteristics" and "Checks for library functions"
1864 sections.
1865 * config.in, configure: Regenerated.
1866
1867 * configure.in: Create "Checks for programs" section, and move
1868 appropriate tests there.
1869
1870 2003-01-01 Mark Kettenis <kettenis@gnu.org>
1871
1872 * configure.in: Create "Checks for libraries" section, and move
1873 appropriate tests there. Cleanup check for wctype in libw. Use
1874 AC_SEARCH_LIBS to see whether we need libsocket.
1875 * configure: Regenerated.
1876
1877 For older changes see ChangeLog-2002
1878 \f
1879 Local Variables:
1880 mode: change-log
1881 left-margin: 8
1882 fill-column: 74
1883 version-control: never
1884 End:
This page took 0.126306 seconds and 4 git commands to generate.