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