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