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