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