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