]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/ChangeLog
2004-01-23 Andrew Cagney <cagney@redhat.com>
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
1 2004-01-23 Andrew Cagney <cagney@redhat.com>
2
3 * printcmd.c (display_command): Replace tui_set_display call with
4 tui_set_layout_for_display_command.
5 * tui/tui.h (enum tui_win_type): Define.
6 (tui_set_layout): Delete declaration.
7 (tui_set_layout_for_display_command): Rename set_tui_layout.
8 * tui/tui-data.h (enum tui_layout_type): Define.
9 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
10 "tui.h".
11 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
12 (tui_default_win_height): Rename tuiDefaultWinHeight.
13 (tui_default_win_viewport_height): Rename
14 tuiDefaultWinViewportHeight.
15 (tui_set_layout): RenametuiSetLayout.
16 * tui/tui-layout.c: Update references.
17 * tui/tui.c: Update references.
18 * tui/tui-disasm.c: Update references.
19
20 2004-01-23 David Carlton <carlton@kealia.com>
21
22 Partial workaround for PR c++/1511:
23 * cp-namespace.c: Include frame.h.
24 (cp_lookup_transparent_type): New
25 (cp_lookup_transparent_type_loop): New.
26 * cp-support.h: Declare cp_lookup_transparent_type.
27 * symtab.c (basic_lookup_transparent_type): Renamed from
28 lookup_transparent_type.
29 (lookup_transparent_type): Replace old body by a call to
30 current_language->la_lookup_transparent_type.
31 * symtab.h: Update copyright. Declare
32 basic_lookup_transparent_type.
33 * language.h: Update copyright.
34 (struct language_defn): Add la_lookup_transparent_type.
35 * language.c: Update copyright.
36 (unknown_language_defn): Add basic_lookup_transparent_type.
37 (auto_language_defn): Add basic_lookup_transparent_type.
38 (local_language_defn): Add basic_lookup_transparent_type.
39 * ada-lang.c: Update copyright.
40 (ada_language_defn): Add basic_lookup_transparent_type.
41 * c-lang.c: Update copyright.
42 (c_language_defn): Add basic_lookup_transparent_type.
43 (cplus_language_defn): Add basic_lookup_transparent_type.
44 (asm_language_defn): Add basic_lookup_transparent_type.
45 (minimal_language_defn): Add basic_lookup_transparent_type.
46 * f-lang.c: Update copyright.
47 (f_language_defn): Add basic_lookup_transparent_type.
48 * jv-lang.c: Update copyright.
49 (java_language_defn): Add basic_lookup_transparent_type.
50 * m2-lang.c: Update copyright.
51 (m2_language_defn): Add basic_lookup_transparent_type.
52 * objc-lang.c: Update copyright.
53 (objc_language_defn): Add basic_lookup_transparent_type.
54 * p-lang.c: Update copyright.
55 (p_language_defn): Add basic_lookup_transparent_type.
56 * scm-lang.c: Update copyright.
57 (scm_language_defn): Add basic_lookup_transparent_type.
58 * Makefile.in (cp-namespace.o): Depend on frame.h.
59
60 2004-01-23 David Carlton <carlton@kealia.com>
61
62 Patch for PR c++/1520:
63 * dwarf2read.c (read_func_scope): Set processing_current_prefix
64 properly if we have a specification die.
65 (determine_prefix_aux): Rename from determine_prefix.
66 (determine_prefix): Like the old determine_prefix, but never
67 returns NULL.
68
69 2004-01-23 Theodore A. Roth <troth@openavr.org>
70
71 * avr-tdep.c: Update copyright.
72 (avr_iaddr_p): Delete unused function.
73 (avr_saddr_p): Delete unused function.
74
75 2004-01-23 David Carlton <carlton@kealia.com>
76
77 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
78 Fix for PR symtab/1534.
79
80 2004-01-23 Mark Kettenis <kettenis@gnu.org>
81
82 * NEWS (New native configurations): Mention OpenBSD/sparc and
83 OpenBSD/sparc64.
84 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
85 * configure.host: Likewise.
86 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
87 handler for OpenBSD.
88 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
89
90 2004-01-22 Mark Kettenis <kettenis@gnu.org>
91
92 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
93 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
94
95 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
96 * cli/cli-cmds.c (shell_escape): Likewise.
97
98 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
99 OpenBSD .note.openbsd.ident sections.
100
101 2004-01-22 David Carlton <carlton@kealia.com>
102
103 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
104 get_scope_pc_bounds.
105 (read_file_scope): Ditto.
106 (get_scope_pc_bounds): New function, produced by extracting code
107 from the above two functions, consolidating it, and adding support
108 for DW_TAG_namespace.
109
110 2004-01-22 Mark Kettenis <kettenis@gnu.org>
111
112 * osabi.c (MAX_NOTESZ): New define.
113 (check_note): New function.
114 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
115 check_note.
116
117 2004-01-21 Roland McGrath <roland@redhat.com>
118
119 * MAINTAINERS (write after approval): Add myself.
120
121 2004-01-21 Eli Zaretskii <eliz@gnu.org>
122
123 * utils.c (init_page_info): Move declarations of `rows' and
124 `cols' before the __GO32__-specific code. Move the closing brace
125 outside the #ifdef __GO32__..#endif block.
126 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
127
128 2004-01-21 Paul Brook <paul@codesourcery.com>
129
130 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
131 BPSTAT_WHAT_CHECK_SHLIBS.
132
133 2004-01-21 Paul Brook <paul@codesourcery.com>
134
135 * MAINTAINERS: Add myself to write-after-approval.
136
137 2004-01-20 Andrew Cagney <cagney@redhat.com>
138
139 * ax-gdb.c (print_axs_value): Delete unused function.
140 * jv-lang.c (java_lookup_type): Delete unused function.
141 * cli/cli-dump.c (dump_filetype): Delete unused function.
142 * remote-mips.c (remote_mips_insert_hw_breakpoint)
143 (remote_mips_remove_hw_breakpoint): Delete unused functions.
144 (mips_getstring): Delete unused function.
145 (pmon_insert_breakpoint): Delete #if0ed function.
146 (PMON_MAX_BP): Delete #if0ed MACRO.
147 (mips_pmon_bp_info): Delete #if0ed variable.
148 (pmon_remove_breakpoint): Delete #if0ed function.
149 * monitor.c (monitor_write_even_block): Delete unused function.
150 (monitor_write_memory_block): Delete #if0ed code.
151 * dink32-rom.c (dink32_load): Delete unused function.
152 (_initialize_dink32_rom): Delete #if0ed code.
153 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
154
155 * tui/tui-command.c: Update references.
156 * tui/tui-io.c: Update references.
157 * tui/tui-command.h: Update copyright.
158 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
159
160 * source.c (ambiguous_line_spec): Delete never-defined function.
161 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
162 * gdbtypes.c (add_name, add_mangled_type): Ditto.
163 * cli/cli-cmds.c (validate_comname): Ditto.
164
165 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
166 "tui-data.h".
167 (tui_set_disassem_content): Rename tuiSetDisassemContent.
168 (tui_show_disassem): Rename tuiShowDisassem.
169 (tui_show_disassem_and_update_source): Rename
170 tuiVerticalDisassemScroll.
171 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
172 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
173 * tui/tui.h: Update copyright.
174 (enum tui_status): Define.
175 * tui/tui-data.h (enum tui_scroll_direction): Define.
176 * tui/tui-disasm.c: Update copyright. Update references.
177 * tui/tui-winsource.c: Update copyright. Update references.
178 * tui/tui-win.c: Update references.
179 * tui/tui-layout.c: Update references.
180
181 2004-01-20 Andrew Cagney <cagney@redhat.com>
182
183 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
184 sym2 to start of block.
185
186 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
187
188 * MAINTAINERS: Delete mmalloc.
189 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
190 * NEWS: Mention removal of --with-malloc.
191 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
192 * config.in: Regenerate.
193 * configure: Regenerate.
194 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
195 USE_MMALLOC, MMCHECK_FORCE.
196 * gdbinit.in: Remove mmalloc.
197 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
198 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
199 * config/i386/go32.mh: Likewise.
200 * config/i386/interix.mh: Likewise.
201 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
202
203 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
204
205 * linespec.c (decode_variable, symtab_from_filename): Call
206 error_silent with error message instead of throwing an exception
207 directly.
208 * defs.h (error_silent, error_output_message): Add prototypes.
209 (catch_exceptions_with_msg): Ditto.
210 * utils.c (error_silent, error_output_message): New functions.
211 * top.c (catch_exceptions_with_msg): New function.
212
213 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
214
215 * mi/mi-cmds.h (enum print_values): Add definition.
216
217 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
218 type and value for simple data types and just the name and type
219 for complex ones, if required.
220
221 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
222 children, if required.
223
224 2004-01-19 Kevin Buettner <kevinb@redhat.com>
225
226 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
227 unused declarations.
228
229 2004-01-19 Andrew Cagney <cagney@redhat.com>
230
231 * top.h (mapped_symbol_files): Delete declaration.
232 * main.c (captured_main): Delete option "m" and "mapped".
233 * objfiles.c (mapped_symbol_files): Delete variable.
234 * symfile.c (symbol_file_command): Delete mmap code.
235 (symbol_file_add_with_addrs_or_offsets): Ditto.
236 (add_symbol_file_command, reread_separate_symbols): Ditto.
237 * objfiles.h (OBJF_MAPPED): Delete.
238 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
239 (free_objfile) [USE_MMALLOC]: Ditto.
240 (open_existing_mapped_file): Delete function.
241 (open_mapped_file): Delete function.
242 (map_to_file): Delete function.
243
244 2004-01-19 Kevin Buettner <kevinb@redhat.com>
245
246 * infrun.c (step_into_function): Account for possible breakpoint
247 adjustment when computing ``stop_func_start''.
248
249 2004-01-19 Kevin Buettner <kevinb@redhat.com>
250
251 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
252 the region size against the size of a pointer, not the size of
253 a register as given by DEPRECATED_REGISTER_SIZE.
254
255 2004-01-19 Andrew Cagney <cagney@redhat.com>
256
257 * tui/tui-regs.h: Include "tui-data.h".
258 (tuiFirstRegElementNoInLine): Delete declaration.
259 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
260 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
261 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
262 (tui_calculate_regs_column_count): Rename
263 tuiCalculateRegsColumnCount.
264 (tui_check_register_values): Rename tuiCheckRegisterValues.
265 (tui_show_registers): Rename tuiShowRegisters.
266 (tui_display_registers_from_line): Rename
267 tuiDisplayRegistersFromLine.
268 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
269 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
270 (tui_first_reg_element_no_inline): Rename
271 tuiFirstRegElementNoInLine.
272 * tui/tui-data.h: Update copyright.
273 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
274 * tui/tui-windata.c: Update copyright, update references.
275 * tui/tui-regs.c: Update copyright, update references.
276 * tui/tui-win.c: Update copyright, update references.
277 * tui/tui-layout.c: Update copyright, update references.
278
279 2004-01-18 Andrew Cagney <cagney@redhat.com>
280
281 * tui/tui-io.c: Update copyright.
282 (key_is_end_sequence, key_is_backspace): New functions.
283 (key_is_command_char, key_is_start_sequence): New function.
284 (tui_getc): Update references.
285 * tui/tui-io.h: Update copyright.
286 (m_tuiStartNewLine): Delete macro.
287 (m_isBackspace, m_isDeleteChar): Delete macros.
288 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
289 (m_isNextPage, m_isPrevPage): Delete macros.
290 (m_isLeftArrow, m_isRightArrow): Delete macros.
291 (m_isXdbStyleCommandChar): Delete macro.
292 (key_is_start_sequence): Declare, replace m_isStartSequence.
293 (key_is_end_sequence): Declare, replace m_isEndSequence.
294 (key_is_backspace): Declare ,replace m_isBackspace.
295 (key_is_command_char): Declare, replace m_isCommandChar.
296 * tui/tui-command.c: Update copyright.
297 (tuiDispatchCtrlChar): Update references.
298
299 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
300 tuiSourceWin.h.
301
302 * tui/tui-command.c: Rename tui/tuiCommand.c.
303 * tui/tui-command.h: Rename tui/tuiCommand.h.
304 * tui/tui-data.c: Rename tui/tuiData.c.
305 * tui/tui-data.h: Rename tui/tuiData.h.
306 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
307 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
308 * tui/tui-io.c: Rename tui/tuiIO.c.
309 * tui/tui-io.h: Rename tui/tuiIO.h.
310 * tui/tui-layout.c: Rename tui/tuiLayout.c.
311 * tui/tui-layout.h: Rename tui/tuiLayout.h.
312 * tui/tui-regs.c: Rename tui/tuiRegs.c.
313 * tui/tui-regs.h: Rename tui/tuiRegs.h.
314 * tui/tui-source.c: Rename tui/tuiSource.c.
315 * tui/tui-source.h: Rename tui/tuiSource.h.
316 * tui/tui-stack.c: Rename tui/tuiStack.c.
317 * tui/tui-stack.h: Rename tui/tuiStack.h.
318 * tui/tui-win.c: Rename tui/tuiWin.c.
319 * tui/tui-win.h: Rename tui/tuiWin.h.
320 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
321 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
322 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
323 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
324 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
325 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
326 * tui/tui-file.c: Update includes.
327 * tui/tui-hooks.c: Update includes.
328 * tui/tui-interp.c: Update includes.
329 * tui/tui.c: Update includes.
330 * Makefile.in: Update all tui/ dependencies.
331 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
332
333 * Makefile.in: Update copyright. Update dependencies.
334
335 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
336 problem.
337
338 2004-01-18 Andrew Cagney <cagney@redhat.com>
339
340 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
341 instead of register_gdbarch_init.
342
343 * remote-sds.c (tohex): Delete unused function. Update copyright.
344 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
345 * v850-tdep.c (v850_register_virtual_size): Ditto.
346 * target.c (normal_target_post_startup_inferior): Ditto.
347 * source.c (ambiguous_line_spec): Ditto.
348 * remote.c (adapt_remote_get_threadinfo): Ditto.
349 * mi/mi-out.c (out_field_fmt): Ditto.
350 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
351 (output_control_change_notification): Ditto.
352 * m68k-tdep.c (m68k_register_byte): Ditto.
353 (m68k_remote_breakpoint_from_pc): Ditto.
354 * ui-out.c (init_ui_out_state): Delete unused declaration.
355 * stabsread.c (search_value): Ditto.
356 * mi/mi-cmd-env.c (env_cli_command): Ditto.
357 * maint.c (print_section_table): Ditto.
358 * infrun.c (set_follow_fork_mode_command): Ditto.
359
360 2004-01-18 Mark Kettenis <kettenis@gnu.org>
361
362 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
363 DW_CFA_def_cfa_exporession. Add support for
364 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
365 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
366
367 2004-01-18 Andrew Cagney <cagney@redhat.com>
368
369 * ocd.c: Update copyright.
370 (bdm_read_register_command): Delete unused function.
371 (_initialize_remote_ocd): Delete commented out reference.
372 (get_quoted_char, reset_packet): Delete #if0ed function.
373 (output_packet, put_quoted_char): Delete #if0ed function.
374 (stu_put_packet, stu_get_packet): Delete #if0ed function.
375 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
376 (BDM_BREAKPOINT): Delete #if0ed macro.
377 (remote_timeout): Delete #if0ed variable.
378
379 2004-01-18 Mark Kettenis <kettenis@gnu.org>
380
381 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
382 (core-sol2.o): Remove dependency.
383 * core-sol2.c: Remove file.
384
385 2004-01-17 Andrew Cagney <cagney@redhat.com>
386
387 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
388 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
389 enums.
390
391 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
392
393 * remote.c: Update copyright years.
394
395 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
396
397 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
398
399 2004-01-17 Andrew Cagney <cagney@redhat.com>
400
401 * mdebugread.c: Update copyright.
402 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
403 (parse_type, parse_procedure): Ditto.
404 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
405
406 * cris-tdep.c (cris_store_struct_return): Put back accidently
407 deleted function.
408
409 * gdbarch.sh: Update copyright year.
410 * gdbarch.h, gdbarch.c: Re-generate.
411
412 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
413
414 Suggested by George Anzinger.
415 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
416 correct stack offset. Include unknown opcode numbers in the error
417 message.
418
419 2004-01-17 Andrew Cagney <cagney@redhat.com>
420
421 * x86-64-tdep.c (x86_64_init_abi): No need to clear
422 extract_struct_value_address, i386 does not set it.
423 * sparc64-tdep.c (sparc64_init_abi): Do not set
424 extract_struct_value_address, never called.
425 (sparc64_extract_struct_value_address): Delete function.
426 * m68hc11-tdep.c: Update copyright.
427 (m68hc11_gdbarch_init): Delete redundant assignment of
428 extract_struct_value_address.
429 * i386-tdep.c: Update copyright.
430 (i386_gdbarch_init): Do not set extract_struct_value_address,
431 never called.
432 (i386_extract_struct_value_address): Delete function.
433 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
434 extract_struct_value_address, never called.
435 (sparc32_extract_struct_value_address): #if 0 function. Add
436 comments explaining its future.
437
438 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
439
440 * arm-tdep.c (arm_write_pc): New function.
441 (arm_gdbarch_init): Call set_gdbarch_write_pc.
442
443 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
444
445 * breakpoint.c (must_shift_inst_regs): Delete.
446 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
447 and SHIFT_INST_REGS.
448 * infcmd.c (step_1, step_1_continuation): Delete references to
449 SHIFT_INST_REGS.
450 * infrun.c (keep_going): Likewise.
451 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
452 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
453
454 2004-01-17 Andrew Cagney <cagney@redhat.com>
455
456 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
457 * gdbarch.h, gdbarch.c: Re-generate.
458 * infcmd.c (print_return_value): Delete reference to
459 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
460
461 * cris-tdep.c (cris_gdbarch_init): Do not set
462 deprecated_extract_struct_value_address.
463
464 * xstormy16-tdep.c: Update copyright.
465 (xstormy16_extract_struct_value_address): Update to current
466 extract struct value address interface.
467 (xstormy16_gdbarch_init): Set extract_struct_value_address.
468 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
469 current extract struct value address interface.
470 (sh64_gdbarch_init): Set extract_struct_value_address.
471
472 * cris-tdep.c: Update copyright.
473 (cris_extract_struct_value_address): Delete function.
474 (struct_return_address): Delete variable.
475 (cris_store_struct_return): Do not set struct_return_address.
476
477 * mcore-tdep.c: Update copyright.
478 (mcore_extract_struct_value_address): Delete function. Update
479 comments.
480 (mcore_gdbarch_init): Update.
481 * mn10300-tdep.c: Update copyright.
482 (mn10300_extract_struct_value_address): Delete function.
483 (mn10300_gdbarch_init): Update.
484 * v850-tdep.c: Update copyright.
485 (v850_extract_struct_value_address): Delete.
486 (v850_gdbarch_init): Update.
487 * ns32k-tdep.c: Update copyright.
488 (ns32k_extract_struct_value_address): Delete.
489 (ns32k_gdbarch_init): Update.
490 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
491 (hppa_gdbarch_init): Update.
492 * vax-tdep.c: Update copyright.
493 (vax_extract_struct_value_address): Delete.
494 (vax_gdbarch_init): Update.
495
496 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
497 * gdbarch.h, gdbarch.c: Re-generate.
498 * procfs.c (procfs_fetch_registers): Delete reference to
499 DEPRECATED_NPC_REGNUM.
500 (procfs_store_registers): Ditto.
501 * regcache.c (generic_target_write_pc): Simplify.
502 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
503
504 * core-sol2.c (fetch_core_registers): Replace
505 DEPRECATED_NPC_REGNUM with equivalent tdep value.
506
507 * hppa-tdep.c: Update copyright year.
508 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
509 NPC_REGNUM.
510 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
511
512 * mips-tdep.c (mips_write_pc): New function.
513 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
514 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
515 (mips_find_saved_regs, mips_software_single_step: Ditto.
516 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
517 mips_init_extra_frame_info, mips_pop_frame): Ditto.
518
519 2004-01-17 Andrew Cagney <cagney@redhat.com>
520
521 * mips-tdep.c: Re-indent. Group functions by ABI.
522
523 2004-01-17 Andrew Cagney <cagney@redhat.com>
524
525 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
526 * gdbarch.c: Re-generate.
527 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
528 DECR_PC_AFTER_BREAK to zero.
529 * vax-tdep.c (vax_gdbarch_init): Ditto.
530 * v850-tdep.c (v850_gdbarch_init): Ditto.
531 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
532 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
533 * sh-tdep.c (sh_gdbarch_init): Ditto.
534 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
535 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
536 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
537 * mips-tdep.c (mips_gdbarch_init): Ditto.
538 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
539 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
540 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
541 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
542 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
543 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
544 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
545 * frv-tdep.c (frv_gdbarch_init): Ditto.
546 * cris-tdep.c (cris_gdbarch_init): Ditto.
547 * avr-tdep.c (avr_gdbarch_init): Ditto.
548 * arm-tdep.c (arm_gdbarch_init): Ditto.
549 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
550
551 2004-01-17 J. Brobecker <brobecker@gnat.com>
552
553 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
554 Delete, no longer used.
555 (read_subrange_type): New function, mostly extracted from
556 read_array_type().
557 (read_array_type): Replace extracted code by call to
558 read_subrange_type().
559 (dwarf2_get_attr_constant_value): New function.
560 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
561 (add_partial_symbol): Likewise.
562 (process_die): Likewise.
563 (new_symbol): Likewise.
564 (read_type_die): Likewise.
565
566 2004-01-16 Andrew Cagney <cagney@redhat.com>
567
568 * symfile.c: Update copyright year.
569 (compare_symbols): Delete unused function.
570 * stabsread.c: Update copyright year.
571 (lrs_general_complaint): Delete unused function.
572 (ref_search_value): Ditto.
573 (get_substring): Delete declaration.
574 * sh64-tdep.c: Update copyright year.
575 (sh64_get_gdb_regnum): Delete unused function.
576 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
577 Delete unused function.
578
579 2004-01-17 Mark Kettenis <kettenis@gnu.org>
580
581 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
582 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
583
584 2004-01-16 Andrew Cagney <cagney@redhat.com>
585
586 Changes from Peter Schauer.
587 * rs6000-tdep.c: Update copyright year.
588 (rs6000_push_dummy_call): Update the stack pointer before
589 accessing the corresponding stack region.
590 * rs6000-nat.c: Update copyright year.
591 (set_host_arch): Set "info.abfd" to "exec_bfd".
592
593 2004-01-15 Mark Kettenis <kettenis@gnu.org>
594
595 * blockframe.c: Update copyright year.
596 (inside_entry_func): Don't treat a zero PC specially.
597
598 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
599
600 * gcore.c (gcore_copy_callback): Use paddr_d to print size
601 variable.
602 (gcore_create_callback): Ditto. Skip any memory segment that has
603 no permissions set.
604
605 2004-01-14 David Carlton <carlton@kealia.com>
606
607 Change symbols for C++ nested types to contain the fully qualified
608 name, if possible. (At least in the DWARF-2 case.) Partial fix
609 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
610 c++/895.
611 * c-exp.y (qualified_type): Handle types nested within classes.
612 * cp-namespace.c: Update comments.
613 (cp_set_block_scope): Delete #if 0.
614 (cp_lookup_nested_type): Handle types nested within classes.
615 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
616 when appropriate.
617 (add_partial_symbol): Add the name of the enclosing namespace to
618 types.
619 (pdi_needs_namespace): New.
620 (add_partial_namespace): Tweak comment.
621 (add_partial_structure): New.
622 (psymtab_to_symtab_1): Initialize processing_current_prefix
623 here...
624 (process_die): instead of here.
625 (read_structure_scope): Try to figure out the name of the class or
626 namespace that the structure might be defined within.
627 (read_enumeration): Generate fully-qualified names, if possible.
628 (read_namespace): Don't set name to NULL.
629 (die_specification): New.
630 (new_symbol): Generate fully-qualified names for types.
631 (read_type_die): Determine appropriate prefix.
632 (determine_prefix): New.
633 (typename_concat): New.
634 (class_name): New.
635 * valops.c (value_aggregate_elt): Pass NOSIDE to
636 value_struct_elt_for_reference.
637 (value_struct_elt_for_reference): Make static, add NOSIDE
638 parameter, call value_maybe_namespace_elt as a last resort.
639 (value_namespace_elt): Break out code into
640 value_maybe_namespace_elt.
641 (value_maybe_namespace_elt): New.
642
643 2004-01-12 Andrew Cagney <cagney@redhat.com>
644
645 * mips-tdep.c (mips_convert_register_p): Handle both raw and
646 cooked floating-point registers.
647 (mips_gdbarch_init): Set convert_register_p, register_to_value,
648 and value_to_register.
649
650 2004-01-13 Andrew Cagney <cagney@redhat.com>
651
652 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
653 * gdbarch.c: Re-generate.
654 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
655 FUNCTION_START_OFFSET.
656 * v850-tdep.c (v850_gdbarch_init): Ditto.
657 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
658 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
659 * sh-tdep.c (sh_gdbarch_init): Ditto.
660 * s390-tdep.c (s390_gdbarch_init): Ditto.
661 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
662 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
663 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
664 * mips-tdep.c (mips_gdbarch_init): Ditto.
665 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
666 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
667 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
668 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
669 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
670 * i386-tdep.c (i386_gdbarch_init): Ditto.
671 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
672 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
673 * frv-tdep.c (frv_gdbarch_init): Ditto.
674 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
675 * cris-tdep.c (cris_gdbarch_init): Ditto.
676 * avr-tdep.c (avr_gdbarch_init): Ditto.
677 * arm-tdep.c (arm_gdbarch_init): Ditto.
678 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
679
680 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
681
682 * infrun.c (follow_fork_mode_ask): Remove.
683 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
684 (follow_fork): Simplify and remove internal error for
685 follow_fork_mode_ask.
686 (_initialize_infrun): Update "set follow-fork-mode" help text.
687
688 2004-01-13 Andrew Cagney <cagney@redhat.com>
689
690 * configure.in: Update copyright year.
691 (build_warnings): Add -Wunused-label.
692 * configure: Re-generate.
693
694 2004-01-12 Andrew Cagney <cagney@redhat.com>
695
696 * exec.h (exec_ops): Make "extern".
697
698 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
699 the function is void.
700 (mips_pseudo_register_write): Ditto.
701
702 2004-01-12 Andrew Cagney <cagney@redhat.com>
703
704 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
705 call. Never defined.
706 * sparc-tdep.h (struct frame_info): Add opaque declaration.
707 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
708 (struct sparc_gregset, struct regcache): Ditto.
709 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
710
711 2004-01-12 Andrew Cagney <cagney@redhat.com>
712
713 * mi/ChangeLog: Delete file. Renamed to ...
714 * mi/ChangeLog-1999-2003: New file.
715 * tui/ChangeLog: Delete file. Renamed to ...
716 * tui/ChangeLog-1998-2003: New file.
717
718 2004-01-11 Mark Kettenis <kettenis@gnu.org>
719
720 * sparc64nbsd-tdep.c: Include "regset.h".
721 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
722 Remove variables.
723 (fetch_core_registers): Remove function.
724 (sparc64nbsd_core_fns): Remove variable.
725 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
726 functions.
727 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
728 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
729 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
730
731 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
732 sparc_extract_struct_value_address.
733 (sparc32_gdbarch_init): Set extract_struct_value_address.
734 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
735 function.
736 (sparc64_init_abi): Set extract_struct_value_address. Don't set
737 return_value_on_stack.
738
739 * NEWS: Mention that %cs and %ss have been added to the AMD64
740 configurations
741
742 * frame.c: Update copyright year.
743 (get_prev_frame): Improve comment.
744
745 * sparc64fbsd-tdep.c: Include "regset.h".
746 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
747 Remove variables.
748 (fetch_core_registers): Remove function.
749 (sparc64fbsd_core_fns): Remove variable.
750 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
751 functions.
752 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
753 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
754 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
755
756 * sparcnbsd-tdep.c: Include "regset.h".
757 (fetch_core_registers): Remove function.
758 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
759 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
760 functions.
761 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
762 TDEP->fpregset.
763 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
764
765 * sparc-tdep.h (struct regset): Provide opaque declaration.
766 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
767 fpregset and sizeof_fpregset members.
768 * sparc-tdep.c (struct regset): Provide opaque declaration.
769 (sparc_regset_from_core_section): New function.
770 (sparc32_gdbarch_init): Initialize TDEP->gregset,
771 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
772 Set regset_from_core_section when appropriate.
773
774 2004-01-10 Mark Kettenis <kettenis@gnu.org>
775
776 * x86-64-tdep.c (amd64_non_pod_p): New function.
777 (amd64_classify_aggregate): Return class memory for non-POD
778 C++ structure types.
779
780 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
781 argument. Use it to reserve a register if necessary.
782 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
783 amd64_push_arguments.
784
785 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
786
787 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
788 register numbers in comments.
789 * x86-64-tdep.h: Update copyright year.
790 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
791 Adjust for addition of %cs and %ss.
792 * amd64fbsd-nat.c: Update copyright year.
793 (reg_offset): Add register offsets for %cs and %ss.
794 * amd64fbsd-tdep.c: Update copyright year.
795 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
796 (amd64fbsd_sc_reg_offset): Likewise.
797 * x86-64-linux-nat.c: Update copyright year.
798 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
799 and %ss.
800 * amd64nbsd-nat.c: Update copyright year.
801 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
802 * amd64nbsd-tdep.c: Update copyright year.
803 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
804 * x86-64-linux-tdep.c: Update copyright year.
805 (user_to_gdb_regmap): Add mapping for %cs and %ss.
806 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
807 * regformats/reg-x86-64.dat: Add %cs and %ss.
808
809 * blockframe.c (inside_entry_func): Reformat. Introduce new local
810 variables to prevent long lines. Update comments to reflect
811 reality.
812
813 2004-01-09 David Carlton <carlton@kealia.com>
814
815 Checked in by Elena Zannoni <ezannoni@redhat.com>.
816 * dwarf2read.c (read_namespace): Pull out name-generating code
817 into namespace_name. Rename previous_namespace to previous_prefix
818 and processing_current_namespace to processing_current_prefix..
819 (namespace_name): New function.
820 (add_partial_symbol): Substitute uses of pdi->name with
821 actual_name.
822 * cp-support.h: Rename processing_current_namespace to
823 processing_current_prefix.
824 Update copyright year.
825 * cp-namespace.c: Rename processing_current_namespace to
826 processing_current_prefix.
827 Update copyright year.
828
829 2004-01-09 Andrew Cagney <cagney@redhat.com>
830
831 * jv-valprint.c, ser-unix.c: Add missing copyright years.
832
833 2004-01-09 Mark Kettenis <kettenis@gnu.org>
834
835 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
836 complaining.
837 (process_one_symbol): Deal with N_PATCH stabs.
838
839 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
840
841 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
842 ifdeffed code.
843 Update copyright year.
844
845 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
846
847 * config/pa/tm-hppa.h: Update extern declarations for
848 hppa32_hpux_frame_saved_pc_in_sigtramp,
849 hppa32_hpux_frame_base_before_sigtramp, and
850 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
851
852 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
853
854 * config/pa/tm-hppah.h: Update copyright years.
855
856 2004-01-08 Andrew Cagney <cagney@redhat.com>
857
858 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
859 (mips_o32_reg_struct_has_addr): Delete function.
860 (mips_gdbarch_init): Update.
861 (mips_extract_struct_value_address): Delete function.
862
863 2004-01-08 David Mosberger <davidm@hpl.hp.com>
864
865 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
866 reality.
867
868 2004-01-07 Andrew Cagney <cagney@redhat.com>
869
870 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
871 architecture's elf flags (when available).
872
873 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
874 FPU to the start, check the MIPS FPU when looking for an old
875 architecture.
876 (set_mipsfpu_single_command): Update the architecture.
877 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
878
879 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
880 (mips_mask_address_p): Add "tdep" parameter.
881 (show_mask_address, mips_addr_bits_remove): Update.
882 (mips_dump_tdep): Update.
883 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
884 (MIPS_STACK_ARGSIZE): Delete macro.
885 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
886 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
887 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
888 (mips_dump_tdep): Update.
889 (MIPS_SAVED_REGSIZE): Delete macro.
890 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
891 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
892 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
893 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
894 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
895 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
896 (mips_pop_frame, return_value_location): Update.
897 (mips_n32n64_return_value, mips_dump_tdep): Update.
898
899 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
900 MIPS ABI.
901
902 * mips-tdep.c: Update copyright.
903 (mips_gdbarch_init): Merge two code blocks handling the register
904 name and number layout.
905
906 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
907
908 * tracepoint.c (validate_actionline): Fix segv at EOF
909
910 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
911
912 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
913 properly for static fields.
914
915 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
916 Jason Molenda <jmolenda@apple.com>
917
918 * disasm.c: Update copyright to include 2004.
919 (do_mixed_source_and_assembly): For uiout asm list
920 and tuple cleanups, initialize to null_cleanup instead of
921 NULL and do so prior to loop. Only reset when we close off
922 the tuple/list. Move check for whether to close off the
923 asm tuple/list to after dump_insns call where it will be run
924 on each loop iteration.
925
926 2004-01-05 Andrew Cagney <cagney@redhat.com>
927
928 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
929 should be a switch case and not a label.
930 * mips-tdep.c (mips32_next_pc): Delete unused labels
931 "greater_equal_branch" and "less_zero_branch".
932 * jv-valprint.c (java_print_value_fields): Delete unused label
933 "flush_it".
934
935 * target.c (unpush_target): Only close a target that is in the
936 target stack.
937
938 2004-01-05 Mark Kettenis <kettenis@gnu.org>
939
940 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
941 address from [sp + 64] instead of %o2.
942
943 * frame.c (get_prev_frame): Don't try to unwind the PC. This
944 fixes PR backtrace/1476.
945
946 2004-01-05 Andrew Cagney <cagney@redhat.com>
947
948 * libunwind-frame.h (struct frame_id): Add opaque declaration,
949 move to start of file.
950 * i386-tdep.h (struct regcache): Add opaque declaration.
951 * config/ia64/nm-linux.h (struct target_ops): Add opaque
952 declaration.
953 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
954 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
955 * win32-nat.c (fake_create_process): Use ISO C style definition.
956 * stabsread.c (define_symbol): Delete #ifndef
957 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
958 stabs_argument_has_addr call, macro never defined.
959
960 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
961
962 * op50-rom.c: Delete.
963 * w89k-rom.c: Delete.
964 * Makefile.in: Remove references.
965
966 2004-01-04 Mark Kettenis <kettenis@gnu.org>
967
968 * x86-64-tdep.c: Update copyright year.
969 (struct amd64_register_info): Rename from x86_64_register_info.
970 (amd64_register_info): Rename from x86_64_register_info.
971 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
972 (amd64_register_name): Rename from x86_64_register_name.
973 (amd64_register_type): Rename from x86_64_register_type.
974 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
975 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
976 (amd64_dwarf_reg_to_regnum): Rename from
977 x86_64_dwarf_reg_to_regnum.
978 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
979 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
980 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
981 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
982 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
983 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
984 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
985 (amd64_frame_cache): Rename from x86_64_frame_cache.
986 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
987 (amd64_frame_prev_register): Rename from
988 x86_64_frame_prev_register.
989 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
990 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
991 (amd64_sigtramp_frame_cache): Rename from
992 x86_64_sigtramp_frame_cache.
993 (amd64_sigtramp_frame_prev_register): Rename from
994 x86_64_sigtramp_frame_prev_register.
995 (amd64_sigtramp_frame_unwind): Rename from
996 x86_64_sigtramp_frame_unwind.
997 (amd64_sigtramp_frame_sniffer): Rename from
998 x86_64_sigtramp_frame_sniffer.
999 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
1000 (amd64_frame_base): Rename from x86_64_frame_base.
1001 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
1002 (amd64_frame_align): Rename from x86_64_frame_align.
1003 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
1004 (amd64_regset_from_core_section): Rename from
1005 x86_64_regset_from_core_section.
1006 (x86_64_init_abi): Update comments.
1007
1008 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
1009
1010 * MAINTAINERS (write after approval): Add myself.
1011
1012 2004-01-04 Mark Kettenis <kettenis@gnu.org>
1013
1014 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
1015 `float' arguments.
1016
1017 2004-01-04 Mark Kettenis <kettenis@gnu.org>
1018
1019 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
1020 such that it mentions a specific version of GCC that exhibits this
1021 bug.
1022
1023 2004-01-03 Mark Kettenis <kettenis@gnu.org>
1024
1025 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
1026 structure that has a single `float' member, store it in %f1 in
1027 addition to %f0.
1028
1029 * sparc-sol2-nat.c: Add missing '\'.
1030
1031 * sparc-tdep.c (sparc32_return_value): New function.
1032 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
1033 Remove functions.
1034 (sparc32_gdbarch_init): Set return_value, don't set
1035 extract_return_value, store_return_value, use_struct_convention
1036 and return_value_on_stack.
1037
1038 * sparc-sol2-nat.c: Add missing ')'.
1039
1040 2004-01-03 J. Brobecker <brobecker@gnat.com>
1041
1042 * infrun.c (handle_step_into_function): New function.
1043 (handle_inferior_event): Extract out some code into the new
1044 function above.
1045
1046 2004-01-03 J. Brobecker <brobecker@gnat.com>
1047
1048 * infrun.c (handle_inferior_event): Move the declaration of
1049 real_stop_pc inside the if blocks where it is used.
1050
1051 2004-01-03 Mark Kettenis <kettenis@gnu.org>
1052
1053 * sparc64-tdep.c (sparc64_16_byte_align_p)
1054 (sparc64_store_floating_fields, sparc64_store_floating_fields):
1055 Use check_typedef to get subtypes of structures and unions.
1056 (sparc64_store_return_value): Fix calculation of the appropriate
1057 offset into VALBUF when storing a structure or union.
1058 (sparc64_return_value): New function.
1059 (sparc64_use_struct_convention): Remove function.
1060 (sparc64_init_abi): Set return_value, don't set
1061 extract_return_value, store_return_value and
1062 use_struct_convention.
1063
1064 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
1065
1066 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
1067 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
1068 gdb/config/alpha/xm-alphaosf.h,
1069 gdb/config/powerpc/tm-ppcle-eabi.h,
1070 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
1071 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
1072 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
1073 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
1074 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
1075 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
1076 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
1077 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
1078 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
1079 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
1080 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
1081 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
1082 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
1083 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
1084 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
1085 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
1086 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
1087 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
1088 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
1089 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
1090 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
1091 Remove lines for .cvsignore files.
1092
1093 2004-01-03 J. Brobecker <brobecker@gnat.com>
1094
1095 * infrun.c: Back out the previous change.
1096
1097 2004-01-03 Mark Kettenis <kettenis@gnu.org>
1098
1099 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
1100 sparc-*-sunos4* to the list of REMOVED configurations.
1101
1102 * configure.tgt: Add back sparc-*-vxworks*.
1103 * remote-vxsparc.c: Remove all includes except for "defs.h",
1104 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
1105 Include "sparc-tdep.h".
1106 (SPARC_R_G1): New define.
1107 (vxsparc_gregset): New variable.
1108 (ext_format_sparc): Remove extern declaration.
1109 (vx_read_register): Rewrite to use sparc32_supply_gregset and
1110 sparc32_supply_fpregset.
1111 (vx_write_register): Rewrite to use sparc32_collect_gregset,
1112 sparc_collect_rwindow and sparc32_collect_fpregset.
1113 * config/sparc/tm-vxworks.h: New file, based on recently removed
1114 tm-vxsparc.h.
1115 * config/sparc/vxworks.mt: New file, based on recently removed
1116 vxworks.mt.
1117
1118 2004-01-03 J. Brobecker <brobecker@gnat.com>
1119
1120 * infrun.c (handle_step_into_function): New function.
1121 (handle_inferior_event): Extract out some code into the new
1122 function above.
1123
1124 2004-01-02 Mark Kettenis <kettenis@gnu.org>
1125
1126 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
1127 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
1128 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
1129 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
1130 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
1131 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
1132 (sparc_nat_h): New variable.
1133 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
1134 (tm-sun4os4.h): Remove dependency.
1135 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
1136 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
1137 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
1138 sparc-tdep.o): Update dependencies.
1139 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
1140 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
1141 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
1142 dependencies.
1143 * configure.host: Remove existing sparc-*-lynxos*,
1144 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
1145 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
1146 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
1147 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
1148 triplets.
1149 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
1150 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
1151 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
1152 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
1153 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
1154 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
1155 sparc64-*-solaris2* and sparc64-*-* triplets.
1156 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
1157 "symtab.h" and "objfiles.h".
1158 (BIAS): Remove define.
1159 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
1160 (X_DISP19): Remove macros.
1161 (sparc_fetch_instruction): Remove function.
1162 (struct gdbarch_tdep): Remove definition.
1163 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
1164 (sparc_breakpoint_from_pc): Remove function.
1165 (struct sparc64_frame_cache): Remove definition.
1166 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
1167 sparc64_unwind_pc): Remove functions.
1168 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
1169 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
1170 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
1171 (sparc64_frame_cache): Change return type to `struct
1172 sparc_frame_cache *'. Simply call sparc_frame_cache.
1173 (sparc64_frame_this_id, sparc64_frame_prev_register,
1174 sparc64_frame_base_address): Use `struct sparc_frame_cache'
1175 instead of `struct sparc64_frame_cache.
1176 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
1177 sparc_analyze_control_transfer, sparc_software_single_step,
1178 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
1179 _initialize_sparc64_tdep): Remove functions.
1180 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
1181 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
1182 macros.
1183 (sparc64_supply_gregset, sparc64_collect_gregset,
1184 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
1185 (sparc64_init_abi): New function.
1186 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
1187 inclusion guard. Include "sparc-tdep.h".
1188 (BIAS): Define.
1189 (r_tstate_offset, r_fprs_offset): New defines.
1190 (enum sparc_regnum): Remove defenition.
1191 (enum sparc64_regnum): Reformat.
1192 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
1193 (sparc64_init_abi, sparc64_supply_gregset,
1194 sparc64_collect_gregset, sparc64_supply_fpregset,
1195 sparc64_collect_fpregset): New prototypes.
1196 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
1197 Add extern declarations.
1198 (sparc64_sol2_init_abi): New prototype.
1199 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
1200 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
1201 prototypes.
1202 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
1203 "sparnbsd-nat.h".
1204 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
1205 functions.
1206 (_initialize_sparc64fbsd_nat): Remove initialization of
1207 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
1208 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
1209 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
1210 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
1211 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
1212 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
1213 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
1214 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
1215 (sparc64fbsd_r_y_offset): Remove variables.
1216 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
1217 Make static and const.
1218 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
1219 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
1220 functions.
1221 (sparc64fbsd_gregset): New variable.
1222 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
1223 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
1224 and sparc64_supply_fpregset.
1225 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
1226 (sparc64fbsd_sigtramp_frame_this_id)
1227 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
1228 (sparc64fbsd_sigtramp_frame_unwind): New variable.
1229 (sparc64fbsd_sigtramp_frame_sniffer): New function.
1230 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
1231 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
1232 * sparcnbsd-tdep.c: Update copyright year. Include
1233 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
1234 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
1235 "value.h" and "sparcnbsd-tdep.h".
1236 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
1237 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
1238 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
1239 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
1240 defines.
1241 (sparcnbsd_gregset): New variable.
1242 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
1243 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
1244 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
1245 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
1246 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
1247 variables.
1248 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
1249 (sparc32nbsd_sigcontext_frame_this_id)
1250 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
1251 (sparc32nbsd_sigcontext_frame_unwind): New variable.
1252 (sparc32nbsd_sigtramp_frame_sniffer): New function.
1253 (sparcnbsd_get_longjmp_target_32,
1254 sparcnbsd_get_longjmp_target_64): Remove functions.
1255 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
1256 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
1257 sparcnbsd_init_elf): Remove.
1258 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
1259 (sparcnbsd_elf_init_abi): New functions.
1260 (_initialize_sparcnbsd_tdep): New prototype.
1261 (_initialize_sparnbsd_tdep): Update.
1262 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
1263 corelow.o. Add sparc64-nat.o and sparc-nat.o.
1264 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
1265 * config/sparc/linux.mh: Update comment.
1266 (XM_FILE, HOST_IPC): Remove variables.
1267 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
1268 sparc-linux-nat.o.
1269 * config/sparc/linux.mt: Update comment.
1270 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
1271 * config/sparc/nbsd.mt: Reformat.
1272 * config/sparc/nbsd64.mh: Update comment.
1273 (NATDEPFILES): Add sparc-nat.o.
1274 * config/sparc/nbsd64.mt: Update comment.
1275 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
1276 (TM_FILE): Set to tm-nbsd.h.
1277 * config/sparc/nbsdelf.mh: Update comment.
1278 (NATDEPFILES): Add sparc-nat.o.
1279 (XM_FILE): Delete.
1280 * config/sparc/nbsdaout.mh: Update comment.
1281 (NATDEPFILES): Add sparc-nat.o
1282 (XM_FILE): Delete.
1283 * config/sparc/nm-linux.h: Update copyright year. Don't include
1284 "config/nm-svr4.h" and "solib.h". Add protection against multiple
1285 inclusion.
1286 (KERNEL_U_SIZE): Remove define.
1287 (kernel_u_size): Remove prototype.
1288 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
1289 * config/sparc/nm-nbsd.h: Update copyright. Don't include
1290 "regcache.h".
1291 (CHILD_PREPARE_TO_STORE): Remove define.
1292 * config/sparc/nm-nbsdaout.h: Tweak some comments.
1293 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
1294 sparcnbsd-nat.c: Rewrite files.
1295 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
1296 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
1297 sparcnbsd-tdep.h: Remove files.
1298 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
1299 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
1300 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
1301 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
1302 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
1303 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
1304 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
1305 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
1306 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
1307 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
1308 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
1309 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
1310 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
1311 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
1312 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
1313 * config/sparc/linux64.mh, config/sparc/linux64.mt,
1314 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
1315 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
1316 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
1317
1318 2004-01-02 Andrew Cagney <cagney@redhat.com>
1319
1320 From 2003-12-18 Kazuhiro Inaoka:
1321 * configure.host: Add m32r-linux target.
1322
1323 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
1324
1325 * top.c (print_gdb_version): Update year to 2004.
1326
1327 2004-01-02 Mark Mitchell <mark@codesourcery.com>
1328
1329 * MAINTAINERS: Add myself to the write-after-approval category.
1330
1331 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
1332
1333 From Bernardo Innocenti <bernie@develer.com>:
1334 * configure.tgt: Add uClinux target.
1335
1336 2004-01-02 Andrew Cagney <cagney@redhat.com>
1337
1338 * utils.c (do_my_cleanups): Make static, add forward declaration.
1339 * defs.h (do_my_cleanups): Delete declaration.
1340
1341 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
1342
1343 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
1344 bfd/ChangeLog-0203.
1345
1346 2004-01-02 Mark Kettenis <kettenis@gnu.org>
1347
1348 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
1349 in <machine/reg.h>.
1350 * configure, config.in: Regenerate.
1351
1352 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
1353 tui/ChangeLog-1998-2003.
1354 \f
1355 Local Variables:
1356 mode: change-log
1357 left-margin: 8
1358 fill-column: 74
1359 version-control: never
1360 End: