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