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