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