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