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