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