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