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