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