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