2003-01-17 Andrew Cagney <ac131313@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2003-01-17 Andrew Cagney <ac131313@redhat.com>
2
3 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
4 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
5 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
6 i386-interix-nat.c and i386-interix-tdep.c. Rename
7 m68klinux-nat.c and m68klinux-tdep.c. Rename
8 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
9 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
10 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
11 * main.c (captured_main): Use xfree, not free.
12
13 2003-01-16 Andrew Cagney <ac131313@redhat.com>
14
15 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
16 ID back using a parameter.
17 * frame.c (frame_id_unwind): Update call.
18 (frame_saved_regs_id_unwind): Update.
19 * dummy-frame.c (dummy_frame_id_unwind): Update function.
20 * dummy-frame.h (struct frame_id): Add opaque declaration.
21 (dummy_frame_id_unwind): Update declaration.
22
23 2003-01-15 Andrew Cagney <ac131313@redhat.com>
24
25 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
26
27 2003-01-15 Stephen P. Smith <ischis2@cox.net>
28
29 * MAINTAINERS (Stephen P. Smith): Updated email address.
30
31 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
32
33 * breakpoint.c (until_break_command): Add new argument. Use it to
34 decide whether to stop only at the current frame or not.
35 * breakpoint.h (until_break_command): Update prototype.
36 * infcmd.c (until_command): Add new argument to until_break_command
37 call.
38 (advance_command): New function.
39 (_initialize_infcmd): Update help string for 'until' command.
40 Add new 'advance' command.
41
42 2003-01-14 David Carlton <carlton@math.stanford.edu>
43
44 * linespec.c (decode_line_1): Normalize comments.
45 (set_flags): Ditto.
46 (locate_first_half): Ditto.
47 (decode_compound): Ditto.
48 (symtab_from_filename): Ditto.
49 (decode_all_digits): Ditto.
50 (decode_dollar): Ditto.
51 (find_methods): Ditto.
52 (find_toplevel_char): Ditto.
53
54 2003-01-13 Andrew Cagney <ac131313@redhat.com>
55
56 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
57 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
58 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
59 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
60 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
61 * language.c, language.h, m32r-tdep.c: Update copyright.
62 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
63 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
64 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
65 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
66 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
67 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
68
69 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
70
71 * stabsread.h (process_later, resolve_cfront_continuation):
72 Obsolete.
73 Update copyright years.
74 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
75 Update copyright year.
76 * dbxread.c(struct cont_elem): Obsolete.
77 (process_later, process_now): Obsolete functions.
78 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
79 Update copyright year.
80 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
81 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
82 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
83 (parse_partial_symbols): Obsolete cfront support.
84 * stabsread.c
85 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
86 macros.
87 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
88 read_cfront_baseclasses, read_cfront_member_functions,
89 resolve_cfront_continuation,read_cfront_static_fields,
90 copy_cfront_struct_fields): Obsolete functions.
91 (define_symbol, read_one_struct_field): Obsolete cfront support.
92 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
93 Update Copyright year.
94
95 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
96
97 * stack.c (print_frame_info, print_stack_frame_base_stub,
98 print_stack_frame_base, show_and_print_stack_frame_stub,
99 show_and_print_stack_frame, print_only_stack_frame_stub,
100 print_only_stack_frame): Delete functions.
101 (print_stack_frame_stub): Call print_frame_info instead of
102 print_frame_info_base.
103 (print_frame_info_base): Rename to print_frame_info.
104 (backtrace_command_1): Call print_frame_info, instead of
105 print_frame_info_base.
106 (current_frame_command): Call print_stack_frame, instead of
107 print_only_stack_frame.
108 (frame_command): Call print_stack_frame, instead of
109 show_and_print_stack_frame.
110 (up_command): Ditto.
111 (down_command): Ditto.
112 * frame.h (print_only_stack_frame): Delete prototype.
113 * infrun.c (normal_stop): Call print_stack_frame, instead of
114 show_and_print_stack_frame.
115 * thread.c (info_threads_command): Call print_stack_frame, instead
116 of print_only_stack_frame.
117
118 2003-01-13 Andrew Cagney <ac131313@redhat.com>
119
120 * README (Graphical interface to GDB): Update URL. Point at
121 gdb/links/.
122
123 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
124 version match.
125
126 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
127
128 * symtab.c (find_pc_sect_line): Don't consider end-of-function
129 lines.
130
131 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
132
133 * thread-db.c (attach_thread): Prototype.
134 (struct private_thread_info): Remove lwpid. Add thread handle (th),
135 thread information (ti), and valid flags (th_valid, ti_valid).
136 (attach_thread): Move target_pid_to_str call to after the thread
137 is added to GDB's list. Initialize the cache.
138 (thread_get_info_callback, thread_db_map_id2thr)
139 (thread_db_get_info): New functions.
140 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
141 (thread_db_store_registers, thread_db_thread_alive)
142 (thread_db_get_thread_local_address): Use them.
143 (thread_db_pid_to_str): Likewise. Return "Missing" instead
144 of calling error() for threads in unknown state.
145
146 (clear_lwpid_callback): New function.
147 (thread_db_resume): Use it to clear the cache.
148
149 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
150
151 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
152 (resume_callback): Remove dead code.
153
154 2003-01-13 Andrew Cagney <ac131313@redhat.com>
155
156 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
157 predicate.
158 * gdbarch.h, gdbarch.c: Regenerate.
159 * stack.c (frame_info): Only initialize the saved registers when
160 FRAME_INIT_SAVED_REGS_P.
161 * frame.c (frame_saved_regs_register_unwind): Assert
162 FRAME_INIT_SAVED_REGS_P.
163 (deprecated_generic_get_saved_register): Ditto.
164
165 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
166
167 * source.c (openp): Squelch warning about "filename".
168
169 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
170
171 * source.c (openp): If the file does not exist don't necessarily
172 search the path.
173
174 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
175
176 Fix PR gdb/872.
177 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
178 (integer_types_same_name_p): New function.
179 (rank_one_type): Use it.
180 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
181
182 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
183
184 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
185 variables.
186 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
187 * configure.in: Add --with-sysroot.
188 * configure: Regenerated.
189 * main.c (gdb_sysroot): New variable.
190 (captured_main): Initialize gdb_sysroot.
191 * defs.h (gdb_sysroot): New extern declaration.
192 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
193
194 2003-01-12 Michael Chastain <mec@shout.net>
195
196 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
197
198 2003-01-12 Michael Chastain <mec@shout.net>
199
200 * top.c (print_gdb_version): Bump copyright year to 2003.
201
202 2003-01-12 David Carlton <carlton@bactrian.org>
203
204 * linespec.c (symtab_from_filename): Rename variable 's' to
205 'file_symtab'.
206
207 2003-01-12 Andrew Cagney <ac131313@redhat.com>
208
209 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
210 dummy frame.
211 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
212
213 2003-01-12 Andrew Cagney <ac131313@redhat.com>
214
215 * d10v-tdep.c: Include "gdb_assert.h".
216 (d10v_store_return_value): Rewrite to match current interface.
217 (d10v_extract_struct_value_address): Ditto.
218 (d10v_extract_return_value): Ditto.
219 (d10v_gdbarch_init): Set store_restore_value,
220 extract_struct_value_address and extract_return_value.
221
222 2003-01-12 J. Brobecker <brobecker@gnat.com>
223
224 * hpread.c (set_namestring): New procedure replacing the
225 SET_NAMESTRING macro.
226 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
227 by calls to set_namestring.
228
229 2003-01-11 J. Brobecker <brobecker@gnat.com>
230
231 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
232 a compilation warning.
233 (hpread_process_one_debug_symbol): Likewise.
234
235 2003-01-10 David Carlton <carlton@math.stanford.edu>
236
237 * linespec.c (decode_line_1): Rename variable 's' to
238 'file_symtab'.
239 (decode_all_digits): Rename argument 's' to 'file_symtab'.
240 (decode_dollar): Ditto.
241 (decode_variable): Ditto.
242 (symbol_found): Ditto.
243
244 2003-01-09 Michael Chastain <mec@shout.net>
245
246 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
247
248 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
249
250 * win32-nat.c (set_process_privilege): New function.
251 (child_attach): Call set_process_privilege() to enable the
252 SE_DEBUG_NAME user privilege if available in process token.
253
254 2003-01-10 J. Brobecker <brobecker@gnat.com>
255
256 * hpread.c (hpread_process_one_debug_symbol): Fix a small
257 compilation error in the previous revision.
258
259 2003-01-09 David Carlton <carlton@math.stanford.edu>
260
261 * linespec.c: Update copyright.
262
263 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
264
265 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
266 than inferior_ptid.
267 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
268
269 2003-01-09 Andrew Cagney <ac131313@redhat.com>
270
271 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
272 Update comments.
273 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
274 (frame_saved_regs_zalloc): Update.
275 (frame_saved_regs_register_unwind): Update.
276 (create_new_frame): Update.
277 (get_prev_frame): Update.
278 (frame_extra_info_zalloc): Update.
279 (deprecated_get_frame_saved_regs): Update.
280 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
281 * cris-tdep.c: Update comment.
282
283 * somsolib.h: Fix function indentation.
284 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
285 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
286 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
287 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
288 * somsolib.c, inftarg.c: Remove assignment in if conditional.
289
290 * infrun.c (follow_fork): Use ISO C definition.
291 * expprint.c (print_subexp): Use xfree instead of free.
292 * charset.c: Include "gdb_string.h" instead of <string.h>.
293 (register_iconv_charsets): Use ISO C definition.
294 (host_charset, target_charset): Ditto.
295 * Makefile.in (charset.o): Update dependencies.
296 (mi-cmd-env.o): Update dependencies.
297
298 2003-01-08 Andrew Cagney <cagney@redhat.com>
299
300 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
301 get_frame_base.
302
303 2003-01-08 Andrew Cagney <ac131313@redhat.com>
304
305 * gdb_mbuild.sh: Add --keep option. When specified, keep the
306 build directories. Save edited gdb output in Mbuild.log. If a
307 build fails, remove any final GDB executable.
308
309 2003-01-08 Andrew Cagney <ac131313@redhat.com>
310
311 * gdb_mbuild.sh: Edit the output of `maint print architecture'
312 replacing hex constants with function names and stripping leading
313 file name directory prefixes.
314
315 2003-01-08 Andrew Cagney <cagney@redhat.com>
316
317 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
318 get_frame_base.
319
320 2003-01-08 David Carlton <carlton@math.stanford.edu>
321
322 * linespec.c (decode_line_1): Move code into decode_variable.
323 (decode_variable): New function.
324
325 2003-01-08 Andrew Cagney <ac131313@redhat.com>
326
327 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
328
329 2003-01-08 Andrew Cagney <cagney@redhat.com>
330
331 * cris-tdep.c (cris_frame_init_saved_regs): Use
332 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
333 saved_regs buffer.
334 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
335 (sh64_nofp_frame_init_saved_regs): Ditto.
336 (sh_fp_frame_init_saved_regs): Ditto.
337 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
338 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
339 * mcore-tdep.c (analyze_dummy_frame): Ditto.
340 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
341
342 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
343
344 * minsyms.c (lookup_minimal_symbol): Update comment.
345 (lookup_minimal_symbol_text): Update comment. Use the hash table.
346 (lookup_minimal_symbol_solib_trampoline): Likewise.
347
348 2003-01-08 Andrew Cagney <cagney@redhat.com>
349
350 * d10v-tdep.c (d10v_init_extra_frame_info): Use
351 frame_relative_level.
352
353 * alpha-tdep.c: Use get_frame_extra_info.
354 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
355 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
356 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
357 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
358
359 * alpha-tdep.c: Use get_next_frame.
360 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
361 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
362 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
363 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
364 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
365 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
366 * xstormy16-tdep.c: Ditto.
367
368 2003-01-07 Andrew Cagney <cagney@redhat.com>
369
370 * alpha-tdep.c: Use get_frame_base.
371 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
372 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
373 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
374 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
375 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
376 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
377 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
378 * config/sparc/tm-sparc.h: Ditto.
379
380 2003-01-07 Andrew Cagney <cagney@redhat.com>
381
382 * frame.c (deprecated_get_frame_context): New function.
383 (deprecated_set_frame_context): New function.
384 * frame.h (deprecated_get_frame_context): Declare.
385 (deprecated_set_frame_context): Declare.
386 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
387 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
388
389 2003-01-07 Andrew Cagney <cagney@redhat.com>
390
391 * frame.c (deprecated_set_frame_next_hack): New function.
392 (deprecated_set_frame_prev_hack): New function.
393 * frame.h (deprecated_set_frame_next_hack): Declare.
394 (deprecated_set_frame_prev_hack): Declare.
395 * mcore-tdep.c (analyze_dummy_frame): Use
396 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
397 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
398
399 2003-01-07 David Carlton <carlton@math.stanford.edu>
400
401 * linespec.c (decode_line_1): Move code into decode_dollar.
402 (decode_dollar): New function.
403
404 2003-01-07 Andrew Cagney <cagney@redhat.com>
405
406 * arm-tdep.c (arm_init_extra_frame_info): Use
407 deprecated_update_frame_base_hack.
408 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
409 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
410 (fix_frame_pointer): Ditto.
411 (mn10300_analyze_prologue): Ditto.
412
413 2003-01-07 Andrew Cagney <cagney@redhat.com>
414
415 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
416 extra_info using frame_extra_info_zalloc.
417 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
418 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
419 (sh64_init_extra_frame_info): Ditto.
420 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
421 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
422 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
423 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
424 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
425 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
426 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
427 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
428 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
429 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
430 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
431 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
432
433 * mn10300-tdep.c (analyze_dummy_frame): Use
434 deprecated_set_frame_extra_info_hack.
435 * mcore-tdep.c (analyze_dummy_frame): Ditto.
436
437 2003-01-07 J. Brobecker <brobecker@gnat.com>
438
439 * mdebugread.c (parse_symbol): Skip stProc entries which storage
440 class is not scText. These do not define "real" procedures.
441 (parse_partial_symbols): Likewise.
442
443 2003-01-06 Michael Snyder <msnyder@redhat.com>
444
445 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
446
447 2003-01-06 Andrew Cagney <ac131313@redhat.com>
448
449 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
450 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
451 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
452 deprecated_frame_xmalloc_with_cleanup.
453 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
454 deprecated_frame_xmalloc.
455 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
456 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
457
458 2003-01-06 Andrew Cagney <cagney@redhat.com>
459
460 * x86-64-linux-tdep.c: Include "osabi.h".
461 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
462
463 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
464
465 2003-01-06 Andrew Cagney <cagney@redhat.com>
466
467 * MAINTAINERS (Target Instruction Set Architectures): Update
468 arm-elf. Can be built with -Werror, has been multiarched.
469
470 * value.h (unpack_long): Make buffer parameter constant.
471 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
472 * scm-lang.h (scm_parse): Ditto.
473 * defs.h (extract_typed_address, extract_address): Ditto.
474 (extract_long_unsigned_integer): Ditto.
475 * inferior.h (unsigned_pointer_to_address): Ditto.
476 (signed_pointer_to_address): Ditto.
477 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
478 * gdbarch.h, gdbarch.c: Regenerate.
479 * findvar.c (extract_long_unsigned_integer): Update.
480 (extract_address): Update.
481 (extract_typed_address): Update.
482 (unsigned_pointer_to_address): Update.
483 * values.c (unpack_long): Update.
484 (unpack_double): Update.
485 (unpack_pointer): Update.
486 (unpack_field_as_long): Update.
487 * d10v-tdep.c (d10v_pointer_to_address): Update.
488 * avr-tdep.c (avr_pointer_to_address): Update.
489 * scm-lang.c (scm_unpack): Update.
490 * findvar.c (signed_pointer_to_address): Update.
491
492 2003-01-06 Michal Ludvig <mludvig@suse.cz>
493
494 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
495 since it is in i386-tdep.c.
496
497 2003-01-06 J. Brobecker <brobecker@gnat.com>
498
499 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
500 failure introduced in the previous change.
501
502 2003-01-05 Michael Chastain <mec@shout.net>
503
504 * README: Remove references to deleted remote-*.c files:
505 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
506 remote-nrom.c, remote-os9k.c, remote-udi.c.
507
508 2003-01-05 Mark Kettenis <kettenis@gnu.org>
509
510 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
511 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
512 i386_get_longjmp_target.
513
514 2003-01-05 Andrew Cagney <ac131313@redhat.com>
515
516 * arm-tdep.c (prologue_cache): Change to a pointer.
517 (_initialize_arm_tdep): Allocate prologue_cache.
518 (check_prologue_cache): Update.
519 (save_prologue_cache): Update.
520 (arm_gdbarch_init): Update.
521
522 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
523
524 * stabsread.c (update_method_name_from_physname): Call complaint()
525 instead of error.
526
527 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
528
529 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
530 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
531 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
532
533 * blockframe.c: Include "gdbcmd.h" and "command.h".
534 (backtrace_below_main): New variable.
535 (file_frame_chain_valid, func_frame_chain_valid)
536 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
537 (generic_func_frame_chain_valid): Remove functions.
538 (frame_chain_valid, do_flush_frames_sfunc): New functions.
539 (_initialize_blockframe): New function.
540 * Makefile.in (blockframe.o): Update dependencies.
541 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
542 comment. Call frame_chain_valid ().
543 * frame.h: Remove old prototypes. Add prototype for
544 frame_chain_valid and update comments to match.
545 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
546 Remove old comment.
547 * gdbarch.h: Regenerated.
548 * gdbarch.c: Regenerated.
549
550 * alpha-tdep.c (alpha_gdbarch_init): Don't call
551 set_gdbarch_frame_chain_valid.
552 * avr-tdep.c (avr_gdbarch_init): Likewise.
553 * cris-tdep.c (cris_gdbarch_init): Likewise.
554 * frv-tdep.c (frv_gdbarch_init): Likewise.
555 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
556 * i386-tdep.c (i386_svr4_init_abi): Likewise.
557 (i386_nw_init_abi): Likewise.
558 (i386_gdbarch_init): Likewise.
559 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
560 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
561 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
562 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
563 * mips-tdep.c (mips_gdbarch_init): Likewise.
564 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
565 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
566 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
567 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
568 * s390-tdep.c (s390_gdbarch_init): Likewise.
569 * sh-tdep.c (sh_gdbarch_init): Likewise.
570 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
571 * v850-tdep.c (v850_gdbarch_init): Likewise.
572 * vax-tdep.c (vax_gdbarch_init): Likewise.
573 * x86-64-tdep.c (x86_64_init_abi): Likewise.
574
575 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
576 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
577 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
578 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
579 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
580 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
581 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
582 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
583
584 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
585
586 * Makefile.in (acconfig_h): Remove incorrect macro.
587 (config_h): Define.
588 (osabi.o): Update dependencies.
589 * configure.tgt: Set gdb_osabi based on target triplet.
590 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
591 * configure: Regenerated.
592 * config.in: Regenerated.
593 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
594 (GDB_OSABI_DEFAULT): Define if not already defined.
595 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
596 (set_osabi_string): New variables.
597 (gdbarch_register_osabi): Add new OS ABI to
598 gdb_osabi_available_names.
599 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
600 (set_osabi, show_osabi): New functions.
601 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
602
603 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
604
605 * arch-utils.c (gdbarch_info_init): Set osabi to
606 GDB_OSABI_UNINITIALIZED.
607 * gdbarch.sh: Add osabi to struct gdbarch and to struct
608 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
609 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
610 * gdbarch.c: Regenerated.
611 * gdbarch.h: Regenerated.
612 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
613 there's no BFD.
614 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
615 * osabi.h (enum gdb_osabi): Move to defs.h.
616 (gdbarch_init_osabi): Update prototype.
617 * defs.h (enum gdb_osabi): Moved here.
618 * Makefile.in: Update dependencies.
619
620 * alpha-tdep.h: Don't include "osabi.h".
621 (struct gdbarch_tdep): Remove osabi member.
622 * alpha-tdep.c: Include "osabi.h".
623 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
624 iterate over arches. Update call to gdbarch_init_osabi.
625 (alpha_dump_tdep): Don't dump osabi.
626 * alpha-linux-tdep.c: Include "osabi.h".
627 * alpha-osf1-tdep.c: Include "osabi.h".
628 * alphafbsd-tdep.c: Include "osabi.h".
629 * alphanbsd-tdep.c: Include "osabi.h".
630
631 * arm-tdep.h: Don't include "osabi.h".
632 (struct gdbarch_tdep): Remove osabi member.
633 * arm-tdep.c: Include "osabi.h".
634 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
635 iterate over arches. Update call to gdbarch_init_osabi.
636 (arm_dump_tdep): Don't dump osabi.
637 * arm-linux-tdep.c: Include "osabi.h".
638 * armnbsd-tdep.c: Include "osabi.h".
639
640 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
641 Update call to gdbarch_init_osabi.
642
643 * i386-tdep.h: Don't include "osabi.h".
644 (struct gdbarch_tdep): Remove osabi member.
645 * i386-tdep.c: Include "osabi.h".
646 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
647 iterate over arches. Update call to gdbarch_init_osabi.
648 (i386_dump_tdep): Don't dump osabi.
649 * i386-linux-tdep.c: Include "osabi.h".
650 * i386-sol2-tdep.c: Include "osabi.h".
651 * i386bsd-tdep.c: Include "osabi.h".
652 * i386gnu-tdep.c: Include "osabi.h".
653 * i386ly-tdep.c: Include "osabi.h".
654 * i386nbsd-tdep.c: Include "osabi.h".
655 * i386obsd-tdep.c: Include "osabi.h".
656
657 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
658 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
659 check osabi when iterating over arches. Update call to
660 gdbarch_init_osabi.
661 (mips_dump_tdep): Don't dump osabi.
662
663 * ns32k-tdep.h: Don't include "osabi.h".
664 (struct gdbarch_tdep): Remove.
665 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
666 gdbarch_lookup_osabi. Don't iterate over arches. Don't
667 allocate tdep. Update call to gdbarch_init_osabi.
668 (ns32k_dump_tdep): Remove.
669 (_initialize_ns32k_tdep): Update call to gdbarch_register.
670 * ns32knbsd-tdep.c: Include "osabi.h".
671
672 * ppc-tdep.h: Don't include "osabi.h".
673 (struct gdbarch_tdep): Remove osabi member.
674 * rs6000-tdep.c: Include "osabi.h".
675 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
676 osabi when iterating over arches. Update call to
677 gdbarch_init_osabi.
678 (rs6000_dump_tdep): Don't dump osabi.
679 * ppc-linux-tdep.c: Include "osabi.h".
680 * ppcnbsd-tdep.c: Include "osabi.h".
681
682 * sh-tdep.h: Don't include "osabi.h".
683 (struct gdbarch_tdep): Remove osabi member.
684 * sh-tdep.c: Include "osabi.h".
685 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
686 iterate over arches. Update call to gdbarch_init_osabi.
687 (sh_dump_tdep): Don't dump osabi.
688 * shnbsd-tdep.c: Include "osabi.h".
689
690 * sparc-tdep.c: Include "osabi.h".
691 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
692 iterate over arches. Update call to gdbarch_init_osabi.
693 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
694 tdep structure.
695
696 * vax-tdep.h: Don't include "osabi.h".
697 (struct gdbarch_tdep): Remove.
698 * vax-tdep.c: Include "osabi.h".
699 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
700 iterate over arches. Don't allocate tdep. Update call
701 to gdbarch_init_osabi.
702 (vax_dump_tdep): Remove.
703 (_initialize_vax_tdep): Update call to gdbarch_register.
704
705 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
706
707 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
708 entirely.
709 (breakpoint_re_set_one): Don't fetch the value for a disabled
710 watchpoint.
711
712 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
713
714 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
715 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
716 (COERCE_FLOAT_TO_DOUBLE): Remove.
717 * gdbarch.c: Regenerate.
718 * gdbarch.h: Regenerate.
719 * Makefile.in: Remove value_h from gdbarch_h.
720 * valops.c (coerce_float_to_double): New variable.
721 (default_coerce_float_to_double): Remove.
722 (standard_coerce_float_to_double): Remove.
723 (value_arg_coerce): Use coerce_float_to_double.
724 (_initialize_valops): Add "set coerce-float-to-double".
725 * value.h (default_coerce_float_to_double): Remove prototype.
726 (standard_coerce_float_to_double): Remove prototype.
727
728 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
729 prototyped.
730 * mdebugread.c (parse_symbol): Likewise.
731 * stabsread.c (define_symbol): Mark all functions as prototyped.
732
733 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
734 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
735 set_gdbarch_coerce_float_to_double.
736 * arm-tdep.c (arm_gdbarch_init): Likewise.
737 * frv-tdep.c (frv_gdbarch_init): Likewise.
738 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
739 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
740 * mips-tdep.c (mips_gdbarch_init): Likewise.
741 (mips_coerce_float_to_double): Remove.
742 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
743 (rs6000_coerce_float_to_double): Remove.
744 * s390-tdep.c (s390_gdbarch_init): Likewise.
745 * sh-tdep.c (sh_gdbarch_init): Likewise.
746 (sh_coerce_float_to_double): Remove.
747 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
748 (sparc_coerce_float_to_double): Remove.
749 * v850-tdep.c (v850_gdbarch_init): Likewise.
750 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
751 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
752 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
753 (hppa_coerce_float_to_double): Remove prototype.
754 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
755
756 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
757
758 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
759
760 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
761
762 Suggested by Stewart Brown <sb24@avaya.com>:
763 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
764 in recursive calls. Handle TYPE_CODE_TYPEDEF.
765 (c_type_print_varspec_suffix): Likewise.
766
767 2003-01-04 Mark Kettenis <kettenis@gnu.org>
768
769 * configure.in: Don't set and AC_SUBST SUBDIRS.
770 * configure: Regenerated.
771
772 * configure.in: Remove code dealing with shared libraries.
773 * Makefile.in: Remove HLDFLAGS and HLDENV.
774 * configure: Regenerated.
775
776 2003-01-04 Andrew Cagney <ac131313@redhat.com>
777
778 * frame.c (deprecated_frame_xmalloc): New function.
779 (deprecated_set_frame_saved_regs_hack): New function.
780 (deprecated_set_frame_extra_info_hack): New function.
781 * frame.h (deprecated_frame_xmalloc): Declare.
782 (deprecated_set_frame_saved_regs_hack): Declare.
783 (deprecated_set_frame_extra_info_hack): Declare.
784
785 2003-01-04 Mark Kettenis <kettenis@gnu.org>
786
787 * configure.in: Move code that provides the --enable-gdbtk option
788 right after the code that handles the --enable-tui option, and
789 polish it somewhat.
790 * configure: Regenerated.
791
792 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
793 AC_CHECK_FUNCS and remove the old check for pread64.
794 * acinclude.m4 (AC_GNU_SOURCE): New macro.
795 * acconfig.h (_GNU_SOURCE): Add.
796 (HAVE_PREAD64): Remove.
797 * configure, aclocal.m4, config.in: Regenerated.
798
799 2003-01-03 Andrew Cagney <ac131313@redhat.com>
800
801 * alpha-tdep.c: Use get_frame_saved_regs.
802 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
803 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
804 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
805 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
806 * vax-tdep.c, xstormy16-tdep.c: Ditto.
807
808 2003-01-03 Mark Kettenis <kettenis@gnu.org>
809
810 * configure.in: Remove all use of the SUBDIRS variable; add
811 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
812 code providing the --enable-multi-ice option, and move it right in
813 front of the code that checks whether gdbserver is supported.
814 Polish that too.
815 * configure: Regenerated.
816 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
817 @SUBDIRS@.
818
819 2003-01-03 Andrew Cagney <cagney@redhat.com>
820
821 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
822 * avr-tdep.c, cris-tdep.c: Ditto.
823 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
824 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
825
826 2003-01-03 Mark Kettenis <kettenis@gnu.org>
827
828 * configure.in: Remove --enable-netrom option.
829 * configure: Regenerated.
830
831 2003-01-03 Mark Kettenis <kettenis@gnu.org>
832
833 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
834 declaration for `struct re_pattern_buffer' instead.
835 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
836
837 2003-01-03 J. Brobecker <brobecker@gnat.com>
838
839 * mdebugread.c (parse_symbol): Count until the stEnd matching
840 the structure name.
841
842 2003-01-02 Mark Kettenis <kettenis@gnu.org>
843
844 * configure.in: Remove --with-cpu option.
845 subscripts. Remove evil changequotes here.
846 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
847 * config.in, configure: Regenerated.
848
849 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
850 * configure.in: Cleanup section that sources GDB and BFD configure
851 subscripts. Remove evil changequotes here.
852 * config.in, configure: Regenerated.
853
854 2003-01-02 Andrew Cagney <ac131313@redhat.com>
855
856 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
857 frame accessor methods.
858 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
859 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
860 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
861 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
862 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
863 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
864 * z8k-tdep.c: Ditto.
865
866 2003-01-02 Mark Kettenis <kettenis@gnu.org>
867
868 * configure.in: Remove UI_OUT configuration code.
869 * ada-lang.c: Update assuming UI_OUT is always true.
870 * Makefile.in (UIOUT_CFLAGS): Remove.
871 * configure: Regenerated.
872 * TODO: Remove blurb about elimination of -DUI_OUT.
873
874 * configure.in: Move code that provides the --enable-gdbcli,
875 --enable-gdbmi options right before the code that handles the
876 --enable-tui option. Polish a bit.
877 * configure: Regenerated.
878
879 * configure.in: Rewrite check for GNU regex and the
880 --without-included regex option, and move it into the "Checks for
881 library functions" section. This makes us use the system regex
882 again by default on systems with version 2 of the GNU C library.
883 This was apparently broken.
884 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
885 * acconfig.h (USE_INCLUDED_REGEX): Remove.
886 * config.in, configure: Regenerated.
887
888 * configure.in: Move code that provides the --enable-tui option
889 before the "Checks for libraries" section. Polish the code
890 somewhat and set need_curses to yes if we build the TUI. Rewrite
891 code that looks for a library providing termcap functionality to
892 match more closely what's done in the Readline library, and move
893 it into to the "Checks for libraries" section.
894 * configure: Regenerated.
895 * Makefile.in (TERMCAP): Remove variable.
896 * config/i386/go32.mh (TERMCAP): Remove variable.
897
898 2003-01-02 Andrew Cagney <ac131313@redhat.com>
899
900 * MAINTAINERS: Mention gdb_mbuild.sh.
901 * gdb_mbuild.sh: Rewrite.
902
903 2003-01-02 Mark Kettenis <kettenis@gnu.org>
904
905 * configure.in: Fix typo in last change.
906 * config.in, configure: Regenerated.
907
908 2003-01-02 Andrew Cagney <ac131313@redhat.com>
909
910 * valarith.c (value_binop): Delete obsolete code and comments.
911 * configure.host: Ditto.
912 * buildsym.h (make_blockvector): Ditto.
913 * buildsym.c (make_blockvector): Ditto.
914 * defs.h (enum language): Ditto.
915 (chill_demangle): Ditto.
916 * elfread.c (elf_symtab_read): Ditto.
917 * dwarfread.c (CHILL_PRODUCER): Ditto.
918 (set_cu_language): Ditto.
919 (handle_producer): Ditto.
920 * expprint.c (print_subexp): Ditto.
921 * gdbtypes.c (chill_varying_type): Ditto.
922 * gdbtypes.h (builtin_type_chill_bool): Ditto.
923 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
924 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
925 (chill_varying_type): Ditto.
926 * language.h (_LANG_chill): Ditto.
927 * language.c (binop_result_type, integral_type): Ditto.
928 (character_type, string_type, structured_type): Ditto.
929 (lang_bool_type, binop_type_check): Ditto.
930 * stabsread.h (os9k_stabs): Ditto.
931 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
932 (define_symbol, read_type, read_struct_fields): Ditto.
933 (read_array_type, read_enum_type, read_huge_number): Ditto.
934 (read_range_type, start_stabs): Ditto.
935 * symfile.c (init_filename_language_table): Ditto.
936 (add_psymbol_with_dem_name_to_list): Ditto.
937 * symtab.c (symbol_init_language_specific): Ditto.
938 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
939 * symtab.h (struct general_symbol_info): Ditto.
940 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
941 * typeprint.c (typedef_print): Ditto.
942 * utils.c (fprintf_symbol_filtered): Ditto.
943 * valops.c (value_cast, search_struct_field, value_slice): Delete
944 obsolete code.
945 (varying_to_slice): Delete function.
946 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
947 (varying_to_slice): Delete declaration.
948 * MAINTAINERS: Update.
949
950 2003-01-02 Mark Kettenis <kettenis@gnu.org>
951
952 * configure.in: Reorganize "Checks for library functions section"
953 a bit. Remove check for `btowc' and `isascii' functions.
954 * configure: Regenerated.
955
956 * acconfig.h (_MSE_INT_H): Remove.
957 * configure.in: Create "Checks for header files" section, and move
958 appropriate tests there. Don't check for objlist.h, wchar.h,
959 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
960 misdetection fix. Also add "Checks for types", "Checks for
961 compiler characteristics" and "Checks for library functions"
962 sections.
963 * config.in, configure: Regenerated.
964
965 * configure.in: Create "Checks for programs" section, and move
966 appropriate tests there.
967
968 2003-01-01 Mark Kettenis <kettenis@gnu.org>
969
970 * configure.in: Create "Checks for libraries" section, and move
971 appropriate tests there. Cleanup check for wctype in libw. Use
972 AC_SEARCH_LIBS to see whether we need libsocket.
973 * configure: Regenerated.
974
975 For older changes see ChangeLog-2002
976 \f
977 Local Variables:
978 mode: change-log
979 left-margin: 8
980 fill-column: 74
981 version-control: never
982 End:
This page took 0.048337 seconds and 4 git commands to generate.