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