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