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