c10c49da5465e1166a0e9a921a70ac0dc2e7a7f1
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2003-03-05 Daniel Jacobowitz <drow@mvista.com>
2
3 * dwarf2expr.c (new_dwarf_expr_context): Add (void) to definition.
4 * dwarf2loc.c: Include "regcache.h".
5 (dwarf_expr_read_reg): Rename regnum argument to dwarf_regnum. Use
6 register_size.
7 * Makefile.in (dwarf2loc.o): Update dependencies.
8
9 2003-03-04 Theodore A. Roth <troth@openavr.org>
10
11 * avr-tdep.c (avr_io_reg_read_command): Fix to handle case when the
12 number of io registers reported by remote target is not a multiple of
13 step.
14
15 2003-03-04 David Carlton <carlton@math.stanford.edu>
16
17 * symtab.c (lookup_partial_symbol): Add linkage_name argument.
18 (lookup_symbol_aux_psymtabs): Update call to
19 lookup_partial_symbol.
20 (lookup_transparent_type, find_main_psymtab)
21 (make_symbol_overload_list): Ditto.
22
23 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
24
25 * MAINTAINERS (Write after approval): Update my email address.
26
27 2003-03-03 Andrew Cagney <cagney@redhat.com>
28
29 Make MAX_REGISTER_RAW_SIZE and MAX_REGISTER_VIRTUAL_SIZE optional.
30 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE): Variable with
31 predicate. Replace MAX_REGISTER_RAW_SIZE.
32 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto for
33 MAX_REGISTER_VIRTUAL_SIZE.
34 * regcache.c (legacy_max_register_raw_size): New function.
35 (legacy_max_register_virtual_size): New function.
36 * defs.h (MAX_REGISTER_VIRTUAL_SIZE): Define.
37 (MAX_REGISTER_RAW_SIZE): Define.
38 (legacy_max_register_raw_size): Declare.
39 (legacy_max_register_virtual_size): Declare.
40 * config/sparc/tm-sparc.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
41 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Update.
42 * config/sparc/tm-sp64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
43 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
44 * config/pa/tm-hppa.h (DEPRECATED_MAX_REGISTER_RAW_SIZE)
45 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Ditto.
46 * config/pa/tm-hppa64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
47 * config/ia64/tm-ia64.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
48 * config/i386/tm-ptx.h (DEPRECATED_MAX_REGISTER_RAW_SIZE): Ditto.
49 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
50 * vax-tdep.c (vax_gdbarch_init): Update.
51 * v850-tdep.c (v850_gdbarch_init): Update.
52 * sparc-tdep.c (sparc_gdbarch_init): Update.
53 * sh-tdep.c (sh_gdbarch_init): Update.
54 * s390-tdep.c (s390_gdbarch_init): Update.
55 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
56 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
57 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
58 * mips-tdep.c (mips_gdbarch_init): Update.
59 * mcore-tdep.c (mcore_gdbarch_init): Update.
60 * m68k-tdep.c (m68k_gdbarch_init): Update.
61 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
62 * ia64-tdep.c (ia64_gdbarch_init): Update.
63 * i386-tdep.c (i386_gdbarch_init): Update.
64 * hppa-tdep.c (hppa_gdbarch_init): Update.
65 * h8300-tdep.c (h8300_gdbarch_init): Update.
66 * frv-tdep.c (frv_gdbarch_init): Update.
67 * cris-tdep.c (cris_gdbarch_init): Update.
68 * avr-tdep.c (avr_gdbarch_init): Update.
69 * arm-tdep.c (arm_gdbarch_init): Update.
70 * alpha-tdep.c (alpha_gdbarch_init): Update.
71 * d10v-tdep.c (d10v_gdbarch_init): Do not set
72 max_register_raw_size or max_register_virtual_size.
73
74 2003-03-03 David Carlton <carlton@math.stanford.edu>
75
76 * symtab.h (DEPRECATED_SYMBOL_MATCHES_NAME): Rename from
77 SYMBOL_MATCHES_NAME, add comment.
78 (SYMBOL_MATCHES_NATURAL_NAME): New.
79 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Replace
80 SYMBOL_MATCHES_NAME with DEPRECATED_SYMBOL_MATCHES_NAME.
81 (lookup_minimal_symbol, lookup_minimal_symbol_text): Ditto.
82 * symtab.c (lookup_partial_symbol): Use
83 SYMBOL_MATCHES_NATURAL_NAME, not SYMBOL_MATCHES_NAME. Delete
84 unhelpful comment.
85 (lookup_block_symbol): Use SYMBOL_MATCHES_NATURAL_NAME, not
86 SYMBOL_MATCHES_NAME.
87 Fix for PR c++/33.
88
89 2003-03-03 David Carlton <carlton@math.stanford.edu>
90
91 * symtab.h (SYMBOL_MATCHES_REGEXP): Delete.
92 * symtab.c (search_symbols): Replace uses of SYMBOL_MATCHES_REGEXP
93 by regexp matching against SYMBOL_NATURAL_NAME.
94
95 2003-03-03 David Carlton <carlton@math.stanford.edu>
96
97 * linespec.c (find_method): Extract code into collect_methods.
98 (collect_methods): New.
99
100 2003-03-02 Mark Kettenis <kettenis@gnu.org>
101
102 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use get_next_frame and
103 get_frame_base.
104
105 * i386-tdep.c (i386_pe_skip_trampoline_code): Replace usage of
106 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
107
108 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
109
110 * arch-utils.c (generic_register_byte): Fix to use the loop index
111 and not regnum when summing the size of all registers up to regnum.
112
113 2003-03-01 Andrew Cagney <cagney@redhat.com>
114
115 * gdbarch.sh (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename
116 FRAME_INIT_SAVED_REGS.
117 * gdbarch.h, gdbarch.c: Regenerate.
118 * stack.c (frame_info): Update.
119 * sh-tdep.c (sh_find_callers_reg, sh64_get_saved_pr): Update.
120 (sh_init_extra_frame_info, sh64_init_extra_frame_info): Update.
121 (sh64_get_saved_register, sh_pop_frame, sh64_pop_frame): Update.
122 * ns32k-tdep.c (ns32k_pop_frame): Update.
123 * mips-tdep.c (mips_pop_frame): Update.
124 * m68hc11-tdep.c (m68hc11_pop_frame): Update.
125 * ia64-tdep.c (ia64_frame_chain): Update.
126 (ia64_frame_saved_pc, ia64_get_saved_register): Update.
127 (ia64_frameless_function_invocation): Update.
128 (ia64_init_extra_frame_info): Update.
129 (ia64_pop_frame_regular): Update.
130 * frame.h (struct frame_info): Update comment.
131 (DEPRECATED_FRAME_INIT_SAVED_REGS): Rename macro.
132 * frame.c (frame_saved_regs_register_unwind): Update.
133 (frame_saved_regs_register_unwind): Update.
134 (deprecated_generic_get_saved_register): Update.
135 * cris-tdep.c: Update comment.
136 * config/sparc/tm-sparc.h (DEPRECATED_FRAME_INIT_SAVED_REGS):
137 Rename macro.
138 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
139 * x86-64-tdep.c (x86_64_init_abi): Update.
140 * vax-tdep.c (vax_gdbarch_init): Update.
141 * v850-tdep.c (v850_gdbarch_init): Update.
142 * sparc-tdep.c (sparc_gdbarch_init): Update.
143 * sh-tdep.c (sh_gdbarch_init): Update.
144 * s390-tdep.c (s390_gdbarch_init): Update.
145 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
146 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
147 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
148 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
149 * mips-tdep.c (mips_gdbarch_init): Update.
150 * mcore-tdep.c (mcore_gdbarch_init): Update.
151 * m68k-tdep.c (m68k_gdbarch_init): Update.
152 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
153 * ia64-tdep.c (ia64_gdbarch_init): Update.
154 * i386-tdep.c (i386_gdbarch_init): Update.
155 * frv-tdep.c (frv_gdbarch_init): Update.
156 * avr-tdep.c (avr_gdbarch_init): Update.
157 * arm-tdep.c (arm_gdbarch_init): Update.
158 * alpha-tdep.c (alpha_gdbarch_init): Update.
159
160 2003-03-01 Andrew Cagney <cagney@redhat.com>
161
162 * main.c (captured_main): Add OPT_WINDOWS and OPT_NOWINDOWS to
163 option enum and switch. When no windows, set the interpreter to
164 INTERP_CONSOLE.
165
166 2003-03-01 Andrew Cagney <cagney@redhat.com>
167
168 * main.c (captured_main): Replace magic option characters with an
169 enum.
170
171 2003-03-01 Andrew Cagney <cagney@redhat.com>
172
173 * gdbarch.sh (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename
174 INIT_EXTRA_FRAME_INFO.
175 * gdbarch.h, gdbarch.c: Regenerate.
176 * arm-tdep.c: Update comments.
177 * sh-tdep.c, mcore-tdep.c, m68hc11-tdep.c: Ditto.
178 * i386-interix-tdep.c, hppa-tdep.c, h8300-tdep.c: Ditto.
179 * frame.h, avr-tdep.c: Ditto.
180 * frame.c (get_prev_frame): DEPRECATED_INIT_EXTRA_FRAME_INFO.
181 (create_new_frame, legacy_get_prev_frame): Ditto.
182 * config/sparc/tm-sparc.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
183 * config/pa/tm-hppa.h (DEPRECATED_INIT_EXTRA_FRAME_INFO): Rename.
184 * xstormy16-tdep.c (xstormy16_gdbarch_init): Initialize
185 deprecated_init_extra_frame_info instead of init_extra_frame_info.
186 * x86-64-tdep.c (x86_64_init_abi): Ditto.
187 * v850-tdep.c (v850_gdbarch_init): Ditto.
188 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
189 * sh-tdep.c (sh_gdbarch_init): Ditto.
190 * s390-tdep.c (s390_gdbarch_init): Ditto.
191 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
192 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
193 * mips-tdep.c (mips_gdbarch_init): Ditto.
194 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
195 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
196 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
197 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
198 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
199 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
200 * frv-tdep.c (frv_gdbarch_init): Ditto.
201 * cris-tdep.c (cris_gdbarch_init): Ditto.
202 * avr-tdep.c (avr_gdbarch_init): Ditto.
203 * arm-tdep.c (arm_gdbarch_init): Ditto.
204 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
205 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
206
207 2003-03-01 Andrew Cagney <cagney@redhat.com>
208
209 * gdbarch.sh (register_type): New function with predicate.
210 (REGISTER_VIRTUAL_TYPE): Change to function with predicate.
211 * gdbarch.h, gdbarch.c: Re-generate.
212 * arch-utils.c (generic_register_byte): Use generic_register_size.
213 (generic_register_size): When available, use
214 gdbarch_register_type.
215 * regcache.c (init_regcache_descr): When available, initialize the
216 register type array using gdbarch_register_type. If the
217 architecture supplies gdbarch_register_type, do not use the legacy
218 regcache layout.
219 * d10v-tdep.c (d10v_register_type): Replace
220 d10v_register_virtual_type.
221 (d10v_gdbarch_init): Set register_type instead of
222 register_virtual_type.
223
224 2003-03-01 Andrew Cagney <cagney@redhat.com>
225
226 * Makefile.in (ax-gdb.o): Update dependencies.
227 * ax-gdb.c: Include "regcache.h".
228 (gen_expr): Use register_type instead of REGISTER_VIRTUAL_TYPE.
229 * findvar.c (value_of_register): Ditto.
230 * infcmd.c (default_print_registers_info): Ditto.
231
232 2003-03-01 Mark Kettenis <kettenis@gnu.org>
233
234 * i386-linux-tdep.c (find_minsym_and_objfile): Replace usage of
235 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
236
237 2003-03-01 Mark Kettenis <kettenis@gnu.org>
238
239 * i386-linux-tdep.c (find_minsym_and_objfile): Use strcmp instead
240 of STREQ.
241
242 2003-02-28 Daniel Jacobowitz <drow@mvista.com>
243
244 * Makefile.in (dwarf2loc.o): Update dependencies.
245 * ax-gdb.c (gen_var_ref): Handle LOC_COMPUTED and LOC_COMPUTED_ARG.
246 * dwarf2expr.c (read_uleb128, read_sleb128): Make non-static.
247 * dwarf2expr.h (read_uleb128, read_sleb128): Add prototypes.
248 * dwarf2loc.c: Include "ax.h" and "ax-gdb.h".
249 (locexpr_tracepoint_var_ref): New function.
250 (dwarf2_locexpr_funcs): Add locexpr_tracepoint_var_ref.
251
252 2003-02-28 Andrew Cagney <cagney@redhat.com>
253
254 * regcache.c (register_size): New function.
255 * regcache.h (register_size): Declare
256 * d10v-tdep.c: Use register_size instead of REGISTER_RAW_SIZE, use
257 max_register_size instead of MAX_REGISTER_RAW_SIZE.
258
259 2003-02-28 David Carlton <carlton@math.stanford.edu>
260
261 * linespec.c (decode_compound): Extract code into find_method.
262 (find_method): New.
263
264 2003-02-28 J. Brobecker <brobecker@gnat.com>
265
266 * Makefile.in: Add rules to build and link in observer.o.
267
268 2003-02-27 J. Brobecker <brobecker@gnat.com>
269
270 * observer.c: Minor comments edits.
271
272 2003-02-27 J. Brobecker <brobecker@gnat.com>
273
274 * observer.h, observer.c: New file.
275
276 2003-02-27 Andrew Cagney <cagney@redhat.com>
277
278 * arm-tdep.c (gdb_print_insn_arm): Rename _bfd to just bfd.
279
280 2003-02-27 Stephane Carrez <stcarrez@nerim.fr>
281
282 * m68hc11-tdep.c (M6811_OP_LDX_EXT, M6811_OP_STS_EXT): New defines.
283 (M6812_OP_STS_EXT): Likewise.
284 (m6811_prologue): Use the above to recognize prologue.
285 (m6812_prologue): Likewise.
286
287 2003-02-27 David Carlton <carlton@math.stanford.edu>
288
289 * symfile.c (compare_symbols): Use SYMBOL_NATURAL_NAME, not
290 SYMBOL_PRINT_NAME.
291 (compare_psymbols): Ditto.
292 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
293
294 2003-02-27 Michael Snyder <msnyder@redhat.com>
295
296 * f-lang.c (build_fortran_types): New function.
297 (_initialize_f_language): Gdbarch-register built-in fortran types.
298
299 * doublest.c (extract_floating): Fix warning text.
300
301 2003-02-27 Andrew Cagney <cagney@redhat.com>
302
303 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Procedure with
304 predicate. Replaces PUSH_DUMMY_FRAME.
305 * gdbarch.h, gdbarch.c: Regnerate.
306 * valops.c (hand_function_call): Update. Call
307 generic_push_dummy_frame directly.
308 * vax-tdep.c (vax_gdbarch_init): Update.
309 * sparc-tdep.c (sparc_gdbarch_init): Update.
310 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
311 * m68k-tdep.c (m68k_gdbarch_init): Update.
312 * hppa-tdep.c (hppa_gdbarch_init): Update.
313 * alpha-tdep.c (alpha_gdbarch_init): Update.
314 * config/sparc/tm-sparc.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
315 * config/pa/tm-hppa.h (DEPRECATED_PUSH_DUMMY_FRAME): Update.
316 * inferior.h (PUSH_DUMMY_FRAME): Delete definition.
317 * xstormy16-tdep.c (xstormy16_gdbarch_init): Don't set
318 push_dummy_frame to generic_push_dummy_frame.
319 * v850-tdep.c (v850_gdbarch_init): Ditto.
320 * sh-tdep.c (sh_gdbarch_init): Ditto.
321 * s390-tdep.c (s390_gdbarch_init): Ditto.
322 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
323 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
324 * mips-tdep.c (mips_gdbarch_init): Ditto.
325 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
326 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
327 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
328 * i386-tdep.c (i386_gdbarch_init): Ditto.
329 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
330 * frv-tdep.c (frv_gdbarch_init): Ditto.
331 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
332 * cris-tdep.c (cris_gdbarch_init): Ditto.
333 * avr-tdep.c (avr_gdbarch_init): Ditto.
334 * arm-tdep.c (arm_gdbarch_init): Ditto.
335
336 2003-02-26 Kevin Buettner <kevinb@redhat.com>
337
338 * mips-tdep.c (show_mips_abi): New function.
339 (_initialize_mips_tdep): Use show_mips_abi() to implement the
340 command ``show mips abi''.
341
342 2003-02-26 Jeff Johnston <jjohnstn@redhat.com>
343
344 From Elena Zannoni <ezannoni@redhat.com>
345 * dbxread.c (process_one_symbol): Only record line 0 if one or
346 more sline entries have been seen for the function.
347
348 2003-02-26 Michael Chastain <mec@shout.net>
349
350 * configure: Regenerate with autoconf 000227.
351
352 2003-02-26 Michael Chastain <mec@shout.net>
353
354 Close PR build/660.
355 * PROBLEMS (i[3456]86-*-linux*): Note explicit error message
356 for old libc5/glibc.
357 * gdb_thread_db.h: Die if not HAVE_UINTPTR_T.
358
359 2003-02-26 Kris Warkentin <kewarken@qnx.com>
360
361 * defs.h (gdb_osabi): Add GDB_OSABI_QNXNTO.
362 * osabi.c (gdb_osabi_names): Add "QNX Neutrino".
363
364 2003-02-26 Michael Chastain <mec@shout.net>
365
366 * configure.in: New variable HAVE_UINTPTR_T.
367 * configure, config.in: Regenerated.
368
369 2003-02-26 Daniel Jacobowitz <drow@mvista.com>
370
371 Fix PR build/1097.
372 * utils.c (gdb_realpath): Move closing brace outwards one #endif.
373
374 2003-02-25 Andrew Cagney <cagney@redhat.com>
375
376 * frame.c (get_prev_frame): Add comment on check for
377 inside_entry_func. Only check for inside_entry_file when not a
378 dummy and not a sentinel. Check that the new frame is not inner
379 to the old frame.
380
381 2003-02-25 Andrew Cagney <cagney@redhat.com>
382
383 * frame.c (frame_debug): New variable.
384 (_initialize_frame): Add "set/show debug frame" command.
385 (get_prev_frame): When frame_debug, print reason why unwind
386 failed.
387
388 2003-02-25 Michael Chastain <mec@shout.net>
389
390 * PROBLEMS (i[3456]86-*-linux*): Require glibc 2.1.3 or later
391 to avoid uintptr_t definition problems.
392
393 2003-02-25 David Carlton <carlton@math.stanford.edu>
394
395 * symtab.h (SYMBOL_NATURAL_NAME): New macro.
396 (SYMBOL_LINKAGE_NAME): Ditto.
397 (SYMBOL_PRINT_NAME): Use SYMBOL_NATURAL_NAME and
398 SYMBOL_LINKAGE_NAME.
399 (struct general_symbol_info): Expand comment.
400 (DEPRECATED_SYMBOL_NAME): Rename from SYMBOL_NAME.
401 (SYMBOL_MATCHES_NAME): Use DEPRECATED_SYMBOL_NAME.
402 (SYMBOL_MATCHES_REGEXP): Ditto.
403 * symtab.c (symbol_natural_name): New function.
404 * objfiles.h: Replace all uses of SYMBOL_NAME by
405 DEPRECATED_SYMBOL_NAME.
406 * xcoffread.c, valops.c, typeprint.c, tracepoint.c: Ditto.
407 * symtab.c, symmisc.c, symfile.c, stack.c, stabsread.c: Ditto.
408 * somsolib.c, sol-thread.c, rs6000-tdep.c, p-valprint.c: Ditto.
409 * printcmd.c, objfiles.c, objc-lang.c, mipsread.c: Ditto.
410 * minsyms.c, mdebugread.c, linespec.c, jv-lang.c: Ditto.
411 * i386-tdep.c, i386-linux-tdep.c, hpread.c, hppa-tdep.c: Ditto.
412 * gnu-v2-abi.c, f-valprint.c, findvar.c, expprint.c: Ditto.
413 * dwarfread.c, dwarf2read.c, dbxread.c, c-valprint.c: Ditto.
414 * cp-valprint.c, coffread.c, buildsym.c, breakpoint.c: Ditto.
415 * blockframe.c, ax-gdb.c, arm-linux-tdep.c, ada-lang.c: Ditto.
416 * ada-exp.y: Ditto.
417 * ada-exp.y: Update copyright.
418 * sol-thread.c, mipsread.c, jv-lang.c, f-valprint.c: Ditto.
419 * cp-valprint.c: Ditto.
420
421 2003-02-25 Jeff Johnston <jjohnstn@redhat.com>
422
423 * infptrace.c (detach): Do not flag error if ptrace detach fails
424 and errno is set to ESRCH.
425
426 2003-02-24 Andrew Cagney <cagney@redhat.com>
427
428 * infptrace.c (udot_info): Change type of udot_off to long. Use
429 paddr when printing udot_off's value.
430
431 2003-02-24 David Carlton <carlton@math.stanford.edu>
432
433 * symtab.c (make_symbol_overload_list): Only read in partial
434 symtabs containing a matching partial symbol.
435
436 2003-02-24 David Carlton <carlton@math.stanford.edu>
437
438 * symtab.c (lookup_partial_symbol): Use strcmp_iw_ordered to
439 do the comparison, not strcmp.
440 * symfile.c (compare_psymbols): Ditto.
441 * defs.h: Declare strcmp_iw_ordered.
442 * utils.c (strcmp_iw_ordered): New function.
443
444 2003-02-24 Jim Blandy <jimb@redhat.com>
445
446 * MAINTAINERS (GNU/Linux/x86, linespec, breakpoints, Scheme
447 support, shared libs): Remove my name from here, to better reflect
448 reality.
449
450 2003-02-24 Kris Warkentin <kewarken@qnx.com>
451
452 * target.h: (HAVE_CONTINUABLE_WATCHPOINT): Define.
453 (target_ops): Add to_have_continuable_watchpoint.
454 * target.c (update_current_target): Add INHERIT line for
455 to_have_continuable_watchpoint.
456 * infrun.c: Remove HAVE_CONTINUABLE_WATCHPOINT defines.
457 * config/i386/nm-i386.h, config/i386/nm-i386sco5.h,
458 config/i386/nm-i386sol2.h, config/s390/nm-linux.h,
459 config/sparc/nm-sun4sol2.h: HAVE_CONTINUABLE_WATCHPOINT defined as 1.
460
461 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
462
463 * MAINTAINERS (Core): Drop main.c and top.c. Clarify event loop
464 maintainership.
465
466 2003-02-24 Kris Warkentin <kewarken@qnx.com>
467
468 * solib.c (solib_open): Call target defined search function after
469 failing with solib-search-path.
470 * solist.h (target_so_ops): Add find_and_open_solib function hook and
471 create define TARGET_SO_FIND_AND_OPEN_SOLIB.
472
473 2003-02-24 Kris Warkentin <kewarken@qnx.com>
474
475 * MAINTAINERS: Add myself to Write After section.
476
477 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
478
479 * m68hc11-tdep.c (m68hc11_gdbarch_init): long double is 64-bit wide.
480
481 2003-02-22 Stephane Carrez <stcarrez@nerim.fr>
482
483 * m68hc11-tdep.c (m68hc11_init_reggroups): New function.
484 (m68hc11_add_reggroups): New function.
485 (m68hc11_register_reggroup_p): New to register hard/soft reggroups.
486 (m68hc11_gdbarch_init): Install the reggroups.
487 (_initialize_m68hc11_tdep): Initialize them.
488
489 2003-02-21 James E Wilson <wilson@tuliptree.org>
490
491 * MAINTAINERS: Update my email address.
492
493 2003-02-21 David Carlton <carlton@math.stanford.edu>
494
495 * arm-tdep.c (arm_gdbarch_init): Add break after default label.
496
497 2003-02-21 Daniel Jacobowitz <drow@mvista.com>
498
499 Based on a patch from Daniel Berlin (dberlin@dberlin.org).
500 * symtab.h: Add opaque declarations of struct axs_value and
501 struct agent_expr.
502 (enum address_class): Add LOC_COMPUTED and LOC_COMPUTED_ARG.
503 (struct location_funcs): New type.
504 (struct symbol): Add "loc" to aux_value.
505 (SYMBOL_LOCATION_BATON, SYMBOL_LOCATION_FUNCS): New macros.
506 * dwarf2read.c: Include "dwarf2expr.h".
507 (dwarf2_symbol_mark_computed): New function.
508 (read_func_scope): Use it.
509 (var_decode_location): New function.
510 (new_symbol): Use it.
511 * dwarf2expr.c, dwarf2expr.h, dwarf2loc.c, dwarf2loc.h: New files.
512
513 * Makefile.in (SFILES): Add dwarf2loc.c and dwarf2expr.c.
514 (dwarf2expr_h, dwarf2loc_h): New variables.
515 (COMMON_OBS): Add dwarf2expr.o and dwarf2loc.o.
516 (dwarf2expr.o, dwarf2loc.o): New rules.
517 (dwarf2read.o): Add $(dwarf2expr_h) and $(dwarf2loc_h).
518 * buildsym.c (finish_block): Handle LOC_COMPUTED and
519 LOC_COMPUTED_ARG.
520 * findvar.c (symbol_read_needs_frame, read_var_value): Likewise.
521 * m2-exp.y (yylex): Likewise.
522 * printcmd.c (address_info, print_frame_args): Likewise.
523 * stack.c (print_block_frame_locals, print_frame_arg_vars): Likewise.
524 * symmisc.c (print_symbol, print_partial_symbols): Likewise.
525 * ada-lang.c (ada_resolve_subexp, symtab_for_sym)
526 (ada_add_block_symbols, fill_in_ada_prototype): Likewise.
527 * symtab.c (lookup_block_symbol): Likewise.
528
529 2003-02-20 Adam Fedor <fedor@gnu.org>
530
531 * symtab.h: Remove objc_specific struct
532 (SYMBOL_OBJC_DEMANGLED_NAME): Remove.
533 * symtab.c (symbol_init_language_specific, symbol_demangled_name):
534 Have language_objc use cplus_specific struct.
535
536 2003-02-20 Tom Tromey <tromey@redhat.com>
537
538 * jv-valprint.c (java_value_print): Look at TYPE_TAG_NAME, not
539 TYPE_NAME, when printing a String value. PR java/1075.
540
541 2003-02-20 Adam Fedor <fedor@gnu.org>
542
543 * objc-lang.h (find_methods): Remove declaration.
544 * objc-lang.c (find_methods): Make static.
545
546 2003-02-20 Christopher Faylor <cgf@redhat.com>
547
548 * win32-nat.c (get_image_name): Check return value from
549 ReadProcessMemory.
550 (child_xfer_memory): Ditto.
551
552 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
553
554 * configure.in (TARGET_SYSTEM_ROOT): Set default to
555 ${exec_prefix}/${target_alias}/sys-root. Match explicit
556 '${exec_prefix}' (in addition to the expansion thereof) as
557 relocatable.
558 * configure: Rebuilt.
559
560 2003-02-20 David Carlton <carlton@math.stanford.edu>
561
562 * symtab.c (search_symbols): Revert the search_symbols part of my
563 2002-12-23 patch. Add comment.
564
565 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
566
567 * coffread.c (coff_symfile_read): Clean up minimal symbols earlier.
568 * dbxread.c (elfstab_build_psymtabs): Don't call
569 install_minimal_symbols.
570 (stabsect_build_psymtabs): Likewise.
571 * elfread.c (elf_symfile_read): Call install_minimal_symbols
572 earlier.
573 * somread.c (som_symfile_read): Call install_minimal_symbols
574 and do_cleanups earlier.
575 * nlmread.c (nlm_symfile_read): Likewise.
576 * mdebugread.c (elfmdebug_build_psymtabs): Call
577 install_minimal_symbols and make appropriate cleanups.
578
579 2003-02-20 Kevin Buettner <kevinb@redhat.com>
580
581 * solib.c (reload_shared_libraries): New function.
582 (_initialize_solib): Add callbacks for ``set solib-search-path''
583 and ``set solib-absolute-prefix''.
584
585 2003-02-20 David Carlton <carlton@math.stanford.edu>
586
587 * symtab.h (SYMBOL_PRINT_NAME): Rename from SYMBOL_SOURCE_NAME;
588 expand comment.
589 * ada-lang.c (user_select_syms, ada_finish_decode_line_1): Replace
590 SYMBOL_PRINT_NAME with SYMBOL_SOURCE_NAME.
591 * ada-typeprint.c (ada_typedef_print): Ditto.
592 * ax-gdb.c (gen_var_ref): Ditto.
593 * breakpoint.c (print_one_breakpoint): Ditto.
594 * buildsym.c (finish_block): Ditto.
595 * c-valprint.c (c_val_print): Ditto.
596 * expprint.c (print_subexp): Ditto.
597 * findvar.c (locate_var_value): Ditto.
598 * infcmd.c (jump_command): Ditto.
599 * linespec.c (decode_line_2, decode_compound): Ditto.
600 * maint.c (maintenance_translate_address): Ditto.
601 * objc-lang.c (compare_selectors, compare_classes): Ditto.
602 * printcmd.c (build_address_symbolic, sym_info, print_frame_args):
603 Ditto.
604 * p-valprint.c (pascal_val_print): Ditto.
605 * stabsread.c (define_symbol): Ditto.
606 * stack.c (print_frame, frame_info, print_block_frame_locals)
607 (print_frame_arg_vars, return_command): Ditto.
608 * symfile.c (compare_symbols, compare_psymbols): Ditto.
609 * symmisc.c (print_symbol): Ditto.
610 * symtab.c (lookup_partial_symbol, lookup_block_symbol)
611 (compare_search_syms, print_symbol_info, print_msymbol_info)
612 (rbreak_command): Ditto.
613 * tracepoint.c (tracepoints_info): Ditto.
614 * typeprint.c (typedef_print): Ditto.
615 * valops.c (value_of_variable, hand_function_call): Ditto.
616 * cli/cli-cmds.c (edit_command, list_command): Ditto.
617 * ada-typeprint.c: Update Copyright.
618 * infcmd.c, objc-lang.c, p-valprint.c, symmisc.c: Ditto.
619 * tracepoint.c, cli/cli-cmds.c: Ditto.
620
621 2003-02-20 Kevin Buettner <kevinb@redhat.com>
622
623 * frame.c (generic_unwind_get_saved_register): Make non-static.
624 * frame.h (generic_unwind_get_saved_register): Declare.
625 * mips-tdep.c (read_next_frame_reg): Fetch register from
626 current regcache when frame is NULL.
627 (mips_init_extra_frame_info): Pass NULL explicitly for parameter
628 that must be NULL.
629 (mips_get_saved_register): Call generic_unwind_get_saved_register()
630 instead of frame_register_unwind().
631
632 2003-02-20 Andrew Cagney <ac131313@redhat.com>
633
634 * remote-sim.c (gdbsim_insert_breakpoint)
635 (gdbsim_remove_breakpoint): Delete #ifdef SIM_HAS_BREAKPOINTS
636 code.
637
638 2003-02-20 Andrew Cagney <ac131313@redhat.com>
639
640 * remote.c (_initialize_remote): Add commands "set/show remote
641 hardware-watchpoint-limit" and "set/show remote
642 hardware-breakpoint-limit".
643 (remote_hw_watchpoint_limit): Initialize to -1.
644 (remote_hw_breakpoint_limit): Ditto.
645 (remote_check_watch_resources): Treat a limit of -1 as unlimited.
646
647 2003-02-19 Raoul Gough <RaoulGough@yahoo.co.uk>
648
649 * coff-pe-read.c: New file - support reading of minimal symbols from a
650 portable executable using the export table.
651 * coff-pe-read.h: New file.
652 * coffread.c: Include coff-pe-read.h.
653 (coff_symtab_read): Call read_pe_exported_syms iff no recognized
654 debugging symbols found.
655 * Makefile.in (SFILES): Add coff-pe-read.o.
656 (coff_pe_read_h): Define.
657 (COMMON_OBS): Add coff-pe-read.o.
658 (coffread.o): Add coff_pe_read_h dependency.
659 (coff-pe-read.o): New target.
660
661 2003-02-19 David Carlton <carlton@math.stanford.edu>
662
663 * Makefile.in (SFILES): Add block.c.
664 (block_h): New.
665 (COMMON_OBS): Add block.o.
666 (block.o): New.
667 (x86-64-tdep.o): Add $(block_h).
668 (values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
669 (stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
670 (objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
671 (m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
672 (f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
673 (c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
674 (alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
675 * value.h: Add opaque declaration for struct block.
676 * parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
677 * ada-lang.h: Ditto.
678 * x86-64-tdep.c: #include "block.h"
679 * values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
680 * symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
681 * objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
682 * mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
683 * jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
684 * findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
685 * buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
686 * alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
687 * blockframe.c (blockvector_for_pc_sect): Move to "block.c".
688 (blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
689 * symtab.c (block_function): Ditto.
690 (contained_in): Ditto.
691 * frame.h: Move block_for_pc and block_for_pc_sect declarations to
692 block.h. Add opaque declaration for struct block.
693 * symtab.h: Move block_function and contained_in declarations to
694 block.h. Add opaque declarations for struct block, struct
695 blockvector.
696 (struct block): Move to block.h.
697 (struct blockvector): Ditto.
698 (BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
699 (BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
700 (BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
701 (ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
702 (BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
703 Ditto.
704 * block.c: New file.
705 * block.h: New file.
706
707 2003-02-19 Theodore A. Roth <troth@openavr.org>
708
709 * avr-tdep.c (avr_extract_return_value): Remove function.
710 (avr_store_return_value): Remove function.
711 (avr_extract_struct_value_address): Remove function.
712 (avr_gdbarch_init): Remove set_gdbarch_deprecated_*() calls.
713
714 2003-02-19 Andrew Cagney <ac131313@redhat.com>
715
716 * rs6000-tdep.c: Include "gdb_assert.h".
717 (registers_e500): Add "acc" and "spefscr".
718 (PPC_GPRS_PSEUDO_REGS): Remove trailing comma.
719 (rs6000_gdbarch_init): Update initialization of ppc_gp0_regnum,
720 ppc_gplast_regnum, sp_regnum and fp_regnum. Check that gp0_regnum
721 really is "r0".
722 (registers_e500): Mark the "acc" as a 64 bit (from Jim Willson).
723
724 2003-02-18 Keith Seitz <keiths@redhat.com>
725
726 * Makefile.in: Add gdbtk-interps.c.
727
728 2003-02-18 Kevin Buettner <kevinb@redhat.com>
729
730 * sparc-tdep.c (sparc_frame_chain): Adjust return value.
731 * config/sparc/tm-sparc.h (init_frame_pc_noop): Declare.
732
733 2003-02-18 Andrew Cagney <cagney@redhat.com>
734
735 * symtab.h (struct objfile): Add opaque declaration.
736
737 2003-02-18 Elena Zannoni <ezannoni@redhat.com>
738
739 From Jim Ingham <jingham@apple.com>:
740 * dbxread.c (process_one_symbol): Use last_function_start rather
741 than function_start_offset to find the real beginning of the
742 current function. The latter is just the text section offset on
743 some systems, the former is always the real function start.
744
745 2003-02-17 Andrew Cagney <cagney@redhat.com>
746
747 * configure.in: Revert ${target} != ${host}.
748
749 2003-02-17 Andrew Cagney <ac131313@redhat.com>
750
751 * configure.in (Makefile): Use the test ${target} != ${host},
752 instead of the absence of the "nm.h" file, to determine of the
753 configuration non-native.
754 * configure: Regenerate.
755
756 2003-02-14 Elena Zannoni <ezannoni@redhat.com>
757
758 From Brian Ford <ford@vss.fsi.com>
759
760 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
761 conditionalize tui_active test.
762 (lookup_cmd_1): Ditto.
763
764 2003-02-14 Mark Kettenis <kettenis@gnu.org>
765
766 * configure.in: Add check for _etext.
767 * maint.c (maintenance_set_profile_cmd): Use etext if _etext isn't
768 available.
769 * config.in, configure: regenerated.
770
771 2003-02-14 Daniel Jacobowitz <drow@mvista.com>
772
773 * dwarf2read.c (dwarf2_get_pc_bounds): Offset addresses by base.
774
775 2003-02-14 Andrew Cagney <ac131313@redhat.com>
776
777 * main.c (tui_version): Delete variable.
778 (captured_main): When --tui, set interpreter_p to "tui" instead of
779 enabling tui_version.
780 * printcmd.c (display_command) [TUI]: Test tui_active instead of
781 tui_version.
782 * cli/cli-decode.c (lookup_cmd_composition): Ditto.
783 * cli/cli-cmds.c (disassemble_command): Ditto.
784 * defs.h (tui_version): Delete declaration.
785 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c".
786 (tui-interp.o): Add rules.
787 (SUBDIR_TUI_OBS): Add "tui-interp.o".
788
789 2003-02-14 Christopher Faylor <cgf@redhat.com>
790
791 * win32-nat.c (register_loaded_dll): Correctly set address range for
792 just-loaded dll.
793
794 2003-02-12 Jason Molenda (jmolenda@apple.com)
795
796 * symmisc.c (print_objfile_statistics): Include information about
797 the number of psymtabs and symtabs in each object file.
798
799 2003-02-13 Keith R Seitz <keiths@redhat.com>
800
801 * main.h (struct captured_main_args): Add interpreter_p.
802 * main.c (captured_main): Initialize interpreter_p from context.
803 * gdb.c (main): Set interpreter_p argument.
804 * Makefile.in (gdb.o): Add dependency for interps.h.
805
806 2003-02-12 Andrew Cagney <ac131313@redhat.com>
807
808 * event-top.c (cli_command_loop): Delete declaration.
809 (_initialize_event_loop): Delete function setting event_loop_hook.
810 * event-top.h (cli_command_loop): Declare. Update copyright.
811 (EVENT_TOP_H): Define. Wrap header in #ifdef EVENT_TOP_H.
812 * interps.c (current_interp_command_loop): When event_loop_p, call
813 cli_command_loop.
814
815 2003-02-12 Andrew Cagney <ac131313@redhat.com>
816
817 * interps.h (interp_command_loop_ftype): Change return type to
818 void.
819
820 2003-02-12 Michal Ludvig <mludvig@suse.cz>
821
822 * x86-64-tdep.c (x86_64_extract_return_value)
823 (x86_64_store_return_value): Use regcache instead of regbuf.
824 (x86_64_gdbarch_init): Change related set_gdbarch_* functions.
825 * x86-64-linux-nat.c (fill_gregset): Use regcache.
826
827 2003-02-11 Andrew Cagney <ac131313@redhat.com>
828
829 * acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS.
830 * aclocal.m4: Regenerate.
831 * configure: Regenerate.
832
833 * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of
834 TCL_LD_SEARCH_FLAGS.
835
836 2003-02-10 Michal Ludvig <mludvig@suse.cz>
837
838 * dwarf2cfi.c: Reindented.
839
840 2003-02-09 Andrew Cagney <ac131313@redhat.com>
841
842 * interps.c (clear_interpreter_hooks): Convert function definition
843 to ISO C.
844
845 2003-02-07 David Carlton <carlton@math.stanford.edu>
846
847 * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
848
849 2003-02-07 Kevin Buettner <kevinb@redhat.com>
850
851 * gdbtypes.h (struct main_type): Move ``length'' field from here...
852 (struct type): ...to here.
853 (TYPE_LENGTH): Adjust to reflect different location of ``length''
854 field.
855 * gdbtypes.c (make_qualified_type): Set length on newly created type.
856 (replace_type): Set length on all type variants for a given type.
857
858 2003-02-07 Andrew Cagney <ac131313@redhat.com>
859
860 * sol-thread.c, hpux-thread.c: Include "gdb_stat.h" instead of
861 <sys/stat.h>.
862 * Makefile.in (sol-thread.o, hpux-thread.o): Update dependencies.
863
864 2003-02-06 Andrew Cagney <ac131313@redhat.com>
865
866 * Makefile.in (symm-nat.o): Update dependencies.
867 (sparc-nat.o, procfs.o, proc-api.o, ppc-linux-nat.o): Ditto.
868 (lynx-nat.o, ia64-linux-nat.): Ditto.
869 * symm-nat.c, sparc-nat.c, procfs.c, proc-api.c: Include
870 "gdb_wait.h" instead of <wait.h> or <sys/wait.h>.
871 * ppc-linux-nat.c, lynx-nat.c, ia64-linux-nat.c: Ditto.
872
873 * Makefile.in (inflow_h): Define.
874 (procfs.o, inflow.o, procfs.o): Update dependencies.
875 * inftarg.c (child_stop): Delete extern declaration of
876 inferior_process_group. Include "inflow.h".
877 * procfs.c (procfs_stop): Ditto. Include "inflow.h".
878 * inflow.c (PROCESS_GROUP_TYPE): Move definitions from here ...
879 * inflow.h (PROCESS_GROUP_TYPE): ... to here. New file.
880 (our_process_group, inferior_process_group): Extern declarations.
881
882 * procfs.c: Include "gdb_assert.h".
883
884 * linux-proc.c: Include "gdb_stat.h" instead of <sys/stat.h>.
885 * cp-valprint.c (cp_print_value_fields): Eliminate STREQN.
886 * jv-typeprint.c (java_type_print_base): Ditto.
887 * typeprint.c (typedef_print): Eliminate STREQ.
888 * cli/cli-script.c (define_command, define_command): Ditto.
889 * main.c (captured_main): Ditto.
890 * values.c (lookup_internalvar): Ditto.
891 * utils.c (safe_strerror, parse_escape): Eliminate assignment
892 within `if' conditional.
893 * linespec.c (decode_line_2): Ditto.
894 * cli/cli-dump.c (bfd_openr_with_cleanup): Ditto.
895 (bfd_openw_with_cleanup): Ditto.
896
897 2003-02-07 Mark Kettenis <kettenis@gnu.org>
898
899 * x86-64-tdep.c (x86_64_init_abi): Set extract_return_value to
900 legacy_extract_return_value and store_return_value to
901 legacy_return_value.
902
903 2003-02-06 Raoul Gough <RaoulGough@yahoo.co.uk>
904
905 * win32-nat.c (get_relocated_section_addrs): New function. Find
906 section load addresses for symbol handling in relocated DLLs.
907 (solib_symbols_add): Open a bfd and call get_relocated_section_addrs.
908
909 2003-02-05 Fred Fish <fnf@intrinsity.com>
910
911 * remote-e7000.c (e7000_drain_command): Fix precedence problem with
912 '=' and '!='.
913 * rdi-share/ardi.c (wait_for_debug_message): Fix precedence problem
914 with '&' and '=='.
915 (angel_RDI_info): Ditto.
916 * infttrace.c (threads_continue_all_but_one): Fix precedence problem
917 with '&' and '!='.
918 (threads_continue_all_with_signals): Ditto.
919
920 2003-02-05 Jim Ingham <jingham@apple.com>
921 Keith Seitz <keiths@redhat.com>
922 Elena Zannoni <ezannoni@redhat.com>
923 Andrew Cagney <ac131313@redhat.com>
924
925 * Makefile.in (SUBDIR_CLI_OBS): Add "cli-interp.o".
926 (SUBDIR_CLI_SRCS): Add "cli/cli-interp.c".
927 (SUBDIR_MI_OBS): Add "mi-interp.o".
928 (SUBDIR_MI_SRCS): Add "mi/mi-interp.c".
929 (SFILES): Add "interps.c".
930 (COMMON_OBS): Add "interps.o".
931 (interps_h, mi_main_h): Define.
932 (interps.o, cli-interp.o, mi-interp.o): Add dependencies.
933 (mi-main.o, main.o, event-top.o): Update dependencies.
934 * cli/cli-interp.c: New file.
935 * interps.h, interps.c: New files.
936 * top.c: (gdb_init): Don't install the default interpreter, handed
937 by captured_main.
938 * main.c: Include "interps.h".
939 (interpreter_p): Note that it should malloc'ed.
940 (captured_command_loop): Call current_interp_command_loop.
941 (captured_main): Initialize interpreter_p to INTERP_CONSOLE. Use
942 xfree and xstrdup when updating interpreter_p. Install the
943 default interpreter. Add hack to stop mi1's copyright notice
944 being encoded.
945 * event-top.h (gdb_setup_readline): Declare.
946 (gdb_disable_readline): Declare.
947 * event-top.c: Include "interps.h".
948 (display_gdb_prompt): Call current_interp_display_prompt_p.
949 (gdb_setup_readline): Initialize gdb_stdout, gdb_stderr,
950 gdb_stdlog, and gdb_stdtarg.
951 (_initialize_event_loop): Don't call gdb_setup_readline.
952 * cli-out.c (cli_out_set_stream): New function.
953 * cli-out.h (cli_out_set_stream): Declare.
954
955 2003-02-06 Mark Kettenis <kettenis@gnu.org>
956
957 * configure.tgt (i[3456]86-*-sysv4.2*, i[3456]86-*-sysv4*,
958 i[3456]86-*-sysv5*, i[3456]86-*-sco3.2v5*): Remove. These are all
959 handled fine by i[3456]86-*sco* and i[3456]86-sysv*.
960 * config/i386/i386sco5.mt, config/i386/i386v4.mt,
961 config/i386/i386v42mp.mt: Removed.
962
963 2003-02-05 Mark Kettenis <kettenis@gnu.org>
964
965 * configure.tgt (*-*-solaris*): Set gdb_osabi to
966 GDB_OSABI_SOLARIS.
967
968 2003-02-05 Michael Chastain <mec@shout.net>
969
970 * PROBLEMS (i[3456]86-*-linux*): Warn about binutils
971 2.12.1 and earlier versions.
972
973 2003-02-05 Andrew Cagney <ac131313@redhat.com>
974
975 Remove orphaned hosts, targets and files.
976 * config/i386/gdbserve.mt, config/m68k/nm-apollo68b.h: Delete.
977 * config/m68k/nm-hp300bsd.h, config/m68k/tm-apollo68b.h: Delete.
978 * config/m68k/tm-es1800.h, config/m68k/tm-hp300bsd.h: Delete.
979 * config/m68k/tm-mac.h, config/m68k/xm-apollo68b.h: Delete.
980 * config/pa/hpux1020.mt, config/pa/hpux11.mt: Delete.
981 * config/pa/hpux11w.mt, config/powerpc/gdbserve.mt: Delete.
982 * config/powerpc/ppcle-eabi.mt, config/powerpc/ppcle-sim.mt: Delete.
983 * config/powerpc/tm-ppc-sim.h, config/sparc/sp64sim.mt: Delete.
984 * config/sparc/tm-sp64sim.h: Delete.
985 * configure.host: Delete strongarm-*-*, xscale-*-*, and arm*-*-*
986 hosts.
987 * configure.tgt: Delete i[3456]86-*-sco3.2v4*, and
988 mips*-dec-mach3* targets.
989
990 2003-02-04 Michael Chastain <mec@shout.net>
991
992 * NEWS: Fix typo: sepcifying -> specifying.
993
994 2003-02-04 Michael Chastain <mec@shout.net>
995
996 * dwarfread.c: Add documentation on the state of dwarf-1,
997 looking towards obsoletion.
998
999 2003-02-03 Michael Chastain <mec@shout.net>
1000
1001 * config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1023.cc,
1002 gdb/testsuite/gdb.c++/pr-1023.exp.
1003
1004 2003-02-04 Andrew Cagney <ac131313@redhat.com>
1005
1006 * values.c: Delete code conditional on IS_TRAPPED_INTERNALVAR.
1007 * TODO: Delete reference to IS_TRAPPED_INTERNALVAR.
1008
1009 * utils.c (init_page_info): Delete reference to MPW in comments.
1010 * main.c (captured_main): Delete #ifdef MPW.
1011
1012 2003-02-04 Andrew Cagney <ac131313@redhat.com>
1013
1014 * NEWS: Note that the m32r-*-elf* is obsolete.
1015 * monitor.c (monitor_expect): Obsolete reference to m32r.
1016 * configure.tgt: Mark m32r-*-elf* as obsolete.
1017 * MAINTAINERS: Mark m32k as obsolete.
1018 * m32r-rom.c: Obsolete file.
1019 * config/m32r/m32r.mt: Obsolete file.
1020 * config/m32r/tm-m32r.h: Obsolete file.
1021 * m32r-stub.c: Obsolete file.
1022 * m32r-tdep.c: Obsolete file.
1023
1024 2003-02-04 Andrew Cagney <ac131313@redhat.com>
1025
1026 * NEWS: Mention that the z8k-zilog-none is obsolete.
1027 * MAINTAINERS: Mark z8k as obsolete.
1028 * configure.tgt: Obsolete the z8k-*-coff* target.
1029 * config/z8k/z8k.mt: Obsolete file.
1030 * config/z8k/tm-z8k.h: Obsolete file.
1031 * z8k-tdep.c: Obsolete file.
1032
1033 2003-02-04 Andrew Cagney <ac131313@redhat.com>
1034
1035 * NEWS: Mention that the mn10200-elf is obsolete.
1036 * configure.tgt: Obsolete mn10200-*-* target.
1037 * breakpoint.c (update_breakpoints_after_exec): Update comment to
1038 mention that the mn10200 is obsolete.
1039 * breakpoint.h: Ditto.
1040 * MAINTAINERS: Mark the mn10200-elf as obsolete.
1041 * config/mn10200/mn10200.mt: Obsolete file.
1042 * config/mn10200/tm-mn10200.h: Obsolete file.
1043 * mn10200-tdep.c: Obsolete file.
1044
1045 2003-02-04 Andrew Cagney <ac131313@redhat.com>
1046
1047 * MAINTAINERS: Mark h8500 as obsolete.
1048 * configure.tgt (h8500-*-*): Mark h8500 code as obsolete.
1049 * findvar.c (value_from_register): Ditto.
1050 * h8500-tdep.c: Mark file as obsolete.
1051 * config/h8500/h8500.mt: Ditto.
1052 * config/h8500/tm-h8500.h: Ditto.
1053 * NEWS: Mention that h8500 is obsolete.
1054
1055 2003-02-04 David Carlton <carlton@math.stanford.edu>
1056
1057 * objfiles.c (allocate_objfile): Always set name. Add comment at
1058 start of function.
1059 * jv-lang.c (get_dynamics_objfile): Add comment.
1060
1061 2003-02-04 David Carlton <carlton@math.stanford.edu>
1062
1063 * symtab.h (SYMBOL_LINKAGE_NAME): Delete.
1064 * printcmd.c (build_address_symbolic): Replace uses of
1065 SYMBOL_LINKAGE_NAME by equivalent uses of SYMBOL_SOURCE_NAME,
1066 SYMBOL_NAME, and asm_demangle.
1067 Update copyright.
1068
1069 2003-02-04 David Carlton <carlton@math.stanford.edu>
1070
1071 * linespec.c (decode_compound): Extract code into
1072 lookup_prefix_sym.
1073 (lookup_prefix_sym): New function.
1074
1075 2003-02-04 David Carlton <carlton@math.stanford.edu>
1076
1077 * gdbtypes.h: Delete INTEGER_COERCION_BADNESS,
1078 FLOAT_COERCION_BADNESS.
1079 * gdbtypes.c (rank_one_type): Replace all uses of
1080 INTEGER_COERCION_BADNESS by INTEGER_CONVERSION_BADNESS.
1081
1082 2003-02-04 Jim Blandy <jimb@redhat.com>
1083
1084 * dwarf2read.c (dwarf2_locate_sections): When we find a macro info
1085 section, let dwarf_macinfo_section point to it, not
1086 dwarf_loc_section.
1087
1088 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
1089
1090 Pointed out by Anton Blanchard <anton@samba.org>.
1091 * ppc-linux-tdep.c (insn_is_sigreturn): New function.
1092 (ppc_linux_at_sigtramp_return_path): Use it.
1093
1094 2003-02-04 Daniel Jacobowitz <drow@mvista.com>
1095
1096 * defs.h (streq): Add prototype.
1097 * utils.c (streq): New function.
1098
1099 * dwarf2read.c (new_symbol): Use SYMBOL_SET_NAMES instead of
1100 SYMBOL_NAME and SYMBOL_INIT_DEMANGLED_NAME.
1101 * mdebugread.c (new_symbol): Likewise.
1102 * stabsread.c (define_symbol): Likewise.
1103 * coffread.c (process_coff_symbol): Likewise.
1104 * dwarfread.c (new_symbol): Likewise.
1105
1106 * minsyms.c (prim_record_minimal_symbol_and_info): Use
1107 SYMBOL_SET_NAMES instead of setting SYMBOL_NAME. Set the language
1108 here.
1109 (install_minimal_symbols): Don't set SYMBOL_LANGUAGE or call
1110 SYMBOL_INIT_DEMANGLED_NAME.
1111 * objfiles.c: Include "hashtab.h".
1112 (allocate_objfile): Call htab_set_functions_ex for the
1113 demangled_names_hash.
1114 (free_objfile): Call htab_delete for the demangled_names_hash.
1115 * objfiles.h (struct htab): Add declaration.
1116 (struct objfile): Add demangled_names_hash.
1117 * symfile.c: Include "hashtab.h".
1118 (reread_symbols): Call htab_delete for the demangled_names_hash.
1119 (add_psymbol_to_list): Use SYMBOL_SET_NAMES instead of putting
1120 SYMBOL_NAME in the bcache.
1121 * symtab.c: Include "hashtab.h". Update comments.
1122 (create_demangled_names_hash, symbol_set_names): New functions.
1123 (symbol_find_demangled_name): New function, broken out from
1124 symbol_init_demangled_names.
1125 (symbol_init_demangled_names): Use it.
1126 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Add missing parentheses.
1127 (SYMBOL_SET_NAMES): New macro.
1128 (symbol_set_names): Add prototype.
1129
1130 2003-02-03 Jim Blandy <jimb@redhat.com>
1131
1132 Use a single, consistent representation for an empty minimal
1133 symbol table in an objfile.
1134 * objfiles.c (terminate_minimal_symbol_table): New function.
1135 (allocate_objfile): Call it.
1136 * objfiles.h (terminate_minimal_symbol_table): New declaration.
1137 (ALL_MSYMBOLS): No need to test whether (objfile)->msymbols is
1138 non-NULL.
1139 * minsyms.c (lookup_minimal_symbol_by_pc_section): To see whether
1140 objfile has minimal symbols, compare minimal_symbol_count to zero,
1141 instead of comparing msymbols with NULL.
1142 * objfiles.c (have_minimal_symbols): Same.
1143 * solib-sunos.c (solib_add_common_symbols): Call
1144 terminate_minimal_symbol_table.
1145 * symfile.c (reread_symbols): Same.
1146
1147 2003-02-03 Kevin Buettner <kevinb@redhat.com>
1148
1149 * s390-tdep.c (s390_address_class_type_flags)
1150 (s390_address_class_type_flags_to_name)
1151 (s390_address_class_name_to_type_flags): New functions.
1152 (s390_gdbarch_init): Define ADDRESS_CLASS_TYPE_FLAGS_TO_NAME,
1153 ADDRESS_CLASS_NAME_TO_TYPE_FLAGS, and ADDRESS_CLASS_TYPE_FLAGS.
1154
1155 2003-02-03 Michael Snyder <msnyder@redhat.com>
1156
1157 * arm-tdep.c: Fix spell-o in comment.
1158
1159 2003-02-03 Michal Ludvig <mludvig@suse.cz>
1160
1161 * dwarf2cfi.c (pointer_encoding): Added new parameter.
1162 * dwarf2cfi.c, dwarf2read.c: Changed all warnings and
1163 error messages to contain BFD filename.
1164
1165 2003-02-02 Elena Zannoni <ezannoni@redhat.com>
1166
1167 Fix PR gdb/742 gdb/743 gdb/877
1168 * disasm.c (dump_insns): Use make_cleanup_ui_out_tuple_begin_end.
1169 (do_mixed_source_and_assembly): Use
1170 make_cleanup_ui_out_tuple_begin_end and
1171 make_cleanup_ui_out_tuple_begin_end.
1172 (do_mixed_source_and_assembly): Ditto.
1173 * thread.c (do_captured_list_thread_ids): Ditto.
1174 * ui-out.h (ui_out_table_begin, ui_out_list_begin,
1175 ui_out_tuple_begin, ui_out_table_end, ui_out_list_end,
1176 ui_out_tuple_end): Delete prototypes.
1177 * ui-out.c (ui_out_list_begin, ui_out_tuple_begin,
1178 ui_out_list_end, ui_out_tuple_end): Delete.
1179
1180 From Kevin Buettner <kevinb@redhat.com>:
1181 * ui-out.h (make_cleanup_ui_out_table_begin_end): New function.
1182 * ui-out.c (make_cleanup_ui_out_table_begin_end)
1183 (do_cleanup_table_end): New functions.
1184 * breakpoint.c (print_it_typical, print_one_breakpoint, mention):
1185 Use cleanups to invoke_ui_out_tuple_end().
1186 (breakpoint_1): Use cleanup to invoke ui_out_table_end().
1187 * cli/cli-setshow.c (cmd_show_list): Use
1188 make_cleanup_ui_out_tuple_begin_end.
1189
1190 2003-02-02 Andrew Cagney <ac131313@redhat.com>
1191
1192 * frame.c (frame_unwind_register): New function.
1193 (frame_unwind_unsigned_register): Use.
1194 (frame_unwind_signed_register): Use.
1195 (frame_read_register): New function.
1196 * frame.h (frame_unwind_register): Declare.
1197 (frame_read_register): Declare.
1198
1199 * d10v-tdep.c (d10v_frame_pop): Rewrite. Use regcache_cooked_write
1200 and frame_unwind_register instead of read_memory, write_register
1201 and deprecated_write_register_bytes.
1202
1203 2003-02-02 Andrew Cagney <ac131313@redhat.com>
1204
1205 * frame.h: Note that namelen can be negative.
1206 * frame.c (frame_map_name_to_regnum): When LEN is negative, use
1207 NAME's length.
1208
1209 * NEWS: Mention that the d10v's `regs' command is deprecated.
1210 * d10v-tdep.c (d10v_gdbarch_init): Set print_registers_info.
1211 (d10v_print_registers_info): New function.
1212 (show_regs): Call d10v_print_registers_info.
1213 (_initialize_d10v_tdep): Mark "show regs" command as deprecated.
1214
1215 2003-02-02 Mark Kettenis <kettenis@gnu.org>
1216
1217 * stack.c (print_frame_info): Restore call to annotate_frame_begin
1218 lost in the previous patch.
1219
1220 2003-02-01 Andrew Cagney <ac131313@redhat.com>
1221
1222 From 2002-11-09 Jason Molenda (jason-cl@molenda.com)
1223 * stack.c (print_frame_info_base): Output complete FRAME tuple
1224 for synthesized frames.
1225
1226 2003-02-02 Andrew Cagney <ac131313@redhat.com>
1227
1228 * mips-nat.c (zerobuf): Delete.
1229 (fetch_inferior_registers): Alloc local zerobuf.
1230 (fetch_core_registers): Alloc local zerobuf.
1231 * d10v-tdep.c (show_regs): Don't allocate a dynamic array using
1232 MAX_REGISTER_RAW_SIZE or MAX_REGISTER_VIRTUAL_SIZE.
1233 * thread-db.c (thread_db_store_registers): Ditto.
1234 * sh-tdep.c (sh_do_register): Ditto.
1235 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
1236 * remote-sim.c (gdbsim_store_register): Ditto.
1237 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
1238 * remote-e7000.c (fetch_regs_from_dump): Ditto.
1239 * monitor.c (monitor_supply_register): Ditto.
1240 * mipsv4-nat.c (supply_gregset, supply_fpregset): Ditto.
1241 * mips-nat.c (fetch_inferior_registers): Ditto.
1242 * m68klinux-nat.c (fetch_register): Ditto.
1243 * lynx-nat.c (fetch_inferior_registers): Ditto.
1244 (fetch_inferior_registers): Ditto.
1245 * irix4-nat.c (supply_gregset, supply_fpregset): Ditto.
1246 * hpux-thread.c (hpux_thread_fetch_registers): Ditto.
1247 (hpux_thread_store_registers): Ditto.
1248 * hppah-nat.c (fetch_register): Ditto.
1249 * hppab-nat.c (fetch_register): Ditto.
1250 * hppa-tdep.c (pa_register_look_aside): Ditto.
1251 (pa_print_fp_reg, pa_strcat_fp_reg): Ditto.
1252 * dve3900-rom.c (fetch_bitmapped_register): Ditto.
1253
1254 2003-02-01 Andrew Cagney <ac131313@redhat.com>
1255
1256 * gdbarch.sh: Explictly specify all method levels. When a
1257 variable with an empty level, provide a non-multi-arch default.
1258 (BELIEVE_PCC_PROMOTION_TYPE): Set level to empty.
1259 * gdbarch.h: Re-generate.
1260 * stabsread.c (BELIEVE_PCC_PROMOTION_TYPE): Delete. Always defined.
1261 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define as 1
1262
1263 2003-02-01 Andrew Cagney <ac131313@redhat.com>
1264
1265 * defs.h (host_pointer_to_address): Delete declaration.
1266 (address_to_host_pointer): Delete declaration.
1267 * utils.c (host_pointer_to_address): Delete function.
1268 (address_to_host_pointer): Delete function.
1269 * procfs.c (procfs_address_to_host_pointer): New function.
1270 * procfs.c (proc_set_watchpoint): Use.
1271 (procfs_can_use_hw_breakpoint): Update comments.
1272 * somsolib.c (hpux_address_to_host_pointer_hack): New function.
1273 (som_solib_add): Use.
1274 * hppa-tdep.c (hppa_pointer_to_address_hack): New function.
1275 * hppa-tdep.c (unwind_command): Use.
1276
1277 2003-02-01 Andrew Cagney <ac131313@redhat.com>
1278
1279 * gdb_dirent.h: Mark up valid uses of <dirent.h>, d_namelen and
1280 strlen d_name.
1281
1282 * main.c (captured_main): Delete #ifdef ADDITIONAL_OPTIONS,
1283 ADDITIONAL_OPTION_CASES, and ADDITIONAL_OPTION_HANDLER code.
1284 (print_gdb_help): Delete #ifdef ADDITIONAL_OPTION_HELP code.
1285 * stabsread.c (DBX_PARM_SYMBOL_CLASS): Delete macro.
1286 (define_symbol): Update.
1287 * symfile.c (generic_load): Remove references to nindy.
1288 * symtab.c: Remove references to nindy.
1289
1290 2003-02-01 Andrew Cagney <ac131313@redhat.com>
1291
1292 * infcmd.c (print_float_info): Delete code conditional on
1293 FLOAT_INFO.
1294 * config/nm-lynx.h: Delete #undef FLOAT_INFO. Update copyright.
1295 * config/m68k/nm-apollo68b.h: Ditto.
1296 * config/i386/tm-ptx.h (FLOAT_INFO): Delete. Update copyright.
1297 * config/ns32k/nm-nbsd.h (FLOAT_INFO): Ditto.
1298 * config/i386/tm-symmetry.h (FLOAT_INFO): Ditto.
1299
1300 2003-02-01 Mark Kettenis <kettenis@gnu.org>
1301
1302 * config/i386/tm-i386os9k.h: Removed.
1303
1304 * configure.host (i[3456]86-*-isc*): Set gdb_host to i386v.
1305 Remove i[3456]86-*-sysv3.2* and i[3456]86-*-sysv32* entries since
1306 they're identical to i[3456]86-*-sysv* now.
1307 * config/i386/i386v32.mh: Removed.
1308 * config/i386/xm-i386v32.h: Removed.
1309 * config/i386/xm-i386sco.h (U_FPSTATE): Remove macro.
1310
1311 * config/i386/i386mk.mt, config/i386/i386mk.mh: Removed.
1312
1313 * config/i386/i386dgux.mh: Removed.
1314 * configure.host (i[3456]86-*-dgux): Set gdb_host to i386v4.
1315
1316 * configure.in: Fix typo.
1317 * configure: Regenerated.
1318
1319 2003-01-31 David Carlton <carlton@math.stanford.edu>
1320
1321 * dwarf2read.c (dwarf2_locate_sections): Set
1322 dwarf_ranges_section.
1323
1324 2003-01-31 Andrew Cagney <ac131313@redhat.com>
1325
1326 * objc-exp.y, c-exp.y, f-exp.y: Remove PTR casts.
1327 * utils.c: Update comments documenting legitimate uses of PTR.
1328
1329 * utils.c: Re-indent.
1330
1331 * config/djgpp/fnchange.lst: Delete nindy files.
1332 * nindy-share/ttyflush.c, nindy-share/stop.h: Delete files.
1333 * nindy-share/nindy.c, nindy-share/env.h: Delete files.
1334 * nindy-share/coff.h, nindy-share/block_io.h: Delete files.
1335 * nindy-share/b.out.h, nindy-share/VERSION: Delete files.
1336 * nindy-share/README, nindy-share/Onindy.c: Delete files.
1337 * nindy-tdep.c, nindy-share/Makefile: Delete files.
1338 * Makefile.in (init.c): Remove nindy references.
1339 (saber_gdb): Delete rule.
1340 (ALLDEPFILES): Delete hp300ux-nat.c, nindy-tdep.c,
1341 nindy-share/Onindy.c, nindy-share/nindy.c, nindy-share/ttyflush.c,
1342 and a68v-nat.c.
1343 (hp300ux-nat.o, a68v-nat.o, ptx4-nat.o): Delete rules.
1344 (Onindy.o, nindy.o, ttyflush.o, nindy-tdep.o): Delete rules.
1345 (HFILES_NO_SRCDIR): Delete nindy-share/b.out.h,
1346 nindy-share/block_io.h, nindy-share/coff.h, nindy-share/env.h, and
1347 nindy-share/stop.h.
1348 * hp300ux-nat.c, a68v-nat.c, ptx4-nat.c: Delete files.
1349 * saber.suppress: Delete file.
1350
1351 2003-01-31 Daniel Jacobowitz <drow@mvista.com>
1352
1353 * dbxread.c (stabs_data): New static variable.
1354 (fill_symbuf): Support an in-memory buffer for stabs data.
1355 (stabs_seek): New function.
1356 (dbx_psymtab_to_symtab): Relocate the stabs data if necessary.
1357 (read_ofile_symtab): Use stabs_seek.
1358 (elfstab_build_psymtabs): Take an asection* instead of
1359 an offset and size. Relocate the stabs data if necessary.
1360 Save the section* for dbx_psymtab_to_symtab.
1361 * dwarf2read.c: Add section variables for each debug section.
1362 (dwarf2_locate_sections): Fill them in.
1363 (dwarf2_read_section): Take an asection* argument.
1364 Relocate the section contents if necessary.
1365 (dwarf2_build_psymtabs, dwarf2_build_psymtabs_easy): Update callers.
1366 * dwarf2cfi.c (parse_frame_info): Take a section argument and pass
1367 it to dwarf2_read_section.
1368 (dwarf2_build_frame_info): Update callers.
1369 * elfread.c (elf_symfile_read): Update call to
1370 elfstab_build_psymtabs.
1371 * gdb-stabs.h (struct dbx_symfile_info): Add stab_section.
1372 (DBX_STAB_SECTION): New macro.
1373 * stabsread.h (elfstab_build_psymtabs): Update prototype.
1374 * symfile.c (symfile_dummy_outputs): New function.
1375 (symfile_relocate_debug_section): New function.
1376 * symfile.h (symfile_relocate_debug_section): Add prototype.
1377
1378 2003-01-31 Richard Henderson <rth@redhat.com>
1379
1380 * alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
1381 (register_addr): ... here. Support ALPHA_UNIQUE_REGNUM.
1382 (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM.
1383 * alpha-tdep.c (alpha_register_name): Add "unique".
1384 * alpha-tdep.h (ALPHA_NUM_REGS): Increment.
1385 (ALPHA_UNIQUE_REGNUM): New.
1386 * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
1387
1388 2003-01-31 Andrew Cagney <ac131313@redhat.com>
1389
1390 * README: Remove reference to Ericsson 1800 monitor.
1391 * Makefile.in (remote-es.o): Delete rule.
1392 (ALLDEPFILES): Delete remote-es.c.
1393 * remote-es.c: Delete file.
1394 * config/m68k/es1800.mt: Delete file.
1395 * config/djgpp/fnchange.lst: Update.
1396 * configure.tgt: Delete m68*-ericsson-* target.
1397
1398 2003-01-31 Adam Fedor <fedor@gnu.org>
1399
1400 * infrun.c (handle_inferior_event): Rename 'tmp' to real_stop_pc.
1401 Remove duplicate/shadowing variable of same name.
1402
1403 2003-01-30 Jim Blandy <jimb@redhat.com>
1404
1405 * symfile.c (find_separate_debug_file): Assert that the objfile's
1406 directory name we compute ends with a slash, and then assume that
1407 that's so everywhere we use it.
1408
1409 2003-01-30 Daniel Jacobowitz <drow@mvista.com>
1410
1411 * valops.c (value_assign): Flush frame cache after stores to memory
1412 also.
1413
1414 2003-01-30 Andrew Cagney <ac131313@redhat.com>
1415
1416 * Makefile.in (mon960-rom.o): Delete rule.
1417 * mon960-rom.c: Delete file.
1418
1419 2003-01-30 Andrew Cagney <ac131313@redhat.com>
1420
1421 * d10v-tdep.c: Include "frame-unwind.h".
1422 (d10v_gdbarch_init): Append d10v_frame_p to the unwind predicate
1423 list.
1424 (next_addr, uses_frame): Delete.
1425 (struct d10v_unwind_cache): Define.
1426 (prologue_find_regs): Add struct d10v_unwind_cache info parameter.
1427 Use info instead of next_addr and uses_frame globals.
1428 (d10v_frame_init_saved_regs): Delete function.
1429 (d10v_init_extra_frame_info): Delete function.
1430 (d10v_gdbarch_init): Do not initialize init_extra_frame_info,
1431 frame_init_saved_regs or pop_frame, frame_chain, frame_chain_valid,
1432 init_frame_pc or frame_saved_pc.
1433 (d10v_pop_frame): Delete function.
1434 (do_d10v_pop_frame): Delete function.
1435 (d10v_frame_chain): Delete function.
1436 (d10v_frame_chain_valid): Delete function.
1437 (d10v_frame_pc_unwind): New function.
1438 (d10v_frame_id_unwind): New function.
1439 (saved_regs_unwinder): New function.
1440 (d10v_frame_register_unwind): New function.
1441 (d10v_frame_pop): New function.
1442 (d10v_frame_unwind): New variable.
1443 (d10v_frame_p): New function.
1444 (d10v_frame_saved_pc): Delete function.
1445 * Makefile.in (d10v-tdep.o): Update dependencies.
1446
1447 2003-01-30 J. Brobecker <brobecker@gnat.com>
1448
1449 * config/pa/tm-hppa64.h (CALL_DUMMY_LOCATION): Remove #undef
1450 causing some regressions due to a change in the default value
1451 for this macro.
1452
1453 2003-01-29 Richard Henderson <rth@redhat.com>
1454 Elena Zannoni <ezannoni@redhat.com>
1455 Daniel Jacobowitz <drow@mvista.com>
1456
1457 Fix PR gdb/961.
1458 * dwarf2read.c (dwarf_ranges_offset, dwarf_ranges_size): New
1459 variables.
1460 (RANGES_SECTION): New.
1461 (dwarf_ranges_buffer): New variable.
1462 (struct comp_unit_head): Add member "die".
1463 (struct dwarf2_pinfo): Add dwarf_ranges_buffer, dwarf_ranges_size.
1464 (DWARF_RANGES_BUFFER, DWARF_RANGES_SIZE): New.
1465 (dwarf2_has_info): Init dwarf_ranges_offset and dwarf_ranges_size.
1466 (dwarf2_locate_sections): Likewise.
1467 (dwarf2_build_psymtabs): Read .debug_ranges.
1468 (dwarf2_build_psymtabs_hard): Swap dwarf_ranges out.
1469 (psymtab_to_symtab_1): Swap dwarf_ranges in. Set cu_header.die.
1470 (dwarf2_get_pc_bounds): New cu_header argument; adjust all callers.
1471 Look for DW_AT_ranges and return the bounding box.
1472
1473 2003-01-29 Brian Ford <ford@vss.fsi.com>
1474
1475 * win32-nat.c (cygwin_pid): Removed as unused.
1476 (child_attach): Try fall back to Cygwin pid.
1477
1478 2003-01-29 Jim Blandy <jimb@redhat.com>
1479
1480 * objfiles.h (struct objfile): Doc fix.
1481
1482 2003-01-29 Andrew Cagney <ac131313@redhat.com>
1483
1484 * frame.c (frame_saved_regs_id_unwind): Assert FRAME_CHAIN_P.
1485 (legacy_get_prev_frame): Assert FRAME_CHAIN_P.
1486 (get_prev_frame): When FRAME_CHAIN_P, call legacy_get_prev_frame.
1487 (frame_saved_regs_pc_unwind): Assert FRAME_SAVED_PC_P.
1488 * gdbarch.sh (FRAME_CHAIN): Change to a function with predicate.
1489 (FRAME_SAVED_PC): Change to a function with predicate.
1490 * gdbarch.h, gdbarch.c: Re-generate.
1491
1492 2003-01-28 Andrew Cagney <ac131313@redhat.com>
1493
1494 * hppah-nat.c (child_pid_to_exec_file): Don't use boolean.
1495
1496 * complaints.c (complain): Delete function.
1497 * complaints.h (struct deprecated_complaint): Delete definition.
1498 (complain): Delete declaration.
1499
1500 2003-01-28 Kevin Buettner <kevinb@redhat.com>
1501
1502 * mips-tdep.c (mips_init_extra_frame_info): Return early for
1503 dummy frames.
1504
1505 2003-01-27 Andrew Cagney <ac131313@redhat.com>
1506
1507 * sentinel-frame.h, sentinel-frame.c: New files.
1508 * Makefile.in (frame.o): Update dependencies.
1509 (SFILES): Add sentinel-frame.c.
1510 (sentinel_frame_h): Define.
1511 (COMMON_OBS): Add sentinel-frame.o.
1512 (sentinel-frame.o): Specify dependencies.
1513 * frame.c: Include "sentinel-frame.h".
1514 (frame_register_unwind): Rewrite assuming that there is always a a
1515 ->next frame.
1516 (frame_register, generic_unwind_get_saved_register): Ditto.
1517 (frame_read_unsigned_register, frame_read_signed_register): Ditto.
1518 (create_sentinel_frame, unwind_to_current_frame): New functions.
1519 (get_current_frame): Rewrite using create_sentinel_frame and
1520 unwind_to_current_frame. When possible, always create a frame.
1521 (create_new_frame): Set next to the sentinel frame.
1522 (get_next_frame): Rewrite. Don't go below the level 0 frame.
1523 (deprecated_update_frame_pc_hack): Update the next frame's PC and
1524 ID cache when necessary.
1525 (frame_saved_regs_id_unwind): Use frame_relative_level.
1526 (deprecated_generic_get_saved_register): Use frame_relative_level,
1527 get_frame_saved_regs, get_frame_pc, get_frame_base and
1528 get_next_frame.
1529 (frame_saved_regs_register_unwind): Use get_frame_saved_regs and
1530 frame_register.
1531
1532 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
1533
1534 * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
1535
1536 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
1537
1538 * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
1539 (maintenance_set_profile_cmd): Use error () instead of warning ().
1540
1541 2003-01-27 Daniel Jacobowitz <drow@mvista.com>
1542
1543 * configure.in: Check that -pg works if using --enable-profiling.
1544 Check for monstartup and _mcleanup regardless of --enable-profiling.
1545 * maint.c: Check for monstartup and _mcleanup before using them.
1546 * config.in: Regenerated.
1547 * configure: Regenerated.
1548
1549 2003-01-24 Nick Clifton <nickc@redhat.com>
1550
1551 * Add sh2e support:
1552
1553 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
1554
1555 * gdb/sh-tdep.c (sh_sh2e_register_name): New.
1556 (sh2e_show_regs): New.
1557 (sh_gdbarch_init): Handle bfd_mach_sh2e.
1558 * config/sh/tm-sh.h: Added sh2e to comments.
1559
1560 2003-01-23 Jim Blandy <jimb@redhat.com>
1561
1562 * symfile.c (syms_from_objfile): Don't print the "(no debugging
1563 symbols found)" message here; we haven't checked for a separate
1564 debug info file yet, so we don't know yet.
1565 (symbol_file_add_with_addrs_or_offsets): Print it here, after
1566 we've looked everywhere. Also, there's no need to print a special
1567 message when we're loading the separate debug info file: the one
1568 symbol_file_add prints is fine.
1569
1570 2003-01-23 Alexander Larsson <alexl@redhat.com>
1571 Jim Blandy <jimb@redhat.com>
1572
1573 Add support for executables whose debug info has been separated
1574 out into a separate file, leaving only a link behind.
1575 * objfiles.h (struct objfile): New fields: separate_debug_objfile
1576 and separate_debug_objfile_backlink.
1577 (put_objfile_before): New declaration.
1578 * symfile.c: #include "filenames.h".
1579 (symbol_file_add_with_addrs_or_offsets): If this objfile has its
1580 debug info in a separate file, read that, too. Save the addrs
1581 argument, so we can use it again to read the separated debug info;
1582 syms_from_objfile modifies the table we pass it.
1583 (reread_symbols): After re-reading an objfile, call
1584 reread_separate_symbols to refresh its separate debug info
1585 objfile, if it has one.
1586 (reread_separate_symbols, find_separate_debug_file,
1587 get_debug_link_info, separate_debug_file_exists): New functions.
1588 (debug_file_directory): New global var.
1589 (_initialize_symfile): Initialize debug_file_directory, and
1590 provide the new `set debug-file-directory' command to let the user
1591 change it.
1592 * objfiles.c (free_objfile): If this objfile has its debug info in
1593 a separate objfile, free that one too. If this is itself a
1594 separate debug info objfile, clear our parent's backlink.
1595 (put_objfile_before): New function.
1596 * utils.c (gnu_debuglink_crc32): New function.
1597 * defs.h (gnu_debuglink_crc32): New declaration.
1598 * Makefile.in (symfile.o): Note dependency on "filenames.h".
1599 * configure.in: Handle --with-separate-debug-dir config option.
1600 * acinclude.m4 (AC_DEFINE_DIR): New macro.
1601 * acconfig.h (DEBUGDIR): New macro.
1602 * configure, aclocal.m4, config.in: Regenerated.
1603
1604 2003-01-22 Jim Blandy <jimb@redhat.com>
1605
1606 * symfile.c (symbol_file_add_with_addrs_or_offsets): New function,
1607 like the old symbol_file_add, but taking new arguments: you can
1608 now pass in either a `struct section_addr_info' list to say where
1609 each section is loaded, or a `struct section_offsets' table. Pass
1610 these new arguments through to syms_from_objfile as appropriate.
1611 (symbol_file_add): Just call symbol_file_add_with_addrs_or_offsets,
1612 with the appropriate quiescent values for the new arguments.
1613
1614 * symfile.c: #include "gdb_assert.h".
1615 (syms_from_objfile): Add the ability to pass in a section offset
1616 table directly, as an alternative to the section_addr_info table.
1617 Document arguments better.
1618 (symbol_file_add): Pass extra arguments to syms_from_objfile.
1619 * symfile.h (syms_from_objfile): Update declaration.
1620 * rs6000-nat.c (objfile_symbol_add): Pass new arguments to
1621 syms_from_objfile.
1622 * Makefile.in (symfile.o): List dependency on $(gdb_assert_h).
1623
1624 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
1625
1626 Original patch by Tom Tromey <tromey@cygnus.com> and
1627 Jason Molenda <jmolenda@apple.com>.
1628 * Makefile.in (PROFILE_CFLAGS): Substitute from configure.
1629 (INTERNAL_LDFLAGS): Don't include PROFILE_CFLAGS.
1630 * NEWS: Mention profiling.
1631 * configure.in (--enable-gdbtk): Fix typo.
1632 (--enable-profiling): New. Set PROFILE_CFLAGS.
1633 * maint.c (maintenance_set_profile_cmd): Remove NOTYET.
1634 Fill in function.
1635 (profiling_state): New variable.
1636 (mcleanup_wrapper): New function.
1637 (_initialize_maint): Remove NOTYET, fix call to
1638 add_setshow_boolean_cmd for "maint set profile".
1639 * configure: Regenerated.
1640
1641 2003-01-21 Martin M. Hunt <hunt@redhat.com>
1642
1643 * Makefile.in (install-gdbtk): Install PNG images too.
1644
1645 2003-01-21 Andrew Cagney <ac131313@redhat.com>
1646
1647 * exec.c (text_start): Delete global variable.
1648 (exec_file_attach): Make text_start local to the function.
1649 * inferior.h (BEFORE_TEXT_END, AFTER_TEXT_END): Delete macros.
1650 * valops.c (hand_function_call): Delete code that handles
1651 BEFORE_TEXT_END and AFTER_TEXT_END.
1652 * gdbarch.sh (CALL_DUMMY_LENGTH): Test call_dummy_length instead
1653 of CALL_DUMMY_LOCATION.
1654 * gdbarch.c: Regenerate.
1655 * inferior.h (deprecated_pc_in_call_dummy_before_text_end)
1656 (deprecated_pc_in_call_dummy_after_text_end): Delete declaration.
1657 * blockframe.c (deprecated_pc_in_call_dummy_before_text_end)
1658 (deprecated_pc_in_call_dummy_after_text_end): Delete functions.
1659 (text_end): Delete extern declaration.
1660
1661 2003-01-21 Andrew Cagney <ac131313@redhat.com>
1662
1663 * frame.h (FRAME_OBSTACK_ZALLOC): Define.
1664 * blockframe.c (backtrace_below_main): Move to "frame.c".
1665 (frame_chain_valid): Delete check for backtrace_below_main.
1666 (_initialize_blockframe): Delete initialization, move ``set
1667 backtrace-below-main'' command to "frame.c".
1668 (do_flush_frames_sfunc): Delete function.
1669 * frame.c: Include "command.h" and "gdbcmd.h".
1670 (frame_type_from_pc): New function.
1671 (create_new_frame): Use frame_type_from_pc.
1672 (legacy_get_prev_frame): New function.
1673 (get_prev_frame): Rewrite. When an old style frame, call
1674 legacy_get_prev_frame. Otherwize, unwind the PC first.
1675 (_initialize_frame): Add ``set backtrace-below-main'' command.
1676 * Makefile.in (frame.o): Update dependencies.
1677
1678 2003-01-19 Andrew Cagney <ac131313@redhat.com>
1679
1680 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO): Rename
1681 DEPRECATED_REGISTERS_INFO.
1682
1683 2003-01-19 Andrew Cagney <ac131313@redhat.com>
1684
1685 * MAINTAINERS: Replace `Blanket Write Privs' with `Global
1686 Maintainers'. Update `Various Maintainers'.
1687
1688 2003-01-19 Andrew Cagney <ac131313@redhat.com>
1689
1690 * frame.c (frame_saved_regs_pop): Assert POP_FRAME_P.
1691 * gdbarch.sh (POP_FRAME): Change to function with predicate.
1692 Suppress actual parameters when `-'.
1693 * gdbarch.h, gdbarch.c: Regenerate.
1694
1695 2003-01-19 Andrew Cagney <ac131313@redhat.com>
1696
1697 * d10v-tdep.c (d10v_frame_saved_pc, d10v_frame_chain): Restore
1698 code handling dummy frames.
1699
1700 2003-01-19 Andrew Cagney <ac131313@redhat.com>
1701
1702 * frame-unwind.h (frame_unwind_pop_ftype): Declare.
1703 (struct frame_unwind): Add field pop.
1704 * frame.h (frame_pop): Declare.
1705 * frame.c (frame_saved_regs_pop): New function.
1706 (trad_frame_unwinder): Add frame_saved_regs_pop.
1707 (frame_pop): New function.
1708 * dummy-frame.c (dummy_frame_pop): New function.
1709 (discard_innermost_dummy): New function.
1710 (generic_pop_dummy_frame): Use discard_innermost_dummy.
1711 (dummy_frame_unwind): Add dummy_frame_pop.
1712 * infrun.c (normal_stop): Call frame_pop instead of POP_FRAME.
1713 * valops.c (hand_function_call): Ditto.
1714 * stack.c (return_command): Ditto.
1715
1716 2003-01-18 Andrew Cagney <ac131313@redhat.com>
1717
1718 * cris-tdep.c: Fix function declaration indentation.
1719 * dwarfread.c, gdbcore.h, gdbtypes.h, i386v-nat.c: Ditto.
1720 * mips-tdep.c, monitor.h, parse.c, proc-utils.h: Ditto.
1721 * rs6000-nat.c, ser-go32.c, somread.c, stabsread.c: Ditto.
1722 * symfile.h, symtab.h, target.c, target.h, value.h: Ditto.
1723 * xcoffread.c, config/pa/tm-hppa.h: Ditto.
1724 * config/sparc/tm-sp64.h, config/sparc/tm-sparc.h: Ditto.
1725
1726 2003-01-18 Michael Chastain <mec@shout.net>
1727
1728 * README (Unpacking and Installation -- quick overview):
1729 Warn against ".../gdb-5.3/gdb/configure".
1730
1731 2003-01-18 Andrew Cagney <ac131313@redhat.com>
1732
1733 * dummy-frame.h (dummy_frame_id_unwind): Delete declaration.
1734 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
1735 (struct frame_unwind): Declare opaque.
1736 (dummy_frame_p): Declare function.
1737 * dummy-frame.c (dummy_frame_id_unwind): Make static.
1738 (dummy_frame_pc_unwind, dummy_frame_register_unwind): Ditto.
1739 * dummy-frame.c: Include "frame-unwind.h".
1740 (dummy_frame_p): New function.
1741 (dummy_frame_unwind): New variable.
1742 * frame.c: Include "frame-unwind.h".
1743 (frame_pc_unwind, frame_id_unwind, frame_register_unwind): Update
1744 to use the new unwind field.
1745 (set_unwind_by_pc): Delete function.
1746 (create_new_frame, get_prev_frame): Set unwind field using
1747 frame_unwind_find_by_pc.
1748 (trad_frame_unwind, trad_frame_unwinder): New variables.
1749 * frame.h (trad_frame_unwind): Declare variable.
1750 (frame_id_unwind_ftype): Delete declaration.
1751 (frame_pc_unwind_ftype, frame_register_unwind_ftype): Ditto.
1752 (struct frame_unwind): Declare opaque.
1753 (struct frame_info): Replace the fields id_unwind, pc_unwind and
1754 register_unwind with a single unwind pointer.
1755 * frame-unwind.h, frame-unwind.c: New files.
1756 * Makefile.in (SFILES): Add frame-unwind.c.
1757 (frame_unwind_h): Define.
1758 (COMMON_OBS): Add frame-unwind.o.
1759 (frame-unwind.o): Specify dependencies.
1760 (frame.o, dummy-frame.o): Update dependencies.
1761
1762 2003-01-18 Andrew Cagney <ac131313@redhat.com>
1763
1764 * ada-valprint.c: Eliminate PTR.
1765 * breakpoint.c, corelow.c, cris-tdep.c, dbxread.c: Ditto.
1766 * defs.h, dve3900-rom.c, dwarf2read.c, dwarfread.c: Ditto.
1767 * exec.c, hppa-tdep.c, hpread.c, infcmd.c, mdebugread.c: Ditto.
1768 * objfiles.c, objfiles.h, ocd.c, remote-es.c: Ditto.
1769 * remote-mips.c, remote-sds.c, remote-vx.c: Ditto.
1770 * solib-svr4.c, solib.c, stack.c, symfile.c, symfile.h: Ditto.
1771 * symmisc.c, v850ice.c, xcoffread.c, cli/cli-script.c: Ditto.
1772
1773 2003-01-17 Andrew Cagney <ac131313@redhat.com>
1774
1775 * main.c (captured_main): Don't use PTR.
1776 * cp-valprint.c (cp_print_class_method): Replace STREQ with strcmp.
1777 * gdbtypes.c (lookup_primitive_typename): Ditto.
1778 (lookup_struct_elt_type): Ditto.
1779 * f-valprint.c (info_common_command): Ditto.
1780 (list_all_visible_commons): Ditto.
1781 * jv-typeprint.c (java_type_print_base): Ditto.
1782
1783 * config/djgpp/fnchange.lst: Rename mi1-var-block.exp,
1784 mi1-var-child.exp, mi1-var-cmd.exp and mi1-var-display.exp.
1785 Rename opcodes/iq2000-desc.c and opcodes/iq2000-dis.c. Rename
1786 i386-interix-nat.c and i386-interix-tdep.c. Rename
1787 m68klinux-nat.c and m68klinux-tdep.c. Rename
1788 config/mips/tm-linux.h and config/mips/tm-linux64.h. Rename
1789 bfd/po/.cvsignore and opcodes/po/.cvsignore. Rename
1790 gdb/objc-exp.tab.c and gdb/ada-exp.tab.c
1791 * main.c (captured_main): Use xfree, not free.
1792
1793 2003-01-16 Andrew Cagney <ac131313@redhat.com>
1794
1795 * frame.h (frame_id_unwind_ftype): Change type so that the frame's
1796 ID back using a parameter.
1797 * frame.c (frame_id_unwind): Update call.
1798 (frame_saved_regs_id_unwind): Update.
1799 * dummy-frame.c (dummy_frame_id_unwind): Update function.
1800 * dummy-frame.h (struct frame_id): Add opaque declaration.
1801 (dummy_frame_id_unwind): Update declaration.
1802
1803 2003-01-15 Andrew Cagney <ac131313@redhat.com>
1804
1805 * sparc-tdep.c: Delete reference to PRINT_REGISTER_HOOK.
1806
1807 2003-01-15 Stephen P. Smith <ischis2@cox.net>
1808
1809 * MAINTAINERS (Stephen P. Smith): Updated email address.
1810
1811 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
1812
1813 Fix PR gdb/898
1814 * breakpoint.c (until_break_command): Add new argument. Use it to
1815 decide whether to stop only at the current frame or not.
1816 * breakpoint.h (until_break_command): Update prototype.
1817 * infcmd.c (until_command): Add new argument to until_break_command
1818 call.
1819 (advance_command): New function.
1820 (_initialize_infcmd): Update help string for 'until' command.
1821 Add new 'advance' command.
1822
1823 2003-01-14 David Carlton <carlton@math.stanford.edu>
1824
1825 * linespec.c (decode_line_1): Normalize comments.
1826 (set_flags): Ditto.
1827 (locate_first_half): Ditto.
1828 (decode_compound): Ditto.
1829 (symtab_from_filename): Ditto.
1830 (decode_all_digits): Ditto.
1831 (decode_dollar): Ditto.
1832 (find_methods): Ditto.
1833 (find_toplevel_char): Ditto.
1834
1835 2003-01-13 Andrew Cagney <ac131313@redhat.com>
1836
1837 * ax-gdb.c, c-valprint.c, charset.c, corefile.c: Update copyright.
1838 * demangle.c, disasm.c, dwarf2cfi.c, dwarfread.c: Update copyright.
1839 * elfread.c, eval.c, expprint.c, expression.h: Update copyright.
1840 * f-typeprint.c, findvar.c, gcore.c, gdb_mbuild.sh: Update copyright.
1841 * gdbtypes.h, gnu-v2-abi.c, inferior.h, inftarg.c: Update copyright.
1842 * language.c, language.h, m32r-tdep.c: Update copyright.
1843 * mn10200-tdep.c, scm-lang.c, scm-lang.h: Update copyright.
1844 * somsolib.c, somsolib.h, symfile.c, symtab.h: Update copyright.
1845 * thread-db.c, typeprint.c, utils.c, valarith.c: Update copyright.
1846 * values.c, win32-nat.c, x86-64-linux-nat.c: Update copyright.
1847 * x86-64-linux-tdep.c, z8k-tdep.c: Update copyright.
1848 * cli/cli-decode.h, config/h8500/tm-h8500.h: Update copyright.
1849
1850 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
1851
1852 * stabsread.h (process_later, resolve_cfront_continuation):
1853 Obsolete.
1854 Update copyright years.
1855 * buildsym.c (start_subfile): Obsolete comment pertinent to Cfront.
1856 Update copyright year.
1857 * dbxread.c(struct cont_elem): Obsolete.
1858 (process_later, process_now): Obsolete functions.
1859 (read_dbx_symtab, read_ofile_symtab): Obsolete cfront support.
1860 Update copyright year.
1861 * gdbtypes.c (INIT_EXTRA, ADD_EXTRA): Obsolete macros.
1862 (add_name, add_mangled_type, cfront_mangle_name): Obsolete functions.
1863 * mdebugread.c (parse_type): Obsolete comment pertinent to Cfront.
1864 (parse_partial_symbols): Obsolete cfront support.
1865 * stabsread.c
1866 (CFRONT_VISIBILITY_PRIVATE,CFRONT_VISIBILITY_PUBLIC): Obsolete
1867 macros.
1868 (get_substring, get_cfront_method_physname, msg_unknown_complaint,
1869 read_cfront_baseclasses, read_cfront_member_functions,
1870 resolve_cfront_continuation,read_cfront_static_fields,
1871 copy_cfront_struct_fields): Obsolete functions.
1872 (define_symbol, read_one_struct_field): Obsolete cfront support.
1873 * xcoffread.c (scan_xcoff_symtab): Obsolete CFront support.
1874 Update Copyright year.
1875
1876 2003-01-13 Elena Zannoni <ezannoni@redhat.com>
1877
1878 * stack.c (print_frame_info, print_stack_frame_base_stub,
1879 print_stack_frame_base, show_and_print_stack_frame_stub,
1880 show_and_print_stack_frame, print_only_stack_frame_stub,
1881 print_only_stack_frame): Delete functions.
1882 (print_stack_frame_stub): Call print_frame_info instead of
1883 print_frame_info_base.
1884 (print_frame_info_base): Rename to print_frame_info.
1885 (backtrace_command_1): Call print_frame_info, instead of
1886 print_frame_info_base.
1887 (current_frame_command): Call print_stack_frame, instead of
1888 print_only_stack_frame.
1889 (frame_command): Call print_stack_frame, instead of
1890 show_and_print_stack_frame.
1891 (up_command): Ditto.
1892 (down_command): Ditto.
1893 * frame.h (print_only_stack_frame): Delete prototype.
1894 * infrun.c (normal_stop): Call print_stack_frame, instead of
1895 show_and_print_stack_frame.
1896 * thread.c (info_threads_command): Call print_stack_frame, instead
1897 of print_only_stack_frame.
1898
1899 2003-01-13 Andrew Cagney <ac131313@redhat.com>
1900
1901 * README (Graphical interface to GDB): Update URL. Point at
1902 gdb/links/.
1903
1904 * gdb_indent.sh: Update to version 2.2.9. Warn when not exact
1905 version match.
1906
1907 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
1908
1909 * symtab.c (find_pc_sect_line): Don't consider end-of-function
1910 lines.
1911
1912 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
1913
1914 * thread-db.c (attach_thread): Prototype.
1915 (struct private_thread_info): Remove lwpid. Add thread handle (th),
1916 thread information (ti), and valid flags (th_valid, ti_valid).
1917 (attach_thread): Move target_pid_to_str call to after the thread
1918 is added to GDB's list. Initialize the cache.
1919 (thread_get_info_callback, thread_db_map_id2thr)
1920 (thread_db_get_info): New functions.
1921 (thread_from_lwp, lwp_from_thread, thread_db_fetch_registers)
1922 (thread_db_store_registers, thread_db_thread_alive)
1923 (thread_db_get_thread_local_address): Use them.
1924 (thread_db_pid_to_str): Likewise. Return "Missing" instead
1925 of calling error() for threads in unknown state.
1926
1927 (clear_lwpid_callback): New function.
1928 (thread_db_resume): Use it to clear the cache.
1929
1930 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
1931
1932 * lin-lwp.c (struct private_thread_info, find_lwp_callback): Remove.
1933 (resume_callback): Remove dead code.
1934
1935 2003-01-13 Andrew Cagney <ac131313@redhat.com>
1936
1937 * gdbarch.sh (FRAME_INIT_SAVED_REGS): Change to function with
1938 predicate.
1939 * gdbarch.h, gdbarch.c: Regenerate.
1940 * stack.c (frame_info): Only initialize the saved registers when
1941 FRAME_INIT_SAVED_REGS_P.
1942 * frame.c (frame_saved_regs_register_unwind): Assert
1943 FRAME_INIT_SAVED_REGS_P.
1944 (deprecated_generic_get_saved_register): Ditto.
1945
1946 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
1947
1948 * source.c (openp): Squelch warning about "filename".
1949
1950 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
1951
1952 * source.c (openp): If the file does not exist don't necessarily
1953 search the path.
1954
1955 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
1956
1957 Fix PR gdb/872.
1958 * gdbtypes.c (init_type): Mark "char" as TYPE_FLAG_NOSIGN.
1959 (integer_types_same_name_p): New function.
1960 (rank_one_type): Use it.
1961 * stabsread.c (read_range_type): Mark "char" as TYPE_FLAG_NOSIGN.
1962
1963 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
1964
1965 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): New
1966 variables.
1967 (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE).
1968 * configure.in: Add --with-sysroot.
1969 * configure: Regenerated.
1970 * main.c (gdb_sysroot): New variable.
1971 (captured_main): Initialize gdb_sysroot.
1972 * defs.h (gdb_sysroot): New extern declaration.
1973 * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
1974
1975 2003-01-12 Michael Chastain <mec@shout.net>
1976
1977 * config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
1978
1979 2003-01-12 Michael Chastain <mec@shout.net>
1980
1981 * top.c (print_gdb_version): Bump copyright year to 2003.
1982
1983 2003-01-12 David Carlton <carlton@bactrian.org>
1984
1985 * linespec.c (symtab_from_filename): Rename variable 's' to
1986 'file_symtab'.
1987
1988 2003-01-12 Andrew Cagney <ac131313@redhat.com>
1989
1990 * d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a
1991 dummy frame.
1992 (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
1993
1994 2003-01-12 Andrew Cagney <ac131313@redhat.com>
1995
1996 * d10v-tdep.c: Include "gdb_assert.h".
1997 (d10v_store_return_value): Rewrite to match current interface.
1998 (d10v_extract_struct_value_address): Ditto.
1999 (d10v_extract_return_value): Ditto.
2000 (d10v_gdbarch_init): Set store_restore_value,
2001 extract_struct_value_address and extract_return_value.
2002
2003 2003-01-12 J. Brobecker <brobecker@gnat.com>
2004
2005 * hpread.c (set_namestring): New procedure replacing the
2006 SET_NAMESTRING macro.
2007 (hpread_build_psymtabs): Replace calls to SET_NAMESTRING
2008 by calls to set_namestring.
2009
2010 2003-01-11 J. Brobecker <brobecker@gnat.com>
2011
2012 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fix
2013 a compilation warning.
2014 (hpread_process_one_debug_symbol): Likewise.
2015
2016 2003-01-10 David Carlton <carlton@math.stanford.edu>
2017
2018 * linespec.c (decode_line_1): Rename variable 's' to
2019 'file_symtab'.
2020 (decode_all_digits): Rename argument 's' to 'file_symtab'.
2021 (decode_dollar): Ditto.
2022 (decode_variable): Ditto.
2023 (symbol_found): Ditto.
2024
2025 2003-01-09 Michael Chastain <mec@shout.net>
2026
2027 * config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
2028
2029 2003-01-07 Corinna Vinschen <vinschen@redhat.com>
2030
2031 * win32-nat.c (set_process_privilege): New function.
2032 (child_attach): Call set_process_privilege() to enable the
2033 SE_DEBUG_NAME user privilege if available in process token.
2034
2035 2003-01-10 J. Brobecker <brobecker@gnat.com>
2036
2037 * hpread.c (hpread_process_one_debug_symbol): Fix a small
2038 compilation error in the previous revision.
2039
2040 2003-01-09 David Carlton <carlton@math.stanford.edu>
2041
2042 * linespec.c: Update copyright.
2043
2044 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
2045
2046 * lin-lwp.c (child_wait): Ignore exit statuses for processes other
2047 than inferior_ptid.
2048 (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
2049
2050 2003-01-09 Andrew Cagney <ac131313@redhat.com>
2051
2052 * frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc.
2053 Update comments.
2054 * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc.
2055 (frame_saved_regs_zalloc): Update.
2056 (frame_saved_regs_register_unwind): Update.
2057 (create_new_frame): Update.
2058 (get_prev_frame): Update.
2059 (frame_extra_info_zalloc): Update.
2060 (deprecated_get_frame_saved_regs): Update.
2061 * dwarf2cfi.c (cfi_init_extra_frame_info): Update.
2062 * cris-tdep.c: Update comment.
2063
2064 * somsolib.h: Fix function indentation.
2065 * disasm.c, buildsym.c, buildsym.h: Eliminate PTR.
2066 * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ.
2067 * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ.
2068 * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ.
2069 * somsolib.c, inftarg.c: Remove assignment in if conditional.
2070
2071 * infrun.c (follow_fork): Use ISO C definition.
2072 * expprint.c (print_subexp): Use xfree instead of free.
2073 * charset.c: Include "gdb_string.h" instead of <string.h>.
2074 (register_iconv_charsets): Use ISO C definition.
2075 (host_charset, target_charset): Ditto.
2076 * Makefile.in (charset.o): Update dependencies.
2077 (mi-cmd-env.o): Update dependencies.
2078
2079 2003-01-08 Andrew Cagney <cagney@redhat.com>
2080
2081 * alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use
2082 get_frame_base.
2083
2084 2003-01-08 Andrew Cagney <ac131313@redhat.com>
2085
2086 * gdb_mbuild.sh: Add --keep option. When specified, keep the
2087 build directories. Save edited gdb output in Mbuild.log. If a
2088 build fails, remove any final GDB executable.
2089
2090 2003-01-08 Andrew Cagney <ac131313@redhat.com>
2091
2092 * gdb_mbuild.sh: Edit the output of `maint print architecture'
2093 replacing hex constants with function names and stripping leading
2094 file name directory prefixes.
2095
2096 2003-01-08 Andrew Cagney <cagney@redhat.com>
2097
2098 * gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and
2099 get_frame_base.
2100
2101 2003-01-08 David Carlton <carlton@math.stanford.edu>
2102
2103 * linespec.c (decode_line_1): Move code into decode_variable.
2104 (decode_variable): New function.
2105
2106 2003-01-08 Andrew Cagney <ac131313@redhat.com>
2107
2108 * mn10300-tdep.c (analyze_dummy_frame): Fix typo.
2109
2110 2003-01-08 Andrew Cagney <cagney@redhat.com>
2111
2112 * cris-tdep.c (cris_frame_init_saved_regs): Use
2113 get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a
2114 saved_regs buffer.
2115 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto.
2116 (sh64_nofp_frame_init_saved_regs): Ditto.
2117 (sh_fp_frame_init_saved_regs): Ditto.
2118 * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack.
2119 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
2120 * mcore-tdep.c (analyze_dummy_frame): Ditto.
2121 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
2122
2123 2003-01-08 Daniel Jacobowitz <drow@mvista.com>
2124
2125 * minsyms.c (lookup_minimal_symbol): Update comment.
2126 (lookup_minimal_symbol_text): Update comment. Use the hash table.
2127 (lookup_minimal_symbol_solib_trampoline): Likewise.
2128
2129 2003-01-08 Andrew Cagney <cagney@redhat.com>
2130
2131 * d10v-tdep.c (d10v_init_extra_frame_info): Use
2132 frame_relative_level.
2133
2134 * alpha-tdep.c: Use get_frame_extra_info.
2135 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
2136 * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto.
2137 * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
2138 * sparc-tdep.c, xstormy16-tdep.c: Ditto.
2139
2140 * alpha-tdep.c: Use get_next_frame.
2141 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
2142 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
2143 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto.
2144 * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto.
2145 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto.
2146 * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto.
2147 * xstormy16-tdep.c: Ditto.
2148
2149 2003-01-07 Andrew Cagney <cagney@redhat.com>
2150
2151 * alpha-tdep.c: Use get_frame_base.
2152 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
2153 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
2154 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
2155 * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto.
2156 * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto.
2157 * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
2158 * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto.
2159 * config/sparc/tm-sparc.h: Ditto.
2160
2161 2003-01-07 Andrew Cagney <cagney@redhat.com>
2162
2163 * frame.c (deprecated_get_frame_context): New function.
2164 (deprecated_set_frame_context): New function.
2165 * frame.h (deprecated_get_frame_context): Declare.
2166 (deprecated_set_frame_context): Declare.
2167 * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context.
2168 (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
2169
2170 2003-01-07 Andrew Cagney <cagney@redhat.com>
2171
2172 * frame.c (deprecated_set_frame_next_hack): New function.
2173 (deprecated_set_frame_prev_hack): New function.
2174 * frame.h (deprecated_set_frame_next_hack): Declare.
2175 (deprecated_set_frame_prev_hack): Declare.
2176 * mcore-tdep.c (analyze_dummy_frame): Use
2177 deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack.
2178 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
2179
2180 2003-01-07 David Carlton <carlton@math.stanford.edu>
2181
2182 * linespec.c (decode_line_1): Move code into decode_dollar.
2183 (decode_dollar): New function.
2184
2185 2003-01-07 Andrew Cagney <cagney@redhat.com>
2186
2187 * arm-tdep.c (arm_init_extra_frame_info): Use
2188 deprecated_update_frame_base_hack.
2189 * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
2190 * mn10300-tdep.c (analyze_dummy_frame): Ditto.
2191 (fix_frame_pointer): Ditto.
2192 (mn10300_analyze_prologue): Ditto.
2193
2194 2003-01-07 Andrew Cagney <cagney@redhat.com>
2195
2196 * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate
2197 extra_info using frame_extra_info_zalloc.
2198 * sparc-tdep.c (sparc_init_extra_frame_info): Ditto.
2199 * sh-tdep.c (sh_init_extra_frame_info): Ditto.
2200 (sh64_init_extra_frame_info): Ditto.
2201 * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto.
2202 * s390-tdep.c (s390_init_extra_frame_info): Ditto.
2203 * mips-tdep.c (mips_init_extra_frame_info): Ditto.
2204 * mcore-tdep.c (mcore_init_extra_frame_info): Ditto.
2205 * frv-tdep.c (frv_init_extra_frame_info): Ditto.
2206 * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto.
2207 * ia64-tdep.c (ia64_init_extra_frame_info): Ditto.
2208 * h8300-tdep.c (h8300_init_extra_frame_info): Ditto.
2209 * d10v-tdep.c (d10v_init_extra_frame_info): Ditto.
2210 * cris-tdep.c (cris_init_extra_frame_info): Ditto.
2211 * arm-tdep.c (arm_init_extra_frame_info): Ditto.
2212 * alpha-tdep.c (alpha_init_extra_frame_info): Ditto.
2213
2214 * mn10300-tdep.c (analyze_dummy_frame): Use
2215 deprecated_set_frame_extra_info_hack.
2216 * mcore-tdep.c (analyze_dummy_frame): Ditto.
2217
2218 2003-01-07 J. Brobecker <brobecker@gnat.com>
2219
2220 * mdebugread.c (parse_symbol): Skip stProc entries which storage
2221 class is not scText. These do not define "real" procedures.
2222 (parse_partial_symbols): Likewise.
2223
2224 2003-01-06 Michael Snyder <msnyder@redhat.com>
2225
2226 * lin-lwp.c: Added or elaborated on "debug lin-lwp" info.
2227
2228 2003-01-06 Andrew Cagney <ac131313@redhat.com>
2229
2230 * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare.
2231 * frame.c (deprecated_frame_xmalloc_with_cleanup): New function.
2232 * arm-tdep.c (arm_frame_chain): Allocate caller_fi using
2233 deprecated_frame_xmalloc_with_cleanup.
2234 * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using
2235 deprecated_frame_xmalloc.
2236 * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy.
2237 * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
2238
2239 2003-01-06 Andrew Cagney <cagney@redhat.com>
2240
2241 * x86-64-linux-tdep.c: Include "osabi.h".
2242 * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
2243
2244 * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
2245
2246 2003-01-06 Andrew Cagney <cagney@redhat.com>
2247
2248 * MAINTAINERS (Target Instruction Set Architectures): Update
2249 arm-elf. Can be built with -Werror, has been multiarched.
2250
2251 * value.h (unpack_long): Make buffer parameter constant.
2252 (unpack_double, unpack_pointer, unpack_field_as_long): Ditto.
2253 * scm-lang.h (scm_parse): Ditto.
2254 * defs.h (extract_typed_address, extract_address): Ditto.
2255 (extract_long_unsigned_integer): Ditto.
2256 * inferior.h (unsigned_pointer_to_address): Ditto.
2257 (signed_pointer_to_address): Ditto.
2258 * gdbarch.sh (POINTER_TO_ADDRESS): Ditto.
2259 * gdbarch.h, gdbarch.c: Regenerate.
2260 * findvar.c (extract_long_unsigned_integer): Update.
2261 (extract_address): Update.
2262 (extract_typed_address): Update.
2263 (unsigned_pointer_to_address): Update.
2264 * values.c (unpack_long): Update.
2265 (unpack_double): Update.
2266 (unpack_pointer): Update.
2267 (unpack_field_as_long): Update.
2268 * d10v-tdep.c (d10v_pointer_to_address): Update.
2269 * avr-tdep.c (avr_pointer_to_address): Update.
2270 * scm-lang.c (scm_unpack): Update.
2271 * findvar.c (signed_pointer_to_address): Update.
2272
2273 2003-01-06 Michal Ludvig <mludvig@suse.cz>
2274
2275 * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore
2276 since it is in i386-tdep.c.
2277
2278 2003-01-06 J. Brobecker <brobecker@gnat.com>
2279
2280 * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilation
2281 failure introduced in the previous change.
2282
2283 2003-01-05 Michael Chastain <mec@shout.net>
2284
2285 * README: Remove references to deleted remote-*.c files:
2286 remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c,
2287 remote-nrom.c, remote-os9k.c, remote-udi.c.
2288
2289 2003-01-05 Mark Kettenis <kettenis@gnu.org>
2290
2291 * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.
2292 * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about
2293 i386_get_longjmp_target.
2294
2295 2003-01-05 Andrew Cagney <ac131313@redhat.com>
2296
2297 * arm-tdep.c (prologue_cache): Change to a pointer.
2298 (_initialize_arm_tdep): Allocate prologue_cache.
2299 (check_prologue_cache): Update.
2300 (save_prologue_cache): Update.
2301 (arm_gdbarch_init): Update.
2302
2303 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
2304
2305 * stabsread.c (update_method_name_from_physname): Call complaint()
2306 instead of error.
2307
2308 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
2309
2310 * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.
2311 * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests.
2312 * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test.
2313
2314 * blockframe.c: Include "gdbcmd.h" and "command.h".
2315 (backtrace_below_main): New variable.
2316 (file_frame_chain_valid, func_frame_chain_valid)
2317 (nonnull_frame_chain_valid, generic_file_frame_chain_valid)
2318 (generic_func_frame_chain_valid): Remove functions.
2319 (frame_chain_valid, do_flush_frames_sfunc): New functions.
2320 (_initialize_blockframe): New function.
2321 * Makefile.in (blockframe.o): Update dependencies.
2322 * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME
2323 comment. Call frame_chain_valid ().
2324 * frame.h: Remove old prototypes. Add prototype for
2325 frame_chain_valid and update comments to match.
2326 * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function.
2327 Remove old comment.
2328 * gdbarch.h: Regenerated.
2329 * gdbarch.c: Regenerated.
2330
2331 * alpha-tdep.c (alpha_gdbarch_init): Don't call
2332 set_gdbarch_frame_chain_valid.
2333 * avr-tdep.c (avr_gdbarch_init): Likewise.
2334 * cris-tdep.c (cris_gdbarch_init): Likewise.
2335 * frv-tdep.c (frv_gdbarch_init): Likewise.
2336 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
2337 * i386-tdep.c (i386_svr4_init_abi): Likewise.
2338 (i386_nw_init_abi): Likewise.
2339 (i386_gdbarch_init): Likewise.
2340 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
2341 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
2342 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
2343 * mcore-tdep.c (mcore_gdbarch_init): Likewise.
2344 * mips-tdep.c (mips_gdbarch_init): Likewise.
2345 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
2346 * ns32k-tdep.c (ns32k_gdbarch_init): Likewise.
2347 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Likewise.
2348 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
2349 * s390-tdep.c (s390_gdbarch_init): Likewise.
2350 * sh-tdep.c (sh_gdbarch_init): Likewise.
2351 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
2352 * v850-tdep.c (v850_gdbarch_init): Likewise.
2353 * vax-tdep.c (vax_gdbarch_init): Likewise.
2354 * x86-64-tdep.c (x86_64_init_abi): Likewise.
2355
2356 * config/m32r/tm-m32r.h (FRAME_CHAIN_VALID): Don't define.
2357 * config/m68k/tm-apollo68b.h (FRAME_CHAIN_VALID): Likewise.
2358 * config/m68k/tm-m68kv4.h (FRAME_CHAIN_VALID): Likewise.
2359 * config/m68k/tm-monitor.h (FRAME_CHAIN_VALID): Likewise.
2360 * config/m68k/tm-os68k.h (FRAME_CHAIN_VALID): Likewise.
2361 * config/m68k/tm-vx68.h (FRAME_CHAIN_VALID): Likewise.
2362 * config/mn10200/tm-mn10200.h (FRAME_CHAIN_VALID): Likewise.
2363 * config/sparc/tm-sparclite.h (FRAME_CHAIN_VALID): Likewise.
2364
2365 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
2366
2367 * Makefile.in (acconfig_h): Remove incorrect macro.
2368 (config_h): Define.
2369 (osabi.o): Update dependencies.
2370 * configure.tgt: Set gdb_osabi based on target triplet.
2371 * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi.
2372 * configure: Regenerated.
2373 * config.in: Regenerated.
2374 * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h".
2375 (GDB_OSABI_DEFAULT): Define if not already defined.
2376 (user_osabi_state, user_selected_osabi, gdb_osabi_available_names)
2377 (set_osabi_string): New variables.
2378 (gdbarch_register_osabi): Add new OS ABI to
2379 gdb_osabi_available_names.
2380 (gdbarch_lookup_osabi): Honor specified and default OS ABIs.
2381 (set_osabi, show_osabi): New functions.
2382 (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
2383
2384 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
2385
2386 * arch-utils.c (gdbarch_info_init): Set osabi to
2387 GDB_OSABI_UNINITIALIZED.
2388 * gdbarch.sh: Add osabi to struct gdbarch and to struct
2389 gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi
2390 in gdbarch_list_lookup_by_info and in gdbarch_update_p.
2391 * gdbarch.c: Regenerated.
2392 * gdbarch.h: Regenerated.
2393 * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if
2394 there's no BFD.
2395 (gdbarch_init_osabi): Remove osabi argument; use info.osabi.
2396 * osabi.h (enum gdb_osabi): Move to defs.h.
2397 (gdbarch_init_osabi): Update prototype.
2398 * defs.h (enum gdb_osabi): Moved here.
2399 * Makefile.in: Update dependencies.
2400
2401 * alpha-tdep.h: Don't include "osabi.h".
2402 (struct gdbarch_tdep): Remove osabi member.
2403 * alpha-tdep.c: Include "osabi.h".
2404 (alpha_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
2405 iterate over arches. Update call to gdbarch_init_osabi.
2406 (alpha_dump_tdep): Don't dump osabi.
2407 * alpha-linux-tdep.c: Include "osabi.h".
2408 * alpha-osf1-tdep.c: Include "osabi.h".
2409 * alphafbsd-tdep.c: Include "osabi.h".
2410 * alphanbsd-tdep.c: Include "osabi.h".
2411
2412 * arm-tdep.h: Don't include "osabi.h".
2413 (struct gdbarch_tdep): Remove osabi member.
2414 * arm-tdep.c: Include "osabi.h".
2415 (arm_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
2416 iterate over arches. Update call to gdbarch_init_osabi.
2417 (arm_dump_tdep): Don't dump osabi.
2418 * arm-linux-tdep.c: Include "osabi.h".
2419 * armnbsd-tdep.c: Include "osabi.h".
2420
2421 * hppa-tdep.c (hppa_gdbarch_init): Don't call gdbarch_lookup_osabi.
2422 Update call to gdbarch_init_osabi.
2423
2424 * i386-tdep.h: Don't include "osabi.h".
2425 (struct gdbarch_tdep): Remove osabi member.
2426 * i386-tdep.c: Include "osabi.h".
2427 (i386_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
2428 iterate over arches. Update call to gdbarch_init_osabi.
2429 (i386_dump_tdep): Don't dump osabi.
2430 * i386-linux-tdep.c: Include "osabi.h".
2431 * i386-sol2-tdep.c: Include "osabi.h".
2432 * i386bsd-tdep.c: Include "osabi.h".
2433 * i386gnu-tdep.c: Include "osabi.h".
2434 * i386ly-tdep.c: Include "osabi.h".
2435 * i386nbsd-tdep.c: Include "osabi.h".
2436 * i386obsd-tdep.c: Include "osabi.h".
2437
2438 * mips-tdep.c (struct gdbarch_tdep): Remove osabi member.
2439 (mips_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
2440 check osabi when iterating over arches. Update call to
2441 gdbarch_init_osabi.
2442 (mips_dump_tdep): Don't dump osabi.
2443
2444 * ns32k-tdep.h: Don't include "osabi.h".
2445 (struct gdbarch_tdep): Remove.
2446 * ns32k-tdep.c (ns32k_gdbarch_init): Don't call
2447 gdbarch_lookup_osabi. Don't iterate over arches. Don't
2448 allocate tdep. Update call to gdbarch_init_osabi.
2449 (ns32k_dump_tdep): Remove.
2450 (_initialize_ns32k_tdep): Update call to gdbarch_register.
2451 * ns32knbsd-tdep.c: Include "osabi.h".
2452
2453 * ppc-tdep.h: Don't include "osabi.h".
2454 (struct gdbarch_tdep): Remove osabi member.
2455 * rs6000-tdep.c: Include "osabi.h".
2456 (rs6000_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't check
2457 osabi when iterating over arches. Update call to
2458 gdbarch_init_osabi.
2459 (rs6000_dump_tdep): Don't dump osabi.
2460 * ppc-linux-tdep.c: Include "osabi.h".
2461 * ppcnbsd-tdep.c: Include "osabi.h".
2462
2463 * sh-tdep.h: Don't include "osabi.h".
2464 (struct gdbarch_tdep): Remove osabi member.
2465 * sh-tdep.c: Include "osabi.h".
2466 (sh_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
2467 iterate over arches. Update call to gdbarch_init_osabi.
2468 (sh_dump_tdep): Don't dump osabi.
2469 * shnbsd-tdep.c: Include "osabi.h".
2470
2471 * sparc-tdep.c: Include "osabi.h".
2472 (sparc_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
2473 iterate over arches. Update call to gdbarch_init_osabi.
2474 (sparc_dump_tdep): Don't dump osabi. Do dump the rest of the
2475 tdep structure.
2476
2477 * vax-tdep.h: Don't include "osabi.h".
2478 (struct gdbarch_tdep): Remove.
2479 * vax-tdep.c: Include "osabi.h".
2480 (vax_gdbarch_init): Don't call gdbarch_lookup_osabi. Don't
2481 iterate over arches. Don't allocate tdep. Update call
2482 to gdbarch_init_osabi.
2483 (vax_dump_tdep): Remove.
2484 (_initialize_vax_tdep): Update call to gdbarch_register.
2485
2486 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
2487
2488 * breakpoint.c (insert_breakpoints): Skip disabled breakpoints
2489 entirely.
2490 (breakpoint_re_set_one): Don't fetch the value for a disabled
2491 watchpoint.
2492
2493 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
2494
2495 * buildsym.h (processing_hp_compilation): Remove obsolete variable.
2496 * gdbarch.sh Remove include of "value.h" in gdbarch.h.
2497 (COERCE_FLOAT_TO_DOUBLE): Remove.
2498 * gdbarch.c: Regenerate.
2499 * gdbarch.h: Regenerate.
2500 * Makefile.in: Remove value_h from gdbarch_h.
2501 * valops.c (coerce_float_to_double): New variable.
2502 (default_coerce_float_to_double): Remove.
2503 (standard_coerce_float_to_double): Remove.
2504 (value_arg_coerce): Use coerce_float_to_double.
2505 (_initialize_valops): Add "set coerce-float-to-double".
2506 * value.h (default_coerce_float_to_double): Remove prototype.
2507 (standard_coerce_float_to_double): Remove prototype.
2508
2509 * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as
2510 prototyped.
2511 * mdebugread.c (parse_symbol): Likewise.
2512 * stabsread.c (define_symbol): Mark all functions as prototyped.
2513
2514 * hppa-tdep.c (hppa_coerce_float_to_double): Remove.
2515 * alpha-tdep.c (alpha_gdbarch_init): Remove call to
2516 set_gdbarch_coerce_float_to_double.
2517 * arm-tdep.c (arm_gdbarch_init): Likewise.
2518 * frv-tdep.c (frv_gdbarch_init): Likewise.
2519 * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out).
2520 * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise.
2521 * mips-tdep.c (mips_gdbarch_init): Likewise.
2522 (mips_coerce_float_to_double): Remove.
2523 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
2524 (rs6000_coerce_float_to_double): Remove.
2525 * s390-tdep.c (s390_gdbarch_init): Likewise.
2526 * sh-tdep.c (sh_gdbarch_init): Likewise.
2527 (sh_coerce_float_to_double): Remove.
2528 * sparc-tdep.c (sparc_gdbarch_init): Likewise.
2529 (sparc_coerce_float_to_double): Remove.
2530 * v850-tdep.c (v850_gdbarch_init): Likewise.
2531 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
2532 * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove.
2533 * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove.
2534 (hppa_coerce_float_to_double): Remove prototype.
2535 * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove.
2536
2537 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
2538
2539 * regformats/reg-m68k.dat: Remove fpcode and fpflags.
2540
2541 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
2542
2543 Suggested by Stewart Brown <sb24@avaya.com>:
2544 * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show
2545 in recursive calls. Handle TYPE_CODE_TYPEDEF.
2546 (c_type_print_varspec_suffix): Likewise.
2547
2548 2003-01-04 Mark Kettenis <kettenis@gnu.org>
2549
2550 * configure.in: Don't set and AC_SUBST SUBDIRS.
2551 * configure: Regenerated.
2552
2553 * configure.in: Remove code dealing with shared libraries.
2554 * Makefile.in: Remove HLDFLAGS and HLDENV.
2555 * configure: Regenerated.
2556
2557 2003-01-04 Andrew Cagney <ac131313@redhat.com>
2558
2559 * frame.c (deprecated_frame_xmalloc): New function.
2560 (deprecated_set_frame_saved_regs_hack): New function.
2561 (deprecated_set_frame_extra_info_hack): New function.
2562 * frame.h (deprecated_frame_xmalloc): Declare.
2563 (deprecated_set_frame_saved_regs_hack): Declare.
2564 (deprecated_set_frame_extra_info_hack): Declare.
2565
2566 2003-01-04 Mark Kettenis <kettenis@gnu.org>
2567
2568 * configure.in: Move code that provides the --enable-gdbtk option
2569 right after the code that handles the --enable-tui option, and
2570 polish it somewhat.
2571 * configure: Regenerated.
2572
2573 * configure.in: Call AC_GNU_SOURCE. Check for pread64 using
2574 AC_CHECK_FUNCS and remove the old check for pread64.
2575 * acinclude.m4 (AC_GNU_SOURCE): New macro.
2576 * acconfig.h (_GNU_SOURCE): Add.
2577 (HAVE_PREAD64): Remove.
2578 * configure, aclocal.m4, config.in: Regenerated.
2579
2580 2003-01-03 Andrew Cagney <ac131313@redhat.com>
2581
2582 * alpha-tdep.c: Use get_frame_saved_regs.
2583 * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
2584 * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto.
2585 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Ditto.
2586 * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, v850-tdep.c: Ditto.
2587 * vax-tdep.c, xstormy16-tdep.c: Ditto.
2588
2589 2003-01-03 Mark Kettenis <kettenis@gnu.org>
2590
2591 * configure.in: Remove all use of the SUBDIRS variable; add
2592 directories using the AC_CONFIG_SUBDIRS macro instead. Polish
2593 code providing the --enable-multi-ice option, and move it right in
2594 front of the code that checks whether gdbserver is supported.
2595 Polish that too.
2596 * configure: Regenerated.
2597 * Makefile.in (SUBDIRS): Substitute @subdirs@ instead of
2598 @SUBDIRS@.
2599
2600 2003-01-03 Andrew Cagney <cagney@redhat.com>
2601
2602 * alpha-tdep.c: Use deprecated_update_frame_base_hack.
2603 * avr-tdep.c, cris-tdep.c: Ditto.
2604 * mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto.
2605 * sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
2606
2607 2003-01-03 Mark Kettenis <kettenis@gnu.org>
2608
2609 * configure.in: Remove --enable-netrom option.
2610 * configure: Regenerated.
2611
2612 2003-01-03 Mark Kettenis <kettenis@gnu.org>
2613
2614 * cli/cli-decode.h: Don't include "gdb_regex.h"; provide a forward
2615 declaration for `struct re_pattern_buffer' instead.
2616 * Makefile.in (cli_decode_h): Remove $(gdb_regex_h).
2617
2618 2003-01-03 J. Brobecker <brobecker@gnat.com>
2619
2620 * mdebugread.c (parse_symbol): Count until the stEnd matching
2621 the structure name.
2622
2623 2003-01-02 Mark Kettenis <kettenis@gnu.org>
2624
2625 * configure.in: Remove --with-cpu option.
2626 subscripts. Remove evil changequotes here.
2627 * acconfig.h (TARGET_CPU_DEFAULT): Remove.
2628 * config.in, configure: Regenerated.
2629
2630 * acconfig.h (DEFAULT_BFD_ARCH, DEFAULT_BFD_VEC): Remove.
2631 * configure.in: Cleanup section that sources GDB and BFD configure
2632 subscripts. Remove evil changequotes here.
2633 * config.in, configure: Regenerated.
2634
2635 2003-01-02 Andrew Cagney <ac131313@redhat.com>
2636
2637 * arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack
2638 frame accessor methods.
2639 * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto.
2640 * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto.
2641 * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto.
2642 * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto.
2643 * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto.
2644 * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto.
2645 * z8k-tdep.c: Ditto.
2646
2647 2003-01-02 Mark Kettenis <kettenis@gnu.org>
2648
2649 * configure.in: Remove UI_OUT configuration code.
2650 * ada-lang.c: Update assuming UI_OUT is always true.
2651 * Makefile.in (UIOUT_CFLAGS): Remove.
2652 * configure: Regenerated.
2653 * TODO: Remove blurb about elimination of -DUI_OUT.
2654
2655 * configure.in: Move code that provides the --enable-gdbcli,
2656 --enable-gdbmi options right before the code that handles the
2657 --enable-tui option. Polish a bit.
2658 * configure: Regenerated.
2659
2660 * configure.in: Rewrite check for GNU regex and the
2661 --without-included regex option, and move it into the "Checks for
2662 library functions" section. This makes us use the system regex
2663 again by default on systems with version 2 of the GNU C library.
2664 This was apparently broken.
2665 * gdb_regex.h [!USE_INCLUDED_REGEX] (_REGEX_RE_COMP): Define.
2666 * acconfig.h (USE_INCLUDED_REGEX): Remove.
2667 * config.in, configure: Regenerated.
2668
2669 * configure.in: Move code that provides the --enable-tui option
2670 before the "Checks for libraries" section. Polish the code
2671 somewhat and set need_curses to yes if we build the TUI. Rewrite
2672 code that looks for a library providing termcap functionality to
2673 match more closely what's done in the Readline library, and move
2674 it into to the "Checks for libraries" section.
2675 * configure: Regenerated.
2676 * Makefile.in (TERMCAP): Remove variable.
2677 * config/i386/go32.mh (TERMCAP): Remove variable.
2678
2679 2003-01-02 Andrew Cagney <ac131313@redhat.com>
2680
2681 * MAINTAINERS: Mention gdb_mbuild.sh.
2682 * gdb_mbuild.sh: Rewrite.
2683
2684 2003-01-02 Mark Kettenis <kettenis@gnu.org>
2685
2686 * configure.in: Fix typo in last change.
2687 * config.in, configure: Regenerated.
2688
2689 2003-01-02 Andrew Cagney <ac131313@redhat.com>
2690
2691 * valarith.c (value_binop): Delete obsolete code and comments.
2692 * configure.host: Ditto.
2693 * buildsym.h (make_blockvector): Ditto.
2694 * buildsym.c (make_blockvector): Ditto.
2695 * defs.h (enum language): Ditto.
2696 (chill_demangle): Ditto.
2697 * elfread.c (elf_symtab_read): Ditto.
2698 * dwarfread.c (CHILL_PRODUCER): Ditto.
2699 (set_cu_language): Ditto.
2700 (handle_producer): Ditto.
2701 * expprint.c (print_subexp): Ditto.
2702 * gdbtypes.c (chill_varying_type): Ditto.
2703 * gdbtypes.h (builtin_type_chill_bool): Ditto.
2704 (builtin_type_chill_char, builtin_type_chill_long): Ditto.
2705 (builtin_type_chill_ulong, builtin_type_chill_real): Ditto.
2706 (chill_varying_type): Ditto.
2707 * language.h (_LANG_chill): Ditto.
2708 * language.c (binop_result_type, integral_type): Ditto.
2709 (character_type, string_type, structured_type): Ditto.
2710 (lang_bool_type, binop_type_check): Ditto.
2711 * stabsread.h (os9k_stabs): Ditto.
2712 * stabsread.c (os9k_type_vector, dbx_lookup_type): Ditto.
2713 (define_symbol, read_type, read_struct_fields): Ditto.
2714 (read_array_type, read_enum_type, read_huge_number): Ditto.
2715 (read_range_type, start_stabs): Ditto.
2716 * symfile.c (init_filename_language_table): Ditto.
2717 (add_psymbol_with_dem_name_to_list): Ditto.
2718 * symtab.c (symbol_init_language_specific): Ditto.
2719 (symbol_init_demangled_name, symbol_demangled_name): Ditto.
2720 * symtab.h (struct general_symbol_info): Ditto.
2721 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
2722 * typeprint.c (typedef_print): Ditto.
2723 * utils.c (fprintf_symbol_filtered): Ditto.
2724 * valops.c (value_cast, search_struct_field, value_slice): Delete
2725 obsolete code.
2726 (varying_to_slice): Delete function.
2727 * value.h (COERCE_VARYING_ARRAY): Delete obsolete macro contents.
2728 (varying_to_slice): Delete declaration.
2729 * MAINTAINERS: Update.
2730
2731 2003-01-02 Mark Kettenis <kettenis@gnu.org>
2732
2733 * configure.in: Reorganize "Checks for library functions section"
2734 a bit. Remove check for `btowc' and `isascii' functions.
2735 * configure: Regenerated.
2736
2737 * acconfig.h (_MSE_INT_H): Remove.
2738 * configure.in: Create "Checks for header files" section, and move
2739 appropriate tests there. Don't check for objlist.h, wchar.h,
2740 wctype.h and asm/debugreg.h. Rewrite Solaris 2.[78] <curses.h>
2741 misdetection fix. Also add "Checks for types", "Checks for
2742 compiler characteristics" and "Checks for library functions"
2743 sections.
2744 * config.in, configure: Regenerated.
2745
2746 * configure.in: Create "Checks for programs" section, and move
2747 appropriate tests there.
2748
2749 2003-01-01 Mark Kettenis <kettenis@gnu.org>
2750
2751 * configure.in: Create "Checks for libraries" section, and move
2752 appropriate tests there. Cleanup check for wctype in libw. Use
2753 AC_SEARCH_LIBS to see whether we need libsocket.
2754 * configure: Regenerated.
2755
2756 For older changes see ChangeLog-2002
2757 \f
2758 Local Variables:
2759 mode: change-log
2760 left-margin: 8
2761 fill-column: 74
2762 version-control: never
2763 End:
This page took 0.081917 seconds and 3 git commands to generate.