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