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