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