542c635f1000d41c090720207bb22c686dfadc7a
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2004-02-15 Andrew Cagney <cagney@redhat.com>
2
3 * procfs.c (procfs_init_inferior): Assume that
4 START_INFERIOR_TRAPS_EXPECTED is defined.
5 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
6 * config/ns32k/tm-nbsd.h: Delete file,
7 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
8
9 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
10 * config/vax/tm-vax.h: Delete file.
11
12 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
13 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
14 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
15 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
16 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
17 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
18 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
19
20 2004-02-15 Mark Kettenis <kettenis@gnu.org>
21
22 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
23 * dwarf2-frame.c (dwarf2_frame_data): New variable.
24 (struct dwarf2_frame_ops): New.
25 (dwarf2_frame_default_init_reg): New function, based on
26 dwarf2_frame_init_reg.
27 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
28 (dwarf2_frame_init_reg): Call architecture-specific function.
29 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
30 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
31 instead of dwarf2_frame_data.
32 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
33 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
34
35 2004-02-15 Andrew Cagney <cagney@redhat.com>
36
37 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
38 register_gdbarch_swap.
39 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
40 * f-lang.c (_initialize_f_language): Update, use
41 DEPRECATED_REGISTER_GDBARCH_SWAP.
42 * remote.c (_initialize_remote): Ditto.
43 * regcache.c (_initialize_regcache): Ditto.
44 * parse.c (_initialize_parse): Ditto.
45 * infrun.c (_initialize_infrun): Ditto.
46 * mi/mi-main.c (_initialize_mi_main): Ditto.
47 * gdbtypes.c (_initialize_gdbtypes): Ditto.
48
49 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
50 poking .cacheable directly.
51 * symfile.c (symfile_bfd_open): Ditto.
52
53 * Makefile.in: Update all dependencies.
54
55 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
56 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
57 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
58 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
59 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
60
61 2004-02-14 Andrew Cagney <cagney@redhat.com>
62
63 * arch-utils.c (legacy_convert_register_p): Check
64 DEPRECATED_REGISTER_CONVERTIBLE_P.
65 * findvar.c (value_of_register): Ditto.
66
67 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
68 * gdbarch.h, gdbarch.c: Re-generate.
69 * arch-utils.c (deprecated_register_convertible_not): Delete.
70 * arch-utils.h (deprecated_register_convertible_not): Delete.
71 * mi/mi-main.c (get_register): Update. Update copyright.
72 * infcmd.c (default_print_registers_info): Update.
73
74 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
75 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
76 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
77 * gdbarch.h, gdbarch.c: Re-generate.
78 * frame.c (deprecated_get_next_frame_hack): Delete function.
79 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
80 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
81 Update.
82 * infcall.c (call_function_by_hand): Update.
83
84 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
85
86 * symfile.c (init_entry_point_info, entry_point_address): Move
87 from here...
88 * objfiles.c (init_entry_point_info, entry_point_address):..to
89 here.
90 * symfile.h (init_entry_point_info, entry_point_address): Remove
91 prototypes.
92 * objfiles.h (init_entry_point_info, entry_point_address):Add
93 prototypes.
94 * cris-tdep.c: Remove include of symfile.h. Add include of
95 objfiles.h.
96 * infcall.c: Ditto.
97 * mcore-tdep.c: Ditto.
98 * mn10300-tdep.c: Ditto.
99 * sh64-tdep.c: Ditto.
100 * v850-tdep.c: Ditto.
101 * arm-tdep.c: Remove include of symfile.h.
102 * blockframe.c: Ditto.
103 * coffread.c: Ditto.
104 * dbxread.c: Ditto.
105 * dwarf2read.c: Ditto.
106 * dwarfread.c: Ditto.
107 * frv-tdep.c: Ditto.
108 * ia64-tdep.c: Ditto.
109 * mdebugread.c: Ditto.
110 * mipsread.c: Ditto.
111 * rs6000-tdep.c: Ditto.
112 * s390-tdep.c: Ditto.
113 * sh-tdep.c: Ditto.
114 * xstormy16-tdep.c: Ditto.
115 * gdbarch.sh: Remove include of symfile.h.
116 * gdbarch.c: Regenerate.
117 * solib-irix.c (enable_break): Use entry_point_address().
118 Add comment about include file.
119 * xcoffread.c: Add comment about include file.
120 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
121 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
122 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
123 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
124 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
125
126 2004-02-13 Andrew Cagney <cagney@redhat.com>
127
128 * corelow.c (core_xfer_partial): Use "struct bfd_section".
129 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
130 copyright.
131 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
132
133 2004-02-12 Fred Fish <fnf@redhat.com>
134
135 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
136 set_gdbarch_store_return_value.
137
138 2004-02-12 Andrew Cagney <cagney@redhat.com>
139
140 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
141 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
142 (interrupt_query): Ditto.
143 (ofunc): Delete unused variable.
144 * cris-tdep.c (cris_abi): Delete unused function.
145 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
146 (cris_get_wide_opcode, cris_get_short_size): Ditto.
147 (cris_get_asr_quick_shift_steps): Ditto.
148 (cris_skip_prologue_frameless_p): Ditto.
149 * arm-tdep.c (arm_push_return_address): Delete unused function.
150 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
151 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
152 * s390-tdep.c (s390_function_start): Delete unused function.
153
154 2004-02-12 Andrew Cagney <cagney@redhat.com>
155
156 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
157 gdbarch.h, gdbarch.c: Re-generate.
158 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
159 to generic_prologue_frameless_p.
160 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
161 * arch-utils.c (generic_prologue_frameless_p): Delete function.
162
163 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
164
165 * mips-linux-tdep.c: Include "frame.h".
166 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
167 (mips_linux_skip_resolver): New functions.
168 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
169 and set_gdbarch_in_solib_call_trampoline.
170 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
171 to after set_gdbarch_in_solib_return_trampoline. Only set the
172 solib hooks to mips16 functions if the OS ABI is unknown.
173 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
174 including "config/tm-linux.h".
175 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
176 * Makefile.in (mips-linux-tdep.o): Update.
177
178 2004-02-11 David Carlton <carlton@kealia.com>
179
180 * linespec.c (decode_compound): Only look for a class symbol when
181 considering all but the rightmost component.
182
183 2004-02-11 Andrew Cagney <cagney@redhat.com>
184
185 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
186 abi code are are separatly grouped.
187
188 2004-02-11 Andrew Cagney <cagney@redhat.com>
189
190 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
191 * gdbarch.h, gdbarch.c: Re-generate.
192 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
193 * v850-tdep.c (v850_gdbarch_init): Update.
194 * sh64-tdep.c (sh64_gdbarch_init): Update.
195 * sh-tdep.c (sh_gdbarch_init): Update.
196 * s390-tdep.c (s390_gdbarch_init): Update.
197 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
198 * mips-tdep.c (mips_gdbarch_init): Update.
199 * mcore-tdep.c (mcore_gdbarch_init): Update.
200 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
201 * m32r-tdep.c (m32r_gdbarch_init): Update.
202 * ia64-tdep.c (ia64_gdbarch_init): Update.
203 * hppa-tdep.c (hppa_gdbarch_init): Update.
204 * h8300-tdep.c (h8300_gdbarch_init): Update.
205 * frv-tdep.c (frv_gdbarch_init): Update.
206 * d10v-tdep.c (d10v_gdbarch_init): Update.
207 * cris-tdep.c (cris_gdbarch_init): Update.
208 * avr-tdep.c (avr_gdbarch_init): Update.
209 * arm-tdep.c (arm_gdbarch_init): Update.
210 * alpha-tdep.c (alpha_gdbarch_init): Update.
211
212 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
213
214 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
215 comma.
216 (sh_sh4al_dsp_register_name): Ditto.
217
218 2004-02-10 Andrew Cagney <cagney@redhat.com>
219
220 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
221 (mips_init_frame_pc_first): Delete function.
222 (mips_frame_saved_pc): Delete function.
223 (mips_frame_chain): Delete function.
224 (mips_init_extra_frame_info): Delete function.
225 (mips_xfer_register): Delete unused variable "reg".
226 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
227 (mips_n32n64_return_value): Delete unused variable "reg".
228 (mips_n32n64_return_value): Delete unused variable "pos".
229 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
230 (mips_o32_return_value): Delete unused variable "pos".
231 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
232 (mips_print_fp_register): Delete unused variable "namelen"
233 (mips_print_fp_register): Delete unused variable "flt2"
234 (get_frame_pointer): Delete function.
235 (cached_proc_desc): Delete static variable.
236 (mips_pop_frame): Delete function.
237 (mips_find_saved_regs): Delete function.
238 (mips_get_saved_register): Delete function.
239 (mips_saved_pc_after_call): Delete function.
240 (SIGFRAME_BASE): Delete macro.
241 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
242 (SIGFRAME_PC_OFF): Delete macro.
243 (SIGFRAME_REGSAVE_OFF): Delete macro.
244 (mips_dump_tdep): Do not print deleted macro definitions.
245
246 2004-02-10 Andrew Cagney <cagney@redhat.com>
247
248 * Makefile.in (SFILES): Remove explictly listed tui files.
249 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
250
251 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
252
253 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
254 to use paddr functions to format ia64 addresses and long values.
255 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
256 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
257 (get_kernel_table, ia64_find_proc_info_x): Ditto.
258 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
259 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
260
261 2004-02-10 Andrew Cagney <cagney@redhat.com>
262
263 * defs.h: Do not include "tui.h".
264 * gdb_curses.h: New file.
265 * tui/tui-hooks.h: New file.
266 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
267 (tui_install_hooks, tui_remove_hooks): Delete declarations.
268 (tui_initialize_io): Delete declaration.
269 (tui_initialize_readline: Delete redundant declaration.
270 (struct tui_point): Delete definition.
271 * tui/tui-data.h (struct tui_point): Define.
272 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
273 * utils.c: Include "tui/tui.h".
274 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
275 * printcmd.c [TUI]: Include "tui/tui.h".
276 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
277 * tui/tui-command.c: Include "gdb_curses.h".
278 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
279 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
280 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
281 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
282 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
283 * Makefile.in: Update all dependencies.
284 (tui_hooks_h, gdb_curses_h): Define.
285 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
286
287 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
288
289 * objfiles.h (struct objfile): Remove unused fields auxf1 and
290 auxf2. Add comments about some other rarely used fields.
291
292 2004-02-10 Andrew Cagney <cagney@redhat.com>
293
294 * Makefile.in (init.c): Fix script removing duplicates. Problem
295 reported by Peter Schauer.
296
297 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
298
299 * bcache.c (bcache_xmalloc): Use obstack_init instead of
300 obstack_specify_allocation.
301 * objfiles.c (allocate_objfile): Ditto.
302 * solib-sunos.c (solib_add_common_symbols)
303 (allocate_rt_common_objfile): Ditto.
304 * symfile.c (reread_symbols): Ditto.
305 * gdb_obstack.h: Add comment.
306
307 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
308
309 * linespec.c (decode_line_1, locate_first_half)
310 (decode_compound, lookup_prefix_sym): Update comments. Delete old
311 commented out code.
312
313 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
314
315 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
316 obstack_free.
317
318 2004-02-09 Andrew Cagney <cagney@redhat.com>
319
320 * blockframe.c (find_pc_partial_function): If find_pc_overlay
321 fails, try find_pc_section. Fix PR c++/1267.
322 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
323 instead of find_pc_mapped_section.
324 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
325 not default to the section containing PC. Fix PR symtab/1519.
326
327 2004-02-09 Andrew Cagney <cagney@redhat.com>
328
329 * Makefile.in (mips-tdep.o): Update dependencies.
330 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
331 "trad-frame.h".
332 (mips_unwind_pc): Return the pseudo PC register.
333 (mips_unwind_dummy_id): New function.
334 (mips16_fetch_instruction): New function.
335 (mips32_fetch_instruction): New function.
336 (struct mips_frame_cache): Define.
337 (mips_mdebug_frame_cache): New function.
338 (mips_mdebug_frame_this_id): New function.
339 (mips_mdebug_frame_prev_register): New function.
340 (mips_mdebug_frame_unwind): Define.
341 (mips_mdebug_frame_sniffer): New function.
342 (mips_mdebug_frame_base_address): New function.
343 (mips_mdebug_frame_base): Define.
344 (mips_mdebug_frame_base_sniffer): New function.
345 (mips_gdbarch_init): Append unwind and base sniffers. Set
346 unwind_dummy_id.
347
348 2004-02-08 Andrew Cagney <cagney@redhat.com>
349
350 * frame.c: Print both the register number and name.
351
352 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
353 and a sed into a single sed. Make .c and .o patterns more robust.
354 (OBS): Delete.
355 (INIT_FILES): Replace OBS with COMMON_OBS.
356 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
357
358 2004-02-08 Mark Kettenis <kettenis@gnu.org>
359
360 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
361 the PT_WCOOKIE request.
362
363 2004-02-08 Andrew Cagney <cagney@redhat.com>
364
365 * mips-tdep.c (mips_unwind_pc): New function.
366 (mips_gdbarch_init): Set mips_unwind_pc.
367
368 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
369 (get_frame_id): Allow the UNKNOWN_FRAME.
370 (frame_register_unwind, get_frame_type): Ditto.
371
372 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
373 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
374 unwind_dummy_id indicates a legacy frame.
375
376 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
377 * configure: Re-generate.
378
379 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
380 methods.
381
382 2004-02-08 Andrew Cagney <cagney@redhat.com>
383
384 * configure.in (CONFIG_ALL): Set to Makefile target, and not
385 makefile macro.
386 * configure: Re-generate.
387 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
388 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
389 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
390 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
391 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
392 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
393 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
394 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
395 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
396 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
397
398 2004-02-07 Andrew Cagney <cagney@redhat.com>
399
400 * Makefile.in: Update all dependencies.
401
402 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
403 * configure: Re-generate.
404 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
405 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
406 (COMMON_OBS): Add "main.o" and "annotate.o".
407 (ANNOTATE_OBS): Delete.
408 (OBS): Remove ANNOTATE_OBS.
409 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
410 CONFIG_INITS.
411 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
412 against CONFIG_OBS and "main.o".
413 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
414 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
415
416 * tui/tui-command.c: Include "gdb_string.h", delete register
417 attribute, use ISO-C function signatures.
418 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
419 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
420 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
421 * tui/tui.c: Ditto.
422
423 * tui/tui-command.c: Change variable and function names to lower
424 case.
425 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
426 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
427 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
428 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
429 * tui/tui-winsource.c, tui/tui.c: Ditto.
430
431 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
432
433 * buildsym.c (free_pending_blocks, finish_block)
434 (record_pending_block, make_blockvector, end_symtab): Replace
435 symbol_obstack with objfile_obstack.
436 * coffread.c (process_coff_symbol, coff_read_struct_type)
437 (coff_read_enum_type): Ditto.
438 * cp-namespace.c (initialize_namespace_symtab)
439 (check_one_possible_namespace_symbol): Ditto.
440 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
441 (dwarf2_symbol_mark_computed): Ditto.
442 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
443 * elfread.c (elf_symtab_read): Ditto.
444 * hpread.c (hpread_symfile_init, hpread_symfile_init)
445 (hpread_read_enum_type, hpread_read_function_type)
446 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
447 Ditto.
448 * jv-lang.c (get_java_class_symtab, add_class_symbol)
449 (java_link_class_type): Ditto.
450 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
451 (new_symbol): Ditto.
452 * minsyms.c (install_minimal_symbols): Ditto.
453 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
454 (terminate_minimal_symbol_table): Replace symbol_obstack with
455 objfile_obstack.
456 (free_objfile): Remove freeing of symbol_obstack.
457 * objfiles.h: Remove symbol_obstack field.
458 * pa64solib.c (add_to_solist): Replace symbol_obstack with
459 objfile_obstack.
460 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
461 symbol_obstack.
462 (solib_add_common_symbols): Replace symbol_obstack with
463 objfile_obstack.
464 * somsolib.c (som_solib_add): Ditto.
465 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
466 (common_block_start, common_block_end): Ditto.
467 * symfile.c (reread_symbols): Remove freeing and init of
468 symbol_obstack.
469 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
470 * symfile.h: Update comment.
471 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
472 stats printing.
473 * symtab.c (symbol_set_names): Replace symbol_obstack with
474 objfile_obstack.
475 * symtab.h (struct general_symbol_info, struct minimal_symbol):
476 Update comments.
477 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
478 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
479 objfile_obstack.
480
481 2004-02-07 Andrew Cagney <cagney@redhat.com>
482
483 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
484 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
485 fields and variables.
486 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
487 (m_beInvisible): Delete macro.
488 * tui/tui-data.h: Fix case case fields and variables.
489 (m_genWinPtrIsNull): Delete macro.
490 (tui_win_list): Rename winList.
491 (TUI_SRC_WIN): Rename srcWin.
492 (TUI_DISASM_WIN): Rename disassemWin.
493 (TUI_DATA_WIN): Rename dataWin.
494 (TUI_CMD_WIN): Rename cmdWin.
495 (m_genWinPtrNotNull): Delete macro.
496 (m_winPtrIsNull): Delete macro.
497 (m_winPtrNotNull): Delete macro.
498 (tui_win_is_source_type): Replace m_winIsSourceType
499 (tui_win_is_auxillary): Replace m_winIsAuzillary.
500 (tui_win_has_locator): Replace m_hasLocator.
501 (tui_set_win_highlight): Replace m_setWinHighlightOn and
502 m_setWinHighlightOff.
503 * tui/tui-data.c: Update references.
504 (tui_win_is_source_type, tui_set_win_highlight): New functions.
505 (tui_win_has_locator, tui_win_is_auxillary): New functions.
506 * tui/tui-command.c, tui/tui-disasm.c: Update references.
507 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
508 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
509 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
510 * tui/tui-winsource.c, tui/tui.c: Ditto.
511
512 2004-02-07 Mark Kettenis <kettenis@gnu.org>
513
514 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
515 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
516 StackGhost.
517
518 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
519 variable `i6' to `i7'.
520 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
521
522 2004-02-07 Andrew Cagney <cagney@redhat.com>
523
524 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
525 (TuiPoint, TuiPointPtr): Ditto.
526 (TuiStatus, TuiStatusPtr): Ditto.
527 (TuiWinType, TuiWinTypePtr): Ditto.
528 (struct tui_point): Rename _TuiPoint.
529 (tui_get_low_disassembly_address): Rename
530 tuiGetLowDisassemblyAddress.
531 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
532 (tuiFree): Delete declaration.
533 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
534 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
535 * tui/tui.c (tuiFree): Delete function.
536 * cli/cli-cmds.c (disassemble_command): Update references.
537 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
538 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
539 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
540 * tui/tui-winsource.c: Ditto.
541
542 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
543
544 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
545 coffstab_build_psymtabs, elfstab_build_psymtabs)
546 (stabsect_build_psymtabs): Replace psymbol_obstack with
547 objfile_obstack.
548 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
549 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
550 Ditto.
551 * dwarfread.c (scan_compilation_units): Ditto.
552 * elfread.c (elfstab_offset_sections): Ditto.
553 * hppa-tdep.c (read_unwind_info): Ditto.
554 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
555 (hpread_end_psymtab): Ditto.
556 * mdebugread.c (mdebug_build_psymtabs, add_pending)
557 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
558 Ditto.
559 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
560 * objfiles.c (add_to_objfile_sections)
561 (build_objfile_section_table): Ditto.
562 (allocate_objfile): Remove init of psymbol_obstack.
563 (free_objfile): Remove freeing of psymbol_obstack.
564 * objfiles.h (struct objfile): Remove field
565 psymbol_obstack. Update comments.
566 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
567 psymbol_obstack with objfile_obstack.
568 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
569 psymbol_obstack.
570 * somread.c (som_symfile_offsets, init_import_symbols)
571 (init_export_symbols): Replace psymbol_obstack with
572 objfile_obstack.
573 * somsolib.c (som_solib_add_solib_objfile): Ditto.
574 * symfile.c (default_symfile_offsets, syms_from_objfile)
575 (reread_symbols): Remove freeing and init of psymbol_obstack.
576 (cashier_psymtab): Update comment.
577 * symmisc.c (print_objfile_statistics): Don't report stats for
578 psymbol obstack.
579 * symtab.h (struct general_symbol_info, struct partial_symtab):
580 Update comments.
581 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
582 (xcoff_symfile_offsets): Replace psymbol_obstack with
583 objfile_obstack.
584
585 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
586
587 * objfiles.h (struct objfile): Add objfile_obstack field.
588 Remove type_obstack field.
589
590 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
591 read_structure_scope read_enumeration, new_symbol): Replace
592 type_obstack with objfile_obstack.
593 * dwarfread.c (struct_type, enum_type): Ditto.
594 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
595 (lookup_fundamental_type): Ditto.
596 * gdbtypes.h (TYPE_ALLOC): Ditto.
597 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
598 (hpread_read_doc_function_type, hpread_read_struct_type)
599 (fix_static_member_physnames, hpread_read_array_type)
600 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
601 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
602 (java_link_class_type): Ditto.
603 * mdebugread.c (parse_type): Ditto.
604 * objfiles.c (allocate_objfile, free_objfile): Ditto.
605 * solib-sunos.c (solib_add_common_symbols): Ditto.
606 * stabsread.c (define_symbol, read_type, read_member_functions,
607 read_cpp_abbrev, read_one_struct_field): Ditto.
608 * symfile.c (reread_symbols): Ditto.
609 * symmisc.c (print_objfile_statistics): Ditto.
610
611 2004-02-07 Andrew Cagney <cagney@redhat.com>
612
613 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
614 (tui_exec_info_content): Rename TuiExecInfoContent.
615 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
616 (TuiWinInfo, TuiWinInfoPtr): Ditto.
617 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
618 (TuiList, TuiListPtr): Ditto.
619 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
620 (TuiDataType, TuiDataTypePtr): Ditto.
621 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
622 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
623 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
624 (TuiSourceElement, TuiSourceElementPtr): Ditto.
625 (TuiDataElement, TuiDataElementPtr): Ditto.
626 (TuiWinElement, TuiWinElementPtr): Ditto.
627 (TuiDataInfo, TuiDataInfoPtr): Ditto.
628 (TuiCommandElement, TuiCommandElementPtr): Ditto.
629 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
630 (TuiWhichElement, TuiWhichElementPtr): Ditto.
631 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
632 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
633 * tui/tui-command.c, tui/tui-data.c: Update references.
634 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
635 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
636 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
637 * tui/tui-winsource.c, tui/tui.c: Ditto.
638
639 2004-02-07 Mark Kettenis <kettenis@gnu.org>
640
641 * dwarf2-frame.h: Update copyright.
642 (enum dwarf2_frame_reg_rule): New.
643 (struct dwarf2_frame_state_reg): New.
644 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
645 * dwarf2-frame.c: Update copyright.
646 (enum dwarf2_reg_rule): Remove.
647 (struct dwarf2_frame_state): Remove defenition of `struct
648 dwarf2_frame_state_reg'.
649 (read_reg): Call get_frame_arch to get the architecture instead of
650 using CURRENT_GDBARCH.
651 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
652 DWARF2_FRAME_.
653 (dwarf2_frame_init_reg): New function.
654 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
655 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
656 initialize the register state. Prefix old `enum dwarf2_reg_rule'
657 tags with DWARF2_FRAME_.
658 (dwarf2_frame_prev_register): Call get_frame_arch to get the
659 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
660 dwarf2_reg_rule' tags with DWARF2_FRAME_.
661
662 2004-02-06 Andrew Cagney <cagney@redhat.com>
663
664 * tui/tui-data.h (struct tui_list): Rename _TuiList.
665 (enum tui_data_type): Rename _TuiDataType.
666 (struct tui_layout_def): Rename _TuiLayoutDef.
667 (struct tui_source_element): Rename _TuiSourceElement.
668 (struct tui_data_element): Rename _TuiDataElement.
669 (struct tui_command_element): Rename _TuiCommandElement.
670 (struct tui_locator_element): Rename _TuiLocatorElement.
671 (union tui_which_element): Define.
672 (struct tui_win_element): Rename _TuiWinElement.
673 (struct tui_data_info): Rename _TuiDataInfo.
674 (struct tui_source_info): Rename _TuiSourceInfo.
675 (struct tui_command_info): Rename _TuiCommandInfo.
676 (tui_initialize_static_data): Rename initializeStaticData.
677 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
678 (tui_alloc_win_info): Rename allocWinInfo.
679 (tui_init_generic_part): Rename initGenericPart.
680 (tui_init_win_info): Rename initWinInfo.
681 (tui_alloc_content): Rename allocContent.
682 (tui_add_content_elements): Rename addContentElements.
683 (tui_init_content_element): Rename initContentElement.
684 (tui_free_window): Rename freeWindow.
685 (tui_free_win_content): Rename freeWinContent.
686 (tui_free_data_content): Rename freeDataContent.
687 (tui_free_all_source_wins_content): Rename
688 freeAllSourceWinsContent.
689 (tui_del_window): Rename tuiDelWindow.
690 (tui_del_data_windows): Rename tuiDelDataWindows.
691 (tui_partial_win_by_name): Rename partialWinByName.
692 (tui_win_name): Rename winName.
693 (tui_current_layout): Rename currentLayout.
694 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
695 (tui_term_height): Rename termHeight.
696 (tui_set_term_height_to): Rename setTermHeightTo.
697 (tui_term_width): Rename termWidth.
698 (tui_set_term_width_to): Rename setTermWidthTo.
699 (tui_set_gen_win_origin): Rename setGenWinOrigin.
700 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
701 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
702 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
703 (tui_source_windows): Rename sourceWindows.
704 (tui_clear_source_windows): Rename clearSourceWindows.
705 (tui_clear_source_windows_detail): Rename
706 clearSourceWindowsDetail.
707 (tui_clear_win_detail): Rename clearWinDetail.
708 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
709 (tui_default_tab_len): Rename tuiDefaultTabLen.
710 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
711 (tui_win_with_focus): Rename tuiWinWithFocus.
712 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
713 (tui_layout_def): Rename tuiLayoutDef.
714 (tui_win_resized): Rename tuiWinResized.
715 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
716 (tui_next_win): Rename tuiNextWin.
717 (tui_prev_win): Rename tuiPrevWin.
718 (tui_add_to_source_windows): Rename addToSourceWindows.
719 * tui/tui-winsource.c, tui/tui-win.c: Update references.
720 * tui/tui-layout.c, tui/tui-source.c: Ditto.
721 * tui/tui-stack.c, tui/tui-io.c: Ditto.
722 * tui/tui.c, tui/tui-data.c: Ditto.
723 * tui/tui-interp.c, tui/tui-data.c: Ditto.
724 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
725
726 * tui/tui-source.h: Update copyright. Include "tui-data.h".
727 (struct symtab): Declare.
728 (tui_set_source_content): Rename tuiSetSourceContent.
729 (tui_show_symtab_source): Rename tuiShowSource.
730 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
731 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
732 * tui/tui-source.c: Update copyright. Update references.
733 * tui/tui-win.c, tui/tui-winsource.c: Update references.
734 * tui/tui-stack.c: Update references.
735
736 * tui/tui-win.h: Update copyright. Include "tui-data.h".
737 (struct tui_win_info): Declare.
738 (tui_scroll_forward): Rename tuiScrollForward.
739 (tui_scroll_backward): Rename tuiScrollBackward.
740 (tui_scroll_left): Rename tuiScrollLeft.
741 (tui_scroll_right): Rename tuiScrollRight.
742 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
743 (tui_resize_all): Rename tuiResizeAll.
744 (tui_refresh_all_win): Rename tuiRefreshAll.
745 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
746 * tui/tui-layout.c, * tui/tui-io.c: Update references.
747 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
748 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
749
750 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
751 (tui_erase_data_content): Rename tuiEraseDataContent.
752 (tui_display_all_data): Rename tuiDisplayAllData.
753 (tui_check_data_values): Rename tuiCheckDataValues.
754 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
755 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
756 (tui_first_data_element_no_in_line): Rename
757 tuiFirstDataElementNoInLine.
758 (tui_delete_data_content_windows): Rename
759 tuiDeleteDataContentWindows.
760 (tui_refresh_data_win): Rename tuiRefreshDataWin.
761 (tui_display_data_from): Rename tuiDisplayDataFrom.
762 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
763 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
764 * tui/tui-win.c, tui/tui-regs.c: Update references.
765 * tui/tui-layout.c, tui/tui.c: Update references.
766
767 * tui/tui-wingeneral.h: Update copyright.
768 (m_allBeVisible): Delete macro.
769 (m_allBeInvisible): Delete macro.
770 (struct tui_gen_win_info): Declare.
771 (struct tui_win_info): Declare.
772 (tui_unhighlight_win): Rename unhighlightWin.
773 (tui_make_visible, tui_make_invisible): Replace makeVisible.
774 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
775 (tui_make_window): Rename makeWindow.
776 (tui_copy_win): Rename copyWin.
777 (tui_box_win): Rename boxWin.
778 (tui_highlight_win): Rename highlightWin.
779 (tui_check_and_display_highlight_if_needed): Rename
780 checkAndDisplayHighlightIfNeeded.
781 (tui_refresh_all): Rename refreshAll.
782 (tui_delete_win): Rename tuiDelwin.
783 (tui_refresh_win): Rename tuiRefreshWin.
784 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
785 (tui_make_visible, tui_make_invisible): New functions.
786 (tui_make_all_visible, tui_make_all_invisible): New functions.
787 (make_all_visible): Rename makeAllVisible.
788 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
789 * tui/tui-data.c, tui/tui-winsource.c: Update references.
790 * tui/tui-windata.c, tui/tui-win.c: Update references.
791 * tui/tui-regs.c, tui/tui-layout.c: Update references.
792 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
793
794 2004-02-06 Mark Kettenis <kettenis@gnu.org>
795
796 * proc-api.c (write_with_trace): Initialize local variable to
797 silence compiler warning.
798
799 2004-02-06 Andrew Cagney <cagney@redhat.com>
800
801 * tui/tui-source.h: Do not include "defs.h".
802 (struct tui_win_info): Declare.
803 (tui_set_source_content_nil): Declare.
804 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
805 (union tui_line_or_address): Rename _TuiLineOrAddress.
806 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
807 (tui_update_source_window): Rename tuiUpdateSourceWindow.
808 (tui_update_source_window_as_is): Rename
809 tuiUpdateSourceWindowAsIs.
810 (tui_update_source_windows_with_addr): Rename
811 tuiUpdateSourceWindowsWithAddr.
812 (tui_update_source_windows_with_line): Rename
813 tuiUpdateSourceWindowsWithLine.
814 (tui_clear_source_content): Rename tuiClearSourceContent.
815 (tui_erase_source_content): Rename tuiEraseSourceContent.
816 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
817 (tui_show_source_content): Rename tuiShowSourceContent.
818 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
819 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
820 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
821 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
822 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
823 (tui_update_exec_info): Rename tuiUpdateExecInfo.
824 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
825 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
826 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
827 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
828 (struct tui_win_info): Declare.
829 * tui/tui-stack.c: Update references.
830 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
831 * tui/tui-win.c, tui/tui-source.c: Ditto.
832 * tui/tui.c, tui/tui-disasm.c: Ditto.
833
834 2004-02-06 Mark Kettenis <kettenis@gnu.org>
835
836 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
837 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
838
839 2004-02-05 Mark Kettenis <kettenis@gnu.org>
840
841 * infrun.c (handle_inferior_event): Allow for breakpoint
842 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
843 and SIGEMT. Update comments.
844 * NEWS (Revised SPARC target): Mention support for non-executable
845 stack.
846
847 2004-02-04 Mark Kettenis <kettenis@gnu.org>
848
849 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
850 * inftarg.c: Update copyright year.
851 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
852 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
853 (sparc_xfer_wcookie): New function.
854 * sparc-tdep.c (sparc_fetch_wcookie): New function.
855 * Makefile.in (sparc-nat.o): Update dependencies.
856 * config/sparc/nm-nbsd.h: Include "target.h".
857 (NATIVE_XFER_WCOOKIE): New define.
858 (sparc_xfer_wcookie): New prototype.
859
860 2004-02-04 Andrew Cagney <cagney@redhat.com>
861
862 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
863 SYSCALL_TRAP function.
864 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
865
866 2004-02-04 Andrew Cagney <cagney@redhat.com>
867 Daniel Jacobowitz <drow@mvista.com>
868
869 * objfiles.h: Delete comments refering to inside_entry_func and
870 DEPRECATED_FRAME_CHAIN_VALID.
871 * defs.h (inside_entry_func): Update prototype..
872 * blockframe.c (inside_entry_func): Rename to
873 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
874 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
875
876 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
877
878 * breakpoint.c (struct captured_parse_breakpoint_args): Move
879 outside of #ifdef SOLIB_ADD region.
880 (do_restore_lang_radix_cleanup): Ditto.
881 (resolve_pending_breakpoint): Ditto.
882
883 2004-02-03 Andrew Cagney <cagney@redhat.com>
884
885 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
886 (process_note_abi_tag_sections): Delete unused function.
887 (ia64_read_fp): Delete unused function.
888 (gdbarch_extract_struct_value_address): Delete declaration.
889
890 2004-02-02 Andrew Cagney <cagney@redhat.com>
891
892 * vax-tdep.c (vax_frame_chain): Delete call to
893 deprecated_inside_entry_file.
894 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
895
896 2004-02-02 Mark Kettenis <kettenis@gnu.org>
897
898 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
899 column that's "empty" or "same value" when eliminating REG_RA
900 rules.
901
902 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
903
904 * NEWS: Add information about new pending breakpoint support.
905
906 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
907
908 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
909 and pending fields for pending breakpoint support.
910 * breakpoint.c (breakpoint_enabled): Add check for not pending.
911 (condition_command): Only parse condition if not a pending
912 breakpoint.
913 (print_one_breakpoint): Add support for pending breakpoints.
914 (describe_other_breakpoints): Add checks to verify we are not
915 dealing with pending breakpoints.
916 (check_duplicates): Don't check pending breakpoints.
917 (set_raw_breakpoint): Initialize pending flag.
918 (do_restore_lang_radix_cleanup): New cleanup routine.
919 (resolve_pending_breakpoint): New function.
920 (re_enable_breakpoints_in_shlibs): Try and resolve any
921 pending breakpoints via resolve_pending_breakpoint.
922 (mention): Add pending breakpoint support.
923 (parse_breakpoint_sals): Add new parameter to pass to
924 decode_line_1 to indicate silent errors when files or functions
925 are not found. Change all callers.
926 (do_captured_parse_breakpoint): New function.
927 (break_command_1): Change prototype to return an rc value and to
928 take an optional pending breakpoint pointer. Support creating
929 a pending breakpoint if a "not found" form of error occurs when
930 parsing the breakpoint. Also support resolving an existing pending
931 breakpoint and be silent if the resolution fails.
932 (create_breakpoints): Change prototype to take pending breakpoint
933 pointer. When resolving a pending breakpoint, use the new pointer
934 to provide a conditional or commands added by the end-user.
935 (delete_breakpoint): Add appropriate check for pending.
936 (breakpoint_re_set_one): Ditto.
937 (do_enable_breakpoint): Ditto.
938
939 2004-02-02 David Carlton <carlton@kealia.com>
940
941 * valops.c (enum oload_classification): New.
942 (find_overload_match): Break implementation into separate
943 functions; delete #if 0'd code; look for symbols within
944 namespaces.
945 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
946 (find_oload_champ,oload_method_static,classify_oload_match): New.
947 * cp-support.h: Add declaration for cp_func_name; update
948 declaration for make_symbol_overload_list.
949 * cp-support.c (cp_func_name): New.
950 (overload_list_add_symbol): Fix comment, use
951 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
952 (make_symbol_overload_list): Take a function name and a namespace
953 instead of a symbol; change implementation.
954 (make_symbol_overload_list_using): New.
955 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
956
957 2004-02-02 Fred Fish <fnf@redhat.com>
958
959 * main.c (gdb_stdtarg): Move definition to group with other
960 gdb_stdtarg definitions and update copyright years.
961 * remote-sim.c (gdb_os_write_stderr): Write output to
962 gdb_stdtargerr stream instead of gdb_stdtarg stream.
963 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
964 gdb_stderr stream and update copyright years.
965
966 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
967
968 * Makefile.in (mips-linux-nat.o): Update dependencies.
969 * mips-linux-nat.c: Include mips-tdep.h.
970
971 2004-02-01 Roland McGrath <roland@redhat.com>
972
973 * sol-thread.c (sol_thread_xfer_partial): New function.
974 (init_sol_thread_ops): Use that for to_xfer_partial hook.
975 (init_sol_core_ops): Likewise.
976
977 * procfs.c (procfs_xfer_partial): New function.
978 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
979 * Makefile.in (procfs.o): Add $(auxv_h) dep.
980
981 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
982 procfs_xfer_auxv function.
983
984 * procfs.c (procfs_make_note_section): If we can read
985 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
986 * linux-proc.c (linux_make_note_section): Likewise.
987
988 * auxv.h: New file.
989 * auxv.c: New file.
990 * Makefile.in (auxv_h): New variable.
991 (COMMON_OBS): Add auxv.o here.
992 (auxv.o): New target.
993
994 * corelow.c (core_xfer_partial): New function.
995 (init_core_ops): Use it for core_ops.to_xfer_partial.
996
997 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
998 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
999 macro if that is defined.
1000
1001 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
1002
1003 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
1004 and check the specified thread for each breakpoint.
1005 * breakpoint.h (bpstat_stop_status): Update prototype.
1006 * infrun.c (handle_inferior_event): Update calls to
1007 bpstat_stop_status.
1008
1009 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
1010
1011 * Makefile.in (cli-cmds.o): Add $(readline_h).
1012
1013 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
1014
1015 * cli/cli-cmds.c: Include readline.h.
1016 (complete_command): Pass the start of the last word to
1017 complete_line.
1018
1019 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
1020
1021 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
1022 argument, and change first argument to a CORE_ADDR.
1023 * breakpoint.h (bpstat_stop_status): Update prototype.
1024 * infrun.c (adjust_pc_after_break): Add a new comment.
1025 (handle_inferior_event): Update calls to bpstat_stop_status.
1026
1027 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
1028
1029 * breakpoint.h: Update copyright years.
1030
1031 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
1032
1033 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
1034 (bpstat_stop_status): Don't decrement PC.
1035 * breakpoint.h (software_breakpoint_inserted_here_p): Add
1036 prototype.
1037 * infrun.c (adjust_pc_after_break): New function.
1038 (handle_inferior_event): Call it, early. Remove later references
1039 to DECR_PC_AFTER_BREAK.
1040 (normal_stop): Add commentary.
1041
1042 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
1043
1044 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
1045 2004-01-27 double-free fix.
1046
1047 2004-01-31 Mark Kettenis <kettenis@gnu.org>
1048
1049 * sparc-tdep.c (sparc_fetch_wcookie): New function.
1050 (sparc32_frame_prev_register): Handle StackGhost.
1051 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
1052
1053 2004-01-29 Roland McGrath <roland@redhat.com>
1054
1055 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
1056 * configure: Regenerated.
1057
1058 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
1059 * Makefile.in (procfs.o): Add dep.
1060
1061 2004-01-28 Andrew Cagney <cagney@redhat.com>
1062
1063 * tui/tui-stack.h: Update copyright.
1064 (struct frame_info): Add opaque declaration.
1065 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
1066 (tui_show_locator_content): Rename tuiShowLocatorContent.
1067 (tui_show_frame_info): Rename tuiShowFrameInfo.
1068 * tui/tui-stack.c: Update copyright. Update references.
1069 * tui/tui-winsource.c: Update references.
1070 * tui/tui-win.c: Update references.
1071 * tui/tui-layout.c: Update references.
1072 * tui/tui-hooks.c: Update copyright, update references.
1073 * tui/tui.c: Update copyright, update references.
1074 * tui/tui-disasm.c: Update references.
1075
1076 2004-01-28 David Carlton <carlton@kealia.com>
1077
1078 * dwarf2read.c (add_partial_structure): Use demangled name if
1079 namespace equals "".
1080
1081 2004-01-27 Jim Blandy <jimb@redhat.com>
1082
1083 Clean up misapplied patch:
1084 * dwarf2read.c (determine_prefix): Change one of the two forward
1085 declarations for 'determine_prefix_aux' to a declaration for this.
1086 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
1087 argument to 'die_specification'.
1088
1089 * dwarf2read.c (read_func_scope): Re-indent comment.
1090
1091 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
1092
1093 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
1094 b->exp to NULL after freeing so that error during re-parsing or
1095 evaluation of expressions associated with breakpoint don't
1096 eventually lead to re-freeing of storage.
1097 Committed by Andrew Cagney.
1098
1099 2004-01-27 Andrew Cagney <cagney@redhat.com>
1100
1101 * source.c (ambiguous_line_spec): Delete undefined declaration.
1102 * m32r-rom.c (m32r_set_board_address): Delete unused function.
1103 (m32r_set_server_address, m32r_set_download_path): Ditto.
1104 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
1105
1106 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
1107
1108 * dwarf2read.c: Update calls to changed and renamed functions, and
1109 references to moved variables.
1110
1111 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
1112 language, language_defn, list_in_scope, and ftypes members.
1113 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
1114 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
1115 (baseaddr): Remove globals.
1116
1117 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
1118 (set_cu_language, die_is_declaration, die_specification)
1119 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
1120 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
1121 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
1122 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
1123
1124 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
1125 cu.list_in_scope. Don't initialize cu_header_offset.
1126 (add_partial_symbol): Add local baseaddr.
1127 (psymtab_to_symtab_1): Add local baseaddr. Use
1128 objfile->section_offsets for consistency. Don't initialize
1129 cu_header_offset; do initialize cu.header.offset and
1130 cu.list_in_scope.
1131 (read_file_scope, read_func_scope, read_lexical_block_scope)
1132 (dwarf_decode_lines, new_symbol): Add local baseaddr.
1133
1134 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
1135
1136 * PROBLEMS: Add gdb/1516.
1137
1138 2003-12-29 Robert Millan <robertmh@gnu.org>
1139
1140 Patch committed by Andrw Cagney.
1141 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
1142 * configure.tgt: Match knetbsd*-gnu.
1143
1144 2004-01-26 Andrew Cagney <cagney@redhat.com>
1145
1146 * breakpoint.c (catch_command_1): Delete #ifdef code.
1147 (catch_fork_command_1): Delete #ifdef wrapper.
1148 (catch_exec_command_1): Ditto.
1149 (catch_load_command_1): Ditto.
1150 (catch_unload_command_1): Ditto.
1151
1152 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
1153 (catch_breakpoint): Delete #if0ed function.
1154 (disable_catch_breakpoint): Ditto.
1155 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
1156 (disable_catch, enable_catch, delete_catch): Ditto.
1157
1158 2004-01-26 Andrew Cagney <cagney@redhat.com>
1159
1160 * remote.c (echo_check, quit_flag): Delete variables.
1161 (cisco_kernel_mode): Delete variable.
1162 (minitelnet_return, tty_input, escape_count): Delete variables.
1163 (remote_cisco_mode): Delete variable.
1164 (remote_cisco_open, remote_cisco_close): Delete function.
1165 (remote_cisco_mourn, remote_cisco_wait): Delete function.
1166 (init_remote_cisco_ops): Delete function.
1167 (_initialize_remote): Do not install "remote cisco" code.
1168 (read_frame): Delete cisco specific code.
1169 (remote_info_process): Delete function.
1170 (remote_wait): Delete cisco specific code.
1171 (remote_cisco_section_offsets): Delete function.
1172 (remote_cisco_objfile_relocate): Delete function.
1173 (remote_async_wait): Delete cisco specific code.
1174 (minitelnet, readtty, readsocket): Delete function.
1175
1176 2004-01-26 Andrew Cagney <cagney@redhat.com>
1177
1178 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
1179 comments mentioning extract_returned_value_address.
1180 * infcmd.c (print_return_value): Update. Add comments on
1181 extract_returned_value_address.
1182 * stack.c (return_command): Add comments on
1183 extract_returned_value_address.
1184 * values.c: Update comment.
1185 * m32r-tdep.c: Update comment.
1186 * sparc-tdep.c: Update comment.
1187 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
1188 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1189 * sh64-tdep.c (sh64_gdbarch_init): Update.
1190 * sh-tdep.c (sh_gdbarch_init): Update.
1191 * s390-tdep.c (s390_gdbarch_init): Update.
1192 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1193 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
1194 * m68k-tdep.c (m68k_gdbarch_init): Update.
1195 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
1196 * m32r-tdep.c (m32r_gdbarch_init): Update.
1197 * ia64-tdep.c (ia64_gdbarch_init): Update.
1198 * h8300-tdep.c (h8300_gdbarch_init): Update.
1199 * frv-tdep.c (frv_gdbarch_init): Update.
1200 * arm-tdep.c (arm_gdbarch_init): Update.
1201 * alpha-tdep.c (alpha_gdbarch_init): Update.
1202
1203 2004-01-26 Andrew Cagney <cagney@redhat.com>
1204
1205 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
1206 SYMBOL_LOCATION_FUNCS
1207 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
1208 "struct symbol_ops".
1209 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
1210 type to "struct symbol_ops".
1211 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
1212 (struct symbol): Replace ".aux_value.loc.funcs" and
1213 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
1214 (SYMBOL_OBJFILE): Delete macro.
1215 (SYMBOL_LOCATION_FUNCS): Delete macro.
1216 (SYMBOL_LOCATION_BATON): Update.
1217 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
1218 intead of SYMBOL_LOCATION_FUNCS.
1219 * ax-gdb.c (gen_var_ref): Ditto.
1220 * printcmd.c (address_info): Ditto.
1221 * findvar.c (read_var_value): Ditto.
1222 (symbol_read_needs_frame): Ditto.
1223
1224 2004-01-26 Andrew Cagney <cagney@redhat.com>
1225
1226 * dwarf2read.c (read_func_scope): Document frame-base hack.
1227
1228 2004-01-25 Mark Kettenis <kettenis@gnu.org>
1229
1230 * infcmd.c (print_return_value): Plug memory leak; delete
1231 ui_stream object. Rename argument `structure_return' to
1232 `struct_return'.
1233
1234 2004-01-25 Mark Kettenis <kettenis@gnu.org>
1235
1236 * infcmd.c (print_return_value): Wrap long lines.
1237 (finish_command_continuation, finish_command): Remove unused
1238 variable `funcaddr'. Fix some coding-standards problems.
1239
1240 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
1241 SECT_SIZE is large enough, not wheter it's exactly the right size.
1242 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
1243 TDEP->fpregset to zero.
1244
1245 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
1246 floating-point registers for traditional NetBSD core files.
1247 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
1248 TDEP->sizeof_fpregset here.
1249
1250 2004-01-25 Mark Kettenis <kettenis@gnu.org>
1251
1252 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
1253 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
1254 function with code split out from
1255 sparc32nbsd_sigcontext_frame_cache.
1256 (sparc32nbsd_sigcontext_frame_cache): Use
1257 sparc32nbsd_sigcontext_saved_regs.
1258 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
1259 OpenBSD.
1260 * sparcobsd-tdep.c: New file.
1261 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
1262 (sparcobsd-tdep.o): New dependency.
1263 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
1264 * config/sparc/obsd.mt: New file.
1265
1266 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
1267 TDEP->fpregset to be initialized to enable core file register
1268 sets.
1269
1270 2004-01-24 Mark Kettenis <kettenis@gnu.org>
1271
1272 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
1273 Add opaque declarations.
1274 (sparc64nbsd_sigcontext_saved_regs): New prototype.
1275 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
1276 function with code split out from
1277 sparc64nbsd_sigcontext_frame_cache.
1278 (sparc64nbsd_sigcontext_frame_cache): Use
1279 sparc64nbsd_sigcontext_saved_regs.
1280 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
1281 OpenBSD.
1282 * sparc64obsd-tdep.c: New file.
1283 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
1284 (sparc64obsd-tdep.o): New dependency.
1285 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
1286 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
1287 * config/sparc/obsd64.mt: New file.
1288
1289 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
1290 read the instruction at PC.
1291
1292 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
1293 value of GDB_OSABI_DEFAULT.
1294 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
1295 instead of GDB_OSABI_NETBSD_AOUT.
1296
1297 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
1298
1299 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
1300 copyright.
1301
1302 2004-01-23 Andrew Cagney <cagney@redhat.com>
1303
1304 * printcmd.c (display_command): Replace tui_set_display call with
1305 tui_set_layout_for_display_command.
1306 * tui/tui.h (enum tui_win_type): Define.
1307 (tui_set_layout): Delete declaration.
1308 (tui_set_layout_for_display_command): Rename set_tui_layout.
1309 * tui/tui-data.h (enum tui_layout_type): Define.
1310 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
1311 "tui.h".
1312 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
1313 (tui_default_win_height): Rename tuiDefaultWinHeight.
1314 (tui_default_win_viewport_height): Rename
1315 tuiDefaultWinViewportHeight.
1316 (tui_set_layout): RenametuiSetLayout.
1317 * tui/tui-layout.c: Update references.
1318 * tui/tui.c: Update references.
1319 * tui/tui-disasm.c: Update references.
1320
1321 2004-01-23 David Carlton <carlton@kealia.com>
1322
1323 Partial workaround for PR c++/1511:
1324 * cp-namespace.c: Include frame.h.
1325 (cp_lookup_transparent_type): New
1326 (cp_lookup_transparent_type_loop): New.
1327 * cp-support.h: Declare cp_lookup_transparent_type.
1328 * symtab.c (basic_lookup_transparent_type): Renamed from
1329 lookup_transparent_type.
1330 (lookup_transparent_type): Replace old body by a call to
1331 current_language->la_lookup_transparent_type.
1332 * symtab.h: Update copyright. Declare
1333 basic_lookup_transparent_type.
1334 * language.h: Update copyright.
1335 (struct language_defn): Add la_lookup_transparent_type.
1336 * language.c: Update copyright.
1337 (unknown_language_defn): Add basic_lookup_transparent_type.
1338 (auto_language_defn): Add basic_lookup_transparent_type.
1339 (local_language_defn): Add basic_lookup_transparent_type.
1340 * ada-lang.c: Update copyright.
1341 (ada_language_defn): Add basic_lookup_transparent_type.
1342 * c-lang.c: Update copyright.
1343 (c_language_defn): Add basic_lookup_transparent_type.
1344 (cplus_language_defn): Add basic_lookup_transparent_type.
1345 (asm_language_defn): Add basic_lookup_transparent_type.
1346 (minimal_language_defn): Add basic_lookup_transparent_type.
1347 * f-lang.c: Update copyright.
1348 (f_language_defn): Add basic_lookup_transparent_type.
1349 * jv-lang.c: Update copyright.
1350 (java_language_defn): Add basic_lookup_transparent_type.
1351 * m2-lang.c: Update copyright.
1352 (m2_language_defn): Add basic_lookup_transparent_type.
1353 * objc-lang.c: Update copyright.
1354 (objc_language_defn): Add basic_lookup_transparent_type.
1355 * p-lang.c: Update copyright.
1356 (p_language_defn): Add basic_lookup_transparent_type.
1357 * scm-lang.c: Update copyright.
1358 (scm_language_defn): Add basic_lookup_transparent_type.
1359 * Makefile.in (cp-namespace.o): Depend on frame.h.
1360
1361 2004-01-23 David Carlton <carlton@kealia.com>
1362
1363 Patch for PR c++/1520:
1364 * dwarf2read.c (read_func_scope): Set processing_current_prefix
1365 properly if we have a specification die.
1366 (determine_prefix_aux): Rename from determine_prefix.
1367 (determine_prefix): Like the old determine_prefix, but never
1368 returns NULL.
1369
1370 2004-01-23 Theodore A. Roth <troth@openavr.org>
1371
1372 * avr-tdep.c: Update copyright.
1373 (avr_iaddr_p): Delete unused function.
1374 (avr_saddr_p): Delete unused function.
1375
1376 2004-01-23 David Carlton <carlton@kealia.com>
1377
1378 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
1379 Fix for PR symtab/1534.
1380
1381 2004-01-23 Mark Kettenis <kettenis@gnu.org>
1382
1383 * NEWS (New native configurations): Mention OpenBSD/sparc and
1384 OpenBSD/sparc64.
1385 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
1386 * configure.host: Likewise.
1387 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
1388 handler for OpenBSD.
1389 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
1390
1391 2004-01-22 Mark Kettenis <kettenis@gnu.org>
1392
1393 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
1394 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
1395
1396 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
1397 * cli/cli-cmds.c (shell_escape): Likewise.
1398
1399 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
1400 OpenBSD .note.openbsd.ident sections.
1401
1402 2004-01-22 David Carlton <carlton@kealia.com>
1403
1404 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
1405 get_scope_pc_bounds.
1406 (read_file_scope): Ditto.
1407 (get_scope_pc_bounds): New function, produced by extracting code
1408 from the above two functions, consolidating it, and adding support
1409 for DW_TAG_namespace.
1410
1411 2004-01-22 Mark Kettenis <kettenis@gnu.org>
1412
1413 * osabi.c (MAX_NOTESZ): New define.
1414 (check_note): New function.
1415 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
1416 check_note.
1417
1418 2004-01-21 Roland McGrath <roland@redhat.com>
1419
1420 * MAINTAINERS (write after approval): Add myself.
1421
1422 2004-01-21 Eli Zaretskii <eliz@gnu.org>
1423
1424 * utils.c (init_page_info): Move declarations of `rows' and
1425 `cols' before the __GO32__-specific code. Move the closing brace
1426 outside the #ifdef __GO32__..#endif block.
1427 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
1428
1429 2004-01-21 Paul Brook <paul@codesourcery.com>
1430
1431 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
1432 BPSTAT_WHAT_CHECK_SHLIBS.
1433
1434 2004-01-21 Paul Brook <paul@codesourcery.com>
1435
1436 * MAINTAINERS: Add myself to write-after-approval.
1437
1438 2004-01-20 Andrew Cagney <cagney@redhat.com>
1439
1440 * ax-gdb.c (print_axs_value): Delete unused function.
1441 * jv-lang.c (java_lookup_type): Delete unused function.
1442 * cli/cli-dump.c (dump_filetype): Delete unused function.
1443 * remote-mips.c (remote_mips_insert_hw_breakpoint)
1444 (remote_mips_remove_hw_breakpoint): Delete unused functions.
1445 (mips_getstring): Delete unused function.
1446 (pmon_insert_breakpoint): Delete #if0ed function.
1447 (PMON_MAX_BP): Delete #if0ed MACRO.
1448 (mips_pmon_bp_info): Delete #if0ed variable.
1449 (pmon_remove_breakpoint): Delete #if0ed function.
1450 * monitor.c (monitor_write_even_block): Delete unused function.
1451 (monitor_write_memory_block): Delete #if0ed code.
1452 * dink32-rom.c (dink32_load): Delete unused function.
1453 (_initialize_dink32_rom): Delete #if0ed code.
1454 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
1455
1456 * tui/tui-command.c: Update references.
1457 * tui/tui-io.c: Update references.
1458 * tui/tui-command.h: Update copyright.
1459 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
1460
1461 * source.c (ambiguous_line_spec): Delete never-defined function.
1462 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
1463 * gdbtypes.c (add_name, add_mangled_type): Ditto.
1464 * cli/cli-cmds.c (validate_comname): Ditto.
1465
1466 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
1467 "tui-data.h".
1468 (tui_set_disassem_content): Rename tuiSetDisassemContent.
1469 (tui_show_disassem): Rename tuiShowDisassem.
1470 (tui_show_disassem_and_update_source): Rename
1471 tuiVerticalDisassemScroll.
1472 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
1473 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
1474 * tui/tui.h: Update copyright.
1475 (enum tui_status): Define.
1476 * tui/tui-data.h (enum tui_scroll_direction): Define.
1477 * tui/tui-disasm.c: Update copyright. Update references.
1478 * tui/tui-winsource.c: Update copyright. Update references.
1479 * tui/tui-win.c: Update references.
1480 * tui/tui-layout.c: Update references.
1481
1482 2004-01-20 Andrew Cagney <cagney@redhat.com>
1483
1484 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
1485 sym2 to start of block.
1486
1487 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
1488
1489 * MAINTAINERS: Delete mmalloc.
1490 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
1491 * NEWS: Mention removal of --with-malloc.
1492 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
1493 * config.in: Regenerate.
1494 * configure: Regenerate.
1495 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
1496 USE_MMALLOC, MMCHECK_FORCE.
1497 * gdbinit.in: Remove mmalloc.
1498 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
1499 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
1500 * config/i386/go32.mh: Likewise.
1501 * config/i386/interix.mh: Likewise.
1502 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
1503
1504 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
1505
1506 * linespec.c (decode_variable, symtab_from_filename): Call
1507 error_silent with error message instead of throwing an exception
1508 directly.
1509 * defs.h (error_silent, error_output_message): Add prototypes.
1510 (catch_exceptions_with_msg): Ditto.
1511 * utils.c (error_silent, error_output_message): New functions.
1512 * top.c (catch_exceptions_with_msg): New function.
1513
1514 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
1515
1516 * mi/mi-cmds.h (enum print_values): Add definition.
1517
1518 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
1519 type and value for simple data types and just the name and type
1520 for complex ones, if required.
1521
1522 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
1523 children, if required.
1524
1525 2004-01-19 Kevin Buettner <kevinb@redhat.com>
1526
1527 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
1528 unused declarations.
1529
1530 2004-01-19 Andrew Cagney <cagney@redhat.com>
1531
1532 * top.h (mapped_symbol_files): Delete declaration.
1533 * main.c (captured_main): Delete option "m" and "mapped".
1534 * objfiles.c (mapped_symbol_files): Delete variable.
1535 * symfile.c (symbol_file_command): Delete mmap code.
1536 (symbol_file_add_with_addrs_or_offsets): Ditto.
1537 (add_symbol_file_command, reread_separate_symbols): Ditto.
1538 * objfiles.h (OBJF_MAPPED): Delete.
1539 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
1540 (free_objfile) [USE_MMALLOC]: Ditto.
1541 (open_existing_mapped_file): Delete function.
1542 (open_mapped_file): Delete function.
1543 (map_to_file): Delete function.
1544
1545 2004-01-19 Kevin Buettner <kevinb@redhat.com>
1546
1547 * infrun.c (step_into_function): Account for possible breakpoint
1548 adjustment when computing ``stop_func_start''.
1549
1550 2004-01-19 Kevin Buettner <kevinb@redhat.com>
1551
1552 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
1553 the region size against the size of a pointer, not the size of
1554 a register as given by DEPRECATED_REGISTER_SIZE.
1555
1556 2004-01-19 Andrew Cagney <cagney@redhat.com>
1557
1558 * tui/tui-regs.h: Include "tui-data.h".
1559 (tuiFirstRegElementNoInLine): Delete declaration.
1560 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
1561 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
1562 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
1563 (tui_calculate_regs_column_count): Rename
1564 tuiCalculateRegsColumnCount.
1565 (tui_check_register_values): Rename tuiCheckRegisterValues.
1566 (tui_show_registers): Rename tuiShowRegisters.
1567 (tui_display_registers_from_line): Rename
1568 tuiDisplayRegistersFromLine.
1569 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
1570 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
1571 (tui_first_reg_element_no_inline): Rename
1572 tuiFirstRegElementNoInLine.
1573 * tui/tui-data.h: Update copyright.
1574 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
1575 * tui/tui-windata.c: Update copyright, update references.
1576 * tui/tui-regs.c: Update copyright, update references.
1577 * tui/tui-win.c: Update copyright, update references.
1578 * tui/tui-layout.c: Update copyright, update references.
1579
1580 2004-01-18 Andrew Cagney <cagney@redhat.com>
1581
1582 * tui/tui-io.c: Update copyright.
1583 (key_is_end_sequence, key_is_backspace): New functions.
1584 (key_is_command_char, key_is_start_sequence): New function.
1585 (tui_getc): Update references.
1586 * tui/tui-io.h: Update copyright.
1587 (m_tuiStartNewLine): Delete macro.
1588 (m_isBackspace, m_isDeleteChar): Delete macros.
1589 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
1590 (m_isNextPage, m_isPrevPage): Delete macros.
1591 (m_isLeftArrow, m_isRightArrow): Delete macros.
1592 (m_isXdbStyleCommandChar): Delete macro.
1593 (key_is_start_sequence): Declare, replace m_isStartSequence.
1594 (key_is_end_sequence): Declare, replace m_isEndSequence.
1595 (key_is_backspace): Declare ,replace m_isBackspace.
1596 (key_is_command_char): Declare, replace m_isCommandChar.
1597 * tui/tui-command.c: Update copyright.
1598 (tuiDispatchCtrlChar): Update references.
1599
1600 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
1601 tuiSourceWin.h.
1602
1603 * tui/tui-command.c: Rename tui/tuiCommand.c.
1604 * tui/tui-command.h: Rename tui/tuiCommand.h.
1605 * tui/tui-data.c: Rename tui/tuiData.c.
1606 * tui/tui-data.h: Rename tui/tuiData.h.
1607 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
1608 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
1609 * tui/tui-io.c: Rename tui/tuiIO.c.
1610 * tui/tui-io.h: Rename tui/tuiIO.h.
1611 * tui/tui-layout.c: Rename tui/tuiLayout.c.
1612 * tui/tui-layout.h: Rename tui/tuiLayout.h.
1613 * tui/tui-regs.c: Rename tui/tuiRegs.c.
1614 * tui/tui-regs.h: Rename tui/tuiRegs.h.
1615 * tui/tui-source.c: Rename tui/tuiSource.c.
1616 * tui/tui-source.h: Rename tui/tuiSource.h.
1617 * tui/tui-stack.c: Rename tui/tuiStack.c.
1618 * tui/tui-stack.h: Rename tui/tuiStack.h.
1619 * tui/tui-win.c: Rename tui/tuiWin.c.
1620 * tui/tui-win.h: Rename tui/tuiWin.h.
1621 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
1622 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
1623 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
1624 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
1625 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
1626 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
1627 * tui/tui-file.c: Update includes.
1628 * tui/tui-hooks.c: Update includes.
1629 * tui/tui-interp.c: Update includes.
1630 * tui/tui.c: Update includes.
1631 * Makefile.in: Update all tui/ dependencies.
1632 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
1633
1634 * Makefile.in: Update copyright. Update dependencies.
1635
1636 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
1637 problem.
1638
1639 2004-01-18 Andrew Cagney <cagney@redhat.com>
1640
1641 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
1642 instead of register_gdbarch_init.
1643
1644 * remote-sds.c (tohex): Delete unused function. Update copyright.
1645 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
1646 * v850-tdep.c (v850_register_virtual_size): Ditto.
1647 * target.c (normal_target_post_startup_inferior): Ditto.
1648 * source.c (ambiguous_line_spec): Ditto.
1649 * remote.c (adapt_remote_get_threadinfo): Ditto.
1650 * mi/mi-out.c (out_field_fmt): Ditto.
1651 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
1652 (output_control_change_notification): Ditto.
1653 * m68k-tdep.c (m68k_register_byte): Ditto.
1654 (m68k_remote_breakpoint_from_pc): Ditto.
1655 * ui-out.c (init_ui_out_state): Delete unused declaration.
1656 * stabsread.c (search_value): Ditto.
1657 * mi/mi-cmd-env.c (env_cli_command): Ditto.
1658 * maint.c (print_section_table): Ditto.
1659 * infrun.c (set_follow_fork_mode_command): Ditto.
1660
1661 2004-01-18 Mark Kettenis <kettenis@gnu.org>
1662
1663 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
1664 DW_CFA_def_cfa_exporession. Add support for
1665 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
1666 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
1667
1668 2004-01-18 Andrew Cagney <cagney@redhat.com>
1669
1670 * ocd.c: Update copyright.
1671 (bdm_read_register_command): Delete unused function.
1672 (_initialize_remote_ocd): Delete commented out reference.
1673 (get_quoted_char, reset_packet): Delete #if0ed function.
1674 (output_packet, put_quoted_char): Delete #if0ed function.
1675 (stu_put_packet, stu_get_packet): Delete #if0ed function.
1676 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
1677 (BDM_BREAKPOINT): Delete #if0ed macro.
1678 (remote_timeout): Delete #if0ed variable.
1679
1680 2004-01-18 Mark Kettenis <kettenis@gnu.org>
1681
1682 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
1683 (core-sol2.o): Remove dependency.
1684 * core-sol2.c: Remove file.
1685
1686 2004-01-17 Andrew Cagney <cagney@redhat.com>
1687
1688 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
1689 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
1690 enums.
1691
1692 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
1693
1694 * remote.c: Update copyright years.
1695
1696 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
1697
1698 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
1699
1700 2004-01-17 Andrew Cagney <cagney@redhat.com>
1701
1702 * mdebugread.c: Update copyright.
1703 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
1704 (parse_type, parse_procedure): Ditto.
1705 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
1706
1707 * cris-tdep.c (cris_store_struct_return): Put back accidently
1708 deleted function.
1709
1710 * gdbarch.sh: Update copyright year.
1711 * gdbarch.h, gdbarch.c: Re-generate.
1712
1713 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
1714
1715 Suggested by George Anzinger.
1716 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
1717 correct stack offset. Include unknown opcode numbers in the error
1718 message.
1719
1720 2004-01-17 Andrew Cagney <cagney@redhat.com>
1721
1722 * x86-64-tdep.c (x86_64_init_abi): No need to clear
1723 extract_struct_value_address, i386 does not set it.
1724 * sparc64-tdep.c (sparc64_init_abi): Do not set
1725 extract_struct_value_address, never called.
1726 (sparc64_extract_struct_value_address): Delete function.
1727 * m68hc11-tdep.c: Update copyright.
1728 (m68hc11_gdbarch_init): Delete redundant assignment of
1729 extract_struct_value_address.
1730 * i386-tdep.c: Update copyright.
1731 (i386_gdbarch_init): Do not set extract_struct_value_address,
1732 never called.
1733 (i386_extract_struct_value_address): Delete function.
1734 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
1735 extract_struct_value_address, never called.
1736 (sparc32_extract_struct_value_address): #if 0 function. Add
1737 comments explaining its future.
1738
1739 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
1740
1741 * arm-tdep.c (arm_write_pc): New function.
1742 (arm_gdbarch_init): Call set_gdbarch_write_pc.
1743
1744 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
1745
1746 * breakpoint.c (must_shift_inst_regs): Delete.
1747 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
1748 and SHIFT_INST_REGS.
1749 * infcmd.c (step_1, step_1_continuation): Delete references to
1750 SHIFT_INST_REGS.
1751 * infrun.c (keep_going): Likewise.
1752 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
1753 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
1754
1755 2004-01-17 Andrew Cagney <cagney@redhat.com>
1756
1757 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
1758 * gdbarch.h, gdbarch.c: Re-generate.
1759 * infcmd.c (print_return_value): Delete reference to
1760 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
1761
1762 * cris-tdep.c (cris_gdbarch_init): Do not set
1763 deprecated_extract_struct_value_address.
1764
1765 * xstormy16-tdep.c: Update copyright.
1766 (xstormy16_extract_struct_value_address): Update to current
1767 extract struct value address interface.
1768 (xstormy16_gdbarch_init): Set extract_struct_value_address.
1769 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
1770 current extract struct value address interface.
1771 (sh64_gdbarch_init): Set extract_struct_value_address.
1772
1773 * cris-tdep.c: Update copyright.
1774 (cris_extract_struct_value_address): Delete function.
1775 (struct_return_address): Delete variable.
1776 (cris_store_struct_return): Do not set struct_return_address.
1777
1778 * mcore-tdep.c: Update copyright.
1779 (mcore_extract_struct_value_address): Delete function. Update
1780 comments.
1781 (mcore_gdbarch_init): Update.
1782 * mn10300-tdep.c: Update copyright.
1783 (mn10300_extract_struct_value_address): Delete function.
1784 (mn10300_gdbarch_init): Update.
1785 * v850-tdep.c: Update copyright.
1786 (v850_extract_struct_value_address): Delete.
1787 (v850_gdbarch_init): Update.
1788 * ns32k-tdep.c: Update copyright.
1789 (ns32k_extract_struct_value_address): Delete.
1790 (ns32k_gdbarch_init): Update.
1791 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
1792 (hppa_gdbarch_init): Update.
1793 * vax-tdep.c: Update copyright.
1794 (vax_extract_struct_value_address): Delete.
1795 (vax_gdbarch_init): Update.
1796
1797 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
1798 * gdbarch.h, gdbarch.c: Re-generate.
1799 * procfs.c (procfs_fetch_registers): Delete reference to
1800 DEPRECATED_NPC_REGNUM.
1801 (procfs_store_registers): Ditto.
1802 * regcache.c (generic_target_write_pc): Simplify.
1803 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
1804
1805 * core-sol2.c (fetch_core_registers): Replace
1806 DEPRECATED_NPC_REGNUM with equivalent tdep value.
1807
1808 * hppa-tdep.c: Update copyright year.
1809 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
1810 NPC_REGNUM.
1811 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
1812
1813 * mips-tdep.c (mips_write_pc): New function.
1814 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
1815 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
1816 (mips_find_saved_regs, mips_software_single_step: Ditto.
1817 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
1818 mips_init_extra_frame_info, mips_pop_frame): Ditto.
1819
1820 2004-01-17 Andrew Cagney <cagney@redhat.com>
1821
1822 * mips-tdep.c: Re-indent. Group functions by ABI.
1823
1824 2004-01-17 Andrew Cagney <cagney@redhat.com>
1825
1826 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
1827 * gdbarch.c: Re-generate.
1828 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
1829 DECR_PC_AFTER_BREAK to zero.
1830 * vax-tdep.c (vax_gdbarch_init): Ditto.
1831 * v850-tdep.c (v850_gdbarch_init): Ditto.
1832 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
1833 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
1834 * sh-tdep.c (sh_gdbarch_init): Ditto.
1835 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
1836 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
1837 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1838 * mips-tdep.c (mips_gdbarch_init): Ditto.
1839 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
1840 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
1841 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
1842 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
1843 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
1844 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
1845 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1846 * frv-tdep.c (frv_gdbarch_init): Ditto.
1847 * cris-tdep.c (cris_gdbarch_init): Ditto.
1848 * avr-tdep.c (avr_gdbarch_init): Ditto.
1849 * arm-tdep.c (arm_gdbarch_init): Ditto.
1850 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
1851
1852 2004-01-17 J. Brobecker <brobecker@gnat.com>
1853
1854 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
1855 Delete, no longer used.
1856 (read_subrange_type): New function, mostly extracted from
1857 read_array_type().
1858 (read_array_type): Replace extracted code by call to
1859 read_subrange_type().
1860 (dwarf2_get_attr_constant_value): New function.
1861 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
1862 (add_partial_symbol): Likewise.
1863 (process_die): Likewise.
1864 (new_symbol): Likewise.
1865 (read_type_die): Likewise.
1866
1867 2004-01-16 Andrew Cagney <cagney@redhat.com>
1868
1869 * symfile.c: Update copyright year.
1870 (compare_symbols): Delete unused function.
1871 * stabsread.c: Update copyright year.
1872 (lrs_general_complaint): Delete unused function.
1873 (ref_search_value): Ditto.
1874 (get_substring): Delete declaration.
1875 * sh64-tdep.c: Update copyright year.
1876 (sh64_get_gdb_regnum): Delete unused function.
1877 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
1878 Delete unused function.
1879
1880 2004-01-17 Mark Kettenis <kettenis@gnu.org>
1881
1882 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
1883 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
1884
1885 2004-01-16 Andrew Cagney <cagney@redhat.com>
1886
1887 Changes from Peter Schauer.
1888 * rs6000-tdep.c: Update copyright year.
1889 (rs6000_push_dummy_call): Update the stack pointer before
1890 accessing the corresponding stack region.
1891 * rs6000-nat.c: Update copyright year.
1892 (set_host_arch): Set "info.abfd" to "exec_bfd".
1893
1894 2004-01-15 Mark Kettenis <kettenis@gnu.org>
1895
1896 * blockframe.c: Update copyright year.
1897 (inside_entry_func): Don't treat a zero PC specially.
1898
1899 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
1900
1901 * gcore.c (gcore_copy_callback): Use paddr_d to print size
1902 variable.
1903 (gcore_create_callback): Ditto. Skip any memory segment that has
1904 no permissions set.
1905
1906 2004-01-14 David Carlton <carlton@kealia.com>
1907
1908 Change symbols for C++ nested types to contain the fully qualified
1909 name, if possible. (At least in the DWARF-2 case.) Partial fix
1910 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
1911 c++/895.
1912 * c-exp.y (qualified_type): Handle types nested within classes.
1913 * cp-namespace.c: Update comments.
1914 (cp_set_block_scope): Delete #if 0.
1915 (cp_lookup_nested_type): Handle types nested within classes.
1916 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
1917 when appropriate.
1918 (add_partial_symbol): Add the name of the enclosing namespace to
1919 types.
1920 (pdi_needs_namespace): New.
1921 (add_partial_namespace): Tweak comment.
1922 (add_partial_structure): New.
1923 (psymtab_to_symtab_1): Initialize processing_current_prefix
1924 here...
1925 (process_die): instead of here.
1926 (read_structure_scope): Try to figure out the name of the class or
1927 namespace that the structure might be defined within.
1928 (read_enumeration): Generate fully-qualified names, if possible.
1929 (read_namespace): Don't set name to NULL.
1930 (die_specification): New.
1931 (new_symbol): Generate fully-qualified names for types.
1932 (read_type_die): Determine appropriate prefix.
1933 (determine_prefix): New.
1934 (typename_concat): New.
1935 (class_name): New.
1936 * valops.c (value_aggregate_elt): Pass NOSIDE to
1937 value_struct_elt_for_reference.
1938 (value_struct_elt_for_reference): Make static, add NOSIDE
1939 parameter, call value_maybe_namespace_elt as a last resort.
1940 (value_namespace_elt): Break out code into
1941 value_maybe_namespace_elt.
1942 (value_maybe_namespace_elt): New.
1943
1944 2004-01-12 Andrew Cagney <cagney@redhat.com>
1945
1946 * mips-tdep.c (mips_convert_register_p): Handle both raw and
1947 cooked floating-point registers.
1948 (mips_gdbarch_init): Set convert_register_p, register_to_value,
1949 and value_to_register.
1950
1951 2004-01-13 Andrew Cagney <cagney@redhat.com>
1952
1953 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
1954 * gdbarch.c: Re-generate.
1955 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
1956 FUNCTION_START_OFFSET.
1957 * v850-tdep.c (v850_gdbarch_init): Ditto.
1958 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
1959 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
1960 * sh-tdep.c (sh_gdbarch_init): Ditto.
1961 * s390-tdep.c (s390_gdbarch_init): Ditto.
1962 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
1963 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
1964 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1965 * mips-tdep.c (mips_gdbarch_init): Ditto.
1966 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
1967 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
1968 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
1969 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
1970 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
1971 * i386-tdep.c (i386_gdbarch_init): Ditto.
1972 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
1973 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1974 * frv-tdep.c (frv_gdbarch_init): Ditto.
1975 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
1976 * cris-tdep.c (cris_gdbarch_init): Ditto.
1977 * avr-tdep.c (avr_gdbarch_init): Ditto.
1978 * arm-tdep.c (arm_gdbarch_init): Ditto.
1979 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
1980
1981 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
1982
1983 * infrun.c (follow_fork_mode_ask): Remove.
1984 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
1985 (follow_fork): Simplify and remove internal error for
1986 follow_fork_mode_ask.
1987 (_initialize_infrun): Update "set follow-fork-mode" help text.
1988
1989 2004-01-13 Andrew Cagney <cagney@redhat.com>
1990
1991 * configure.in: Update copyright year.
1992 (build_warnings): Add -Wunused-label.
1993 * configure: Re-generate.
1994
1995 2004-01-12 Andrew Cagney <cagney@redhat.com>
1996
1997 * exec.h (exec_ops): Make "extern".
1998
1999 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
2000 the function is void.
2001 (mips_pseudo_register_write): Ditto.
2002
2003 2004-01-12 Andrew Cagney <cagney@redhat.com>
2004
2005 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
2006 call. Never defined.
2007 * sparc-tdep.h (struct frame_info): Add opaque declaration.
2008 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
2009 (struct sparc_gregset, struct regcache): Ditto.
2010 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
2011
2012 2004-01-12 Andrew Cagney <cagney@redhat.com>
2013
2014 * mi/ChangeLog: Delete file. Renamed to ...
2015 * mi/ChangeLog-1999-2003: New file.
2016 * tui/ChangeLog: Delete file. Renamed to ...
2017 * tui/ChangeLog-1998-2003: New file.
2018
2019 2004-01-11 Mark Kettenis <kettenis@gnu.org>
2020
2021 * sparc64nbsd-tdep.c: Include "regset.h".
2022 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
2023 Remove variables.
2024 (fetch_core_registers): Remove function.
2025 (sparc64nbsd_core_fns): Remove variable.
2026 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
2027 functions.
2028 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
2029 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
2030 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
2031
2032 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
2033 sparc_extract_struct_value_address.
2034 (sparc32_gdbarch_init): Set extract_struct_value_address.
2035 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
2036 function.
2037 (sparc64_init_abi): Set extract_struct_value_address. Don't set
2038 return_value_on_stack.
2039
2040 * NEWS: Mention that %cs and %ss have been added to the AMD64
2041 configurations
2042
2043 * frame.c: Update copyright year.
2044 (get_prev_frame): Improve comment.
2045
2046 * sparc64fbsd-tdep.c: Include "regset.h".
2047 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
2048 Remove variables.
2049 (fetch_core_registers): Remove function.
2050 (sparc64fbsd_core_fns): Remove variable.
2051 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
2052 functions.
2053 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
2054 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
2055 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
2056
2057 * sparcnbsd-tdep.c: Include "regset.h".
2058 (fetch_core_registers): Remove function.
2059 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
2060 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
2061 functions.
2062 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
2063 TDEP->fpregset.
2064 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
2065
2066 * sparc-tdep.h (struct regset): Provide opaque declaration.
2067 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
2068 fpregset and sizeof_fpregset members.
2069 * sparc-tdep.c (struct regset): Provide opaque declaration.
2070 (sparc_regset_from_core_section): New function.
2071 (sparc32_gdbarch_init): Initialize TDEP->gregset,
2072 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
2073 Set regset_from_core_section when appropriate.
2074
2075 2004-01-10 Mark Kettenis <kettenis@gnu.org>
2076
2077 * x86-64-tdep.c (amd64_non_pod_p): New function.
2078 (amd64_classify_aggregate): Return class memory for non-POD
2079 C++ structure types.
2080
2081 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
2082 argument. Use it to reserve a register if necessary.
2083 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
2084 amd64_push_arguments.
2085
2086 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
2087
2088 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
2089 register numbers in comments.
2090 * x86-64-tdep.h: Update copyright year.
2091 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
2092 Adjust for addition of %cs and %ss.
2093 * amd64fbsd-nat.c: Update copyright year.
2094 (reg_offset): Add register offsets for %cs and %ss.
2095 * amd64fbsd-tdep.c: Update copyright year.
2096 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
2097 (amd64fbsd_sc_reg_offset): Likewise.
2098 * x86-64-linux-nat.c: Update copyright year.
2099 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
2100 and %ss.
2101 * amd64nbsd-nat.c: Update copyright year.
2102 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
2103 * amd64nbsd-tdep.c: Update copyright year.
2104 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
2105 * x86-64-linux-tdep.c: Update copyright year.
2106 (user_to_gdb_regmap): Add mapping for %cs and %ss.
2107 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
2108 * regformats/reg-x86-64.dat: Add %cs and %ss.
2109
2110 * blockframe.c (inside_entry_func): Reformat. Introduce new local
2111 variables to prevent long lines. Update comments to reflect
2112 reality.
2113
2114 2004-01-09 David Carlton <carlton@kealia.com>
2115
2116 Checked in by Elena Zannoni <ezannoni@redhat.com>.
2117 * dwarf2read.c (read_namespace): Pull out name-generating code
2118 into namespace_name. Rename previous_namespace to previous_prefix
2119 and processing_current_namespace to processing_current_prefix..
2120 (namespace_name): New function.
2121 (add_partial_symbol): Substitute uses of pdi->name with
2122 actual_name.
2123 * cp-support.h: Rename processing_current_namespace to
2124 processing_current_prefix.
2125 Update copyright year.
2126 * cp-namespace.c: Rename processing_current_namespace to
2127 processing_current_prefix.
2128 Update copyright year.
2129
2130 2004-01-09 Andrew Cagney <cagney@redhat.com>
2131
2132 * jv-valprint.c, ser-unix.c: Add missing copyright years.
2133
2134 2004-01-09 Mark Kettenis <kettenis@gnu.org>
2135
2136 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
2137 complaining.
2138 (process_one_symbol): Deal with N_PATCH stabs.
2139
2140 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
2141
2142 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
2143 ifdeffed code.
2144 Update copyright year.
2145
2146 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
2147
2148 * config/pa/tm-hppa.h: Update extern declarations for
2149 hppa32_hpux_frame_saved_pc_in_sigtramp,
2150 hppa32_hpux_frame_base_before_sigtramp, and
2151 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
2152
2153 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
2154
2155 * config/pa/tm-hppah.h: Update copyright years.
2156
2157 2004-01-08 Andrew Cagney <cagney@redhat.com>
2158
2159 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
2160 (mips_o32_reg_struct_has_addr): Delete function.
2161 (mips_gdbarch_init): Update.
2162 (mips_extract_struct_value_address): Delete function.
2163
2164 2004-01-08 David Mosberger <davidm@hpl.hp.com>
2165
2166 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
2167 reality.
2168
2169 2004-01-07 Andrew Cagney <cagney@redhat.com>
2170
2171 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
2172 architecture's elf flags (when available).
2173
2174 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
2175 FPU to the start, check the MIPS FPU when looking for an old
2176 architecture.
2177 (set_mipsfpu_single_command): Update the architecture.
2178 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
2179
2180 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
2181 (mips_mask_address_p): Add "tdep" parameter.
2182 (show_mask_address, mips_addr_bits_remove): Update.
2183 (mips_dump_tdep): Update.
2184 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
2185 (MIPS_STACK_ARGSIZE): Delete macro.
2186 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
2187 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
2188 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
2189 (mips_dump_tdep): Update.
2190 (MIPS_SAVED_REGSIZE): Delete macro.
2191 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
2192 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
2193 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
2194 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
2195 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
2196 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
2197 (mips_pop_frame, return_value_location): Update.
2198 (mips_n32n64_return_value, mips_dump_tdep): Update.
2199
2200 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
2201 MIPS ABI.
2202
2203 * mips-tdep.c: Update copyright.
2204 (mips_gdbarch_init): Merge two code blocks handling the register
2205 name and number layout.
2206
2207 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
2208
2209 * tracepoint.c (validate_actionline): Fix segv at EOF
2210
2211 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
2212
2213 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
2214 properly for static fields.
2215
2216 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
2217 Jason Molenda <jmolenda@apple.com>
2218
2219 * disasm.c: Update copyright to include 2004.
2220 (do_mixed_source_and_assembly): For uiout asm list
2221 and tuple cleanups, initialize to null_cleanup instead of
2222 NULL and do so prior to loop. Only reset when we close off
2223 the tuple/list. Move check for whether to close off the
2224 asm tuple/list to after dump_insns call where it will be run
2225 on each loop iteration.
2226
2227 2004-01-05 Andrew Cagney <cagney@redhat.com>
2228
2229 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
2230 should be a switch case and not a label.
2231 * mips-tdep.c (mips32_next_pc): Delete unused labels
2232 "greater_equal_branch" and "less_zero_branch".
2233 * jv-valprint.c (java_print_value_fields): Delete unused label
2234 "flush_it".
2235
2236 * target.c (unpush_target): Only close a target that is in the
2237 target stack.
2238
2239 2004-01-05 Mark Kettenis <kettenis@gnu.org>
2240
2241 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
2242 address from [sp + 64] instead of %o2.
2243
2244 * frame.c (get_prev_frame): Don't try to unwind the PC. This
2245 fixes PR backtrace/1476.
2246
2247 2004-01-05 Andrew Cagney <cagney@redhat.com>
2248
2249 * libunwind-frame.h (struct frame_id): Add opaque declaration,
2250 move to start of file.
2251 * i386-tdep.h (struct regcache): Add opaque declaration.
2252 * config/ia64/nm-linux.h (struct target_ops): Add opaque
2253 declaration.
2254 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
2255 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
2256 * win32-nat.c (fake_create_process): Use ISO C style definition.
2257 * stabsread.c (define_symbol): Delete #ifndef
2258 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
2259 stabs_argument_has_addr call, macro never defined.
2260
2261 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
2262
2263 * op50-rom.c: Delete.
2264 * w89k-rom.c: Delete.
2265 * Makefile.in: Remove references.
2266
2267 2004-01-04 Mark Kettenis <kettenis@gnu.org>
2268
2269 * x86-64-tdep.c: Update copyright year.
2270 (struct amd64_register_info): Rename from x86_64_register_info.
2271 (amd64_register_info): Rename from x86_64_register_info.
2272 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
2273 (amd64_register_name): Rename from x86_64_register_name.
2274 (amd64_register_type): Rename from x86_64_register_type.
2275 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
2276 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
2277 (amd64_dwarf_reg_to_regnum): Rename from
2278 x86_64_dwarf_reg_to_regnum.
2279 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
2280 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
2281 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
2282 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
2283 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
2284 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
2285 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
2286 (amd64_frame_cache): Rename from x86_64_frame_cache.
2287 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
2288 (amd64_frame_prev_register): Rename from
2289 x86_64_frame_prev_register.
2290 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
2291 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
2292 (amd64_sigtramp_frame_cache): Rename from
2293 x86_64_sigtramp_frame_cache.
2294 (amd64_sigtramp_frame_prev_register): Rename from
2295 x86_64_sigtramp_frame_prev_register.
2296 (amd64_sigtramp_frame_unwind): Rename from
2297 x86_64_sigtramp_frame_unwind.
2298 (amd64_sigtramp_frame_sniffer): Rename from
2299 x86_64_sigtramp_frame_sniffer.
2300 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
2301 (amd64_frame_base): Rename from x86_64_frame_base.
2302 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
2303 (amd64_frame_align): Rename from x86_64_frame_align.
2304 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
2305 (amd64_regset_from_core_section): Rename from
2306 x86_64_regset_from_core_section.
2307 (x86_64_init_abi): Update comments.
2308
2309 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
2310
2311 * MAINTAINERS (write after approval): Add myself.
2312
2313 2004-01-04 Mark Kettenis <kettenis@gnu.org>
2314
2315 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
2316 `float' arguments.
2317
2318 2004-01-04 Mark Kettenis <kettenis@gnu.org>
2319
2320 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
2321 such that it mentions a specific version of GCC that exhibits this
2322 bug.
2323
2324 2004-01-03 Mark Kettenis <kettenis@gnu.org>
2325
2326 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
2327 structure that has a single `float' member, store it in %f1 in
2328 addition to %f0.
2329
2330 * sparc-sol2-nat.c: Add missing '\'.
2331
2332 * sparc-tdep.c (sparc32_return_value): New function.
2333 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
2334 Remove functions.
2335 (sparc32_gdbarch_init): Set return_value, don't set
2336 extract_return_value, store_return_value, use_struct_convention
2337 and return_value_on_stack.
2338
2339 * sparc-sol2-nat.c: Add missing ')'.
2340
2341 2004-01-03 J. Brobecker <brobecker@gnat.com>
2342
2343 * infrun.c (handle_step_into_function): New function.
2344 (handle_inferior_event): Extract out some code into the new
2345 function above.
2346
2347 2004-01-03 J. Brobecker <brobecker@gnat.com>
2348
2349 * infrun.c (handle_inferior_event): Move the declaration of
2350 real_stop_pc inside the if blocks where it is used.
2351
2352 2004-01-03 Mark Kettenis <kettenis@gnu.org>
2353
2354 * sparc64-tdep.c (sparc64_16_byte_align_p)
2355 (sparc64_store_floating_fields, sparc64_store_floating_fields):
2356 Use check_typedef to get subtypes of structures and unions.
2357 (sparc64_store_return_value): Fix calculation of the appropriate
2358 offset into VALBUF when storing a structure or union.
2359 (sparc64_return_value): New function.
2360 (sparc64_use_struct_convention): Remove function.
2361 (sparc64_init_abi): Set return_value, don't set
2362 extract_return_value, store_return_value and
2363 use_struct_convention.
2364
2365 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
2366
2367 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
2368 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
2369 gdb/config/alpha/xm-alphaosf.h,
2370 gdb/config/powerpc/tm-ppcle-eabi.h,
2371 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
2372 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
2373 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
2374 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
2375 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
2376 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
2377 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
2378 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
2379 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
2380 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
2381 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
2382 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
2383 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
2384 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
2385 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
2386 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
2387 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
2388 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
2389 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
2390 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
2391 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
2392 Remove lines for .cvsignore files.
2393
2394 2004-01-03 J. Brobecker <brobecker@gnat.com>
2395
2396 * infrun.c: Back out the previous change.
2397
2398 2004-01-03 Mark Kettenis <kettenis@gnu.org>
2399
2400 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
2401 sparc-*-sunos4* to the list of REMOVED configurations.
2402
2403 * configure.tgt: Add back sparc-*-vxworks*.
2404 * remote-vxsparc.c: Remove all includes except for "defs.h",
2405 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
2406 Include "sparc-tdep.h".
2407 (SPARC_R_G1): New define.
2408 (vxsparc_gregset): New variable.
2409 (ext_format_sparc): Remove extern declaration.
2410 (vx_read_register): Rewrite to use sparc32_supply_gregset and
2411 sparc32_supply_fpregset.
2412 (vx_write_register): Rewrite to use sparc32_collect_gregset,
2413 sparc_collect_rwindow and sparc32_collect_fpregset.
2414 * config/sparc/tm-vxworks.h: New file, based on recently removed
2415 tm-vxsparc.h.
2416 * config/sparc/vxworks.mt: New file, based on recently removed
2417 vxworks.mt.
2418
2419 2004-01-03 J. Brobecker <brobecker@gnat.com>
2420
2421 * infrun.c (handle_step_into_function): New function.
2422 (handle_inferior_event): Extract out some code into the new
2423 function above.
2424
2425 2004-01-02 Mark Kettenis <kettenis@gnu.org>
2426
2427 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
2428 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
2429 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
2430 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
2431 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
2432 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
2433 (sparc_nat_h): New variable.
2434 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
2435 (tm-sun4os4.h): Remove dependency.
2436 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
2437 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
2438 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
2439 sparc-tdep.o): Update dependencies.
2440 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
2441 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
2442 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
2443 dependencies.
2444 * configure.host: Remove existing sparc-*-lynxos*,
2445 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
2446 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
2447 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
2448 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
2449 triplets.
2450 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
2451 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
2452 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
2453 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
2454 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
2455 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
2456 sparc64-*-solaris2* and sparc64-*-* triplets.
2457 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
2458 "symtab.h" and "objfiles.h".
2459 (BIAS): Remove define.
2460 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
2461 (X_DISP19): Remove macros.
2462 (sparc_fetch_instruction): Remove function.
2463 (struct gdbarch_tdep): Remove definition.
2464 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
2465 (sparc_breakpoint_from_pc): Remove function.
2466 (struct sparc64_frame_cache): Remove definition.
2467 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
2468 sparc64_unwind_pc): Remove functions.
2469 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
2470 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
2471 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
2472 (sparc64_frame_cache): Change return type to `struct
2473 sparc_frame_cache *'. Simply call sparc_frame_cache.
2474 (sparc64_frame_this_id, sparc64_frame_prev_register,
2475 sparc64_frame_base_address): Use `struct sparc_frame_cache'
2476 instead of `struct sparc64_frame_cache.
2477 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
2478 sparc_analyze_control_transfer, sparc_software_single_step,
2479 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
2480 _initialize_sparc64_tdep): Remove functions.
2481 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
2482 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
2483 macros.
2484 (sparc64_supply_gregset, sparc64_collect_gregset,
2485 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
2486 (sparc64_init_abi): New function.
2487 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
2488 inclusion guard. Include "sparc-tdep.h".
2489 (BIAS): Define.
2490 (r_tstate_offset, r_fprs_offset): New defines.
2491 (enum sparc_regnum): Remove defenition.
2492 (enum sparc64_regnum): Reformat.
2493 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
2494 (sparc64_init_abi, sparc64_supply_gregset,
2495 sparc64_collect_gregset, sparc64_supply_fpregset,
2496 sparc64_collect_fpregset): New prototypes.
2497 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
2498 Add extern declarations.
2499 (sparc64_sol2_init_abi): New prototype.
2500 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
2501 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
2502 prototypes.
2503 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
2504 "sparnbsd-nat.h".
2505 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
2506 functions.
2507 (_initialize_sparc64fbsd_nat): Remove initialization of
2508 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
2509 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
2510 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
2511 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
2512 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
2513 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
2514 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
2515 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
2516 (sparc64fbsd_r_y_offset): Remove variables.
2517 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
2518 Make static and const.
2519 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
2520 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
2521 functions.
2522 (sparc64fbsd_gregset): New variable.
2523 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
2524 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
2525 and sparc64_supply_fpregset.
2526 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
2527 (sparc64fbsd_sigtramp_frame_this_id)
2528 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
2529 (sparc64fbsd_sigtramp_frame_unwind): New variable.
2530 (sparc64fbsd_sigtramp_frame_sniffer): New function.
2531 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
2532 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
2533 * sparcnbsd-tdep.c: Update copyright year. Include
2534 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
2535 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
2536 "value.h" and "sparcnbsd-tdep.h".
2537 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
2538 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
2539 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
2540 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
2541 defines.
2542 (sparcnbsd_gregset): New variable.
2543 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
2544 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
2545 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
2546 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
2547 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
2548 variables.
2549 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
2550 (sparc32nbsd_sigcontext_frame_this_id)
2551 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
2552 (sparc32nbsd_sigcontext_frame_unwind): New variable.
2553 (sparc32nbsd_sigtramp_frame_sniffer): New function.
2554 (sparcnbsd_get_longjmp_target_32,
2555 sparcnbsd_get_longjmp_target_64): Remove functions.
2556 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
2557 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
2558 sparcnbsd_init_elf): Remove.
2559 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
2560 (sparcnbsd_elf_init_abi): New functions.
2561 (_initialize_sparcnbsd_tdep): New prototype.
2562 (_initialize_sparnbsd_tdep): Update.
2563 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
2564 corelow.o. Add sparc64-nat.o and sparc-nat.o.
2565 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
2566 * config/sparc/linux.mh: Update comment.
2567 (XM_FILE, HOST_IPC): Remove variables.
2568 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
2569 sparc-linux-nat.o.
2570 * config/sparc/linux.mt: Update comment.
2571 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
2572 * config/sparc/nbsd.mt: Reformat.
2573 * config/sparc/nbsd64.mh: Update comment.
2574 (NATDEPFILES): Add sparc-nat.o.
2575 * config/sparc/nbsd64.mt: Update comment.
2576 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
2577 (TM_FILE): Set to tm-nbsd.h.
2578 * config/sparc/nbsdelf.mh: Update comment.
2579 (NATDEPFILES): Add sparc-nat.o.
2580 (XM_FILE): Delete.
2581 * config/sparc/nbsdaout.mh: Update comment.
2582 (NATDEPFILES): Add sparc-nat.o
2583 (XM_FILE): Delete.
2584 * config/sparc/nm-linux.h: Update copyright year. Don't include
2585 "config/nm-svr4.h" and "solib.h". Add protection against multiple
2586 inclusion.
2587 (KERNEL_U_SIZE): Remove define.
2588 (kernel_u_size): Remove prototype.
2589 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
2590 * config/sparc/nm-nbsd.h: Update copyright. Don't include
2591 "regcache.h".
2592 (CHILD_PREPARE_TO_STORE): Remove define.
2593 * config/sparc/nm-nbsdaout.h: Tweak some comments.
2594 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
2595 sparcnbsd-nat.c: Rewrite files.
2596 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
2597 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
2598 sparcnbsd-tdep.h: Remove files.
2599 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
2600 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
2601 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
2602 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
2603 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
2604 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
2605 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
2606 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
2607 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
2608 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
2609 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
2610 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
2611 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
2612 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
2613 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
2614 * config/sparc/linux64.mh, config/sparc/linux64.mt,
2615 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
2616 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
2617 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
2618
2619 2004-01-02 Andrew Cagney <cagney@redhat.com>
2620
2621 From 2003-12-18 Kazuhiro Inaoka:
2622 * configure.host: Add m32r-linux target.
2623
2624 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
2625
2626 * top.c (print_gdb_version): Update year to 2004.
2627
2628 2004-01-02 Mark Mitchell <mark@codesourcery.com>
2629
2630 * MAINTAINERS: Add myself to the write-after-approval category.
2631
2632 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
2633
2634 From Bernardo Innocenti <bernie@develer.com>:
2635 * configure.tgt: Add uClinux target.
2636
2637 2004-01-02 Andrew Cagney <cagney@redhat.com>
2638
2639 * utils.c (do_my_cleanups): Make static, add forward declaration.
2640 * defs.h (do_my_cleanups): Delete declaration.
2641
2642 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
2643
2644 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
2645 bfd/ChangeLog-0203.
2646
2647 2004-01-02 Mark Kettenis <kettenis@gnu.org>
2648
2649 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
2650 in <machine/reg.h>.
2651 * configure, config.in: Regenerate.
2652
2653 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
2654 tui/ChangeLog-1998-2003.
2655 \f
2656 Local Variables:
2657 mode: change-log
2658 left-margin: 8
2659 fill-column: 74
2660 version-control: never
2661 End:
This page took 0.082746 seconds and 4 git commands to generate.