3 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
4 b->exp to NULL after freeing so that error during re-parsing or
5 evaluation of expressions associated with breakpoint don't
6 eventually lead to re-freeing of storage.
7 Committed by Andrew Cagney.
11 * source.c (ambiguous_line_spec): Delete undefined declaration.
12 * m32r-rom.c (m32r_set_board_address): Delete unused function.
13 (m32r_set_server_address, m32r_set_download_path): Ditto.
14 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
18 * dwarf2read.c: Update calls to changed and renamed functions, and
19 references to moved variables.
21 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
22 language, language_defn, list_in_scope, and ftypes members.
23 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
24 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
25 (baseaddr): Remove globals.
27 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
28 (set_cu_language, die_is_declaration, die_specification)
29 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
30 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
31 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
32 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
34 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
35 cu.list_in_scope. Don't initialize cu_header_offset.
36 (add_partial_symbol): Add local baseaddr.
37 (psymtab_to_symtab_1): Add local baseaddr. Use
38 objfile->section_offsets for consistency. Don't initialize
39 cu_header_offset; do initialize cu.header.offset and
41 (read_file_scope, read_func_scope, read_lexical_block_scope)
42 (dwarf_decode_lines, new_symbol): Add local baseaddr.
46 * PROBLEMS: Add gdb/1516.
50 Patch committed by Andrw Cagney.
51 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
52 * configure.tgt: Match knetbsd*-gnu.
56 * breakpoint.c (catch_command_1): Delete #ifdef code.
57 (catch_fork_command_1): Delete #ifdef wrapper.
58 (catch_exec_command_1): Ditto.
59 (catch_load_command_1): Ditto.
60 (catch_unload_command_1): Ditto.
62 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
63 (catch_breakpoint): Delete #if0ed function.
64 (disable_catch_breakpoint): Ditto.
65 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
66 (disable_catch, enable_catch, delete_catch): Ditto.
70 * remote.c (echo_check, quit_flag): Delete variables.
71 (cisco_kernel_mode): Delete variable.
72 (minitelnet_return, tty_input, escape_count): Delete variables.
73 (remote_cisco_mode): Delete variable.
74 (remote_cisco_open, remote_cisco_close): Delete function.
75 (remote_cisco_mourn, remote_cisco_wait): Delete function.
76 (init_remote_cisco_ops): Delete function.
77 (_initialize_remote): Do not install "remote cisco" code.
78 (read_frame): Delete cisco specific code.
79 (remote_info_process): Delete function.
80 (remote_wait): Delete cisco specific code.
81 (remote_cisco_section_offsets): Delete function.
82 (remote_cisco_objfile_relocate): Delete function.
83 (remote_async_wait): Delete cisco specific code.
84 (minitelnet, readtty, readsocket): Delete function.
88 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
89 comments mentioning extract_returned_value_address.
90 * infcmd.c (print_return_value): Update. Add comments on
91 extract_returned_value_address.
92 * stack.c (return_command): Add comments on
93 extract_returned_value_address.
94 * values.c: Update comment.
95 * m32r-tdep.c: Update comment.
96 * sparc-tdep.c: Update comment.
97 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
98 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
99 * sh64-tdep.c (sh64_gdbarch_init): Update.
100 * sh-tdep.c (sh_gdbarch_init): Update.
101 * s390-tdep.c (s390_gdbarch_init): Update.
102 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
103 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
104 * m68k-tdep.c (m68k_gdbarch_init): Update.
105 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
106 * m32r-tdep.c (m32r_gdbarch_init): Update.
107 * ia64-tdep.c (ia64_gdbarch_init): Update.
108 * h8300-tdep.c (h8300_gdbarch_init): Update.
109 * frv-tdep.c (frv_gdbarch_init): Update.
110 * arm-tdep.c (arm_gdbarch_init): Update.
111 * alpha-tdep.c (alpha_gdbarch_init): Update.
115 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
116 SYMBOL_LOCATION_FUNCS
117 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
119 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
120 type to "struct symbol_ops".
121 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
122 (struct symbol): Replace ".aux_value.loc.funcs" and
123 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
124 (SYMBOL_OBJFILE): Delete macro.
125 (SYMBOL_LOCATION_FUNCS): Delete macro.
126 (SYMBOL_LOCATION_BATON): Update.
127 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
128 intead of SYMBOL_LOCATION_FUNCS.
129 * ax-gdb.c (gen_var_ref): Ditto.
130 * printcmd.c (address_info): Ditto.
131 * findvar.c (read_var_value): Ditto.
132 (symbol_read_needs_frame): Ditto.
136 * dwarf2read.c (read_func_scope): Document frame-base hack.
140 * infcmd.c (print_return_value): Plug memory leak; delete
141 ui_stream object. Rename argument `structure_return' to
146 * infcmd.c (print_return_value): Wrap long lines.
147 (finish_command_continuation, finish_command): Remove unused
148 variable `funcaddr'. Fix some coding-standards problems.
150 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
151 SECT_SIZE is large enough, not wheter it's exactly the right size.
152 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
153 TDEP->fpregset to zero.
155 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
156 floating-point registers for traditional NetBSD core files.
157 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
158 TDEP->sizeof_fpregset here.
162 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
163 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
164 function with code split out from
165 sparc32nbsd_sigcontext_frame_cache.
166 (sparc32nbsd_sigcontext_frame_cache): Use
167 sparc32nbsd_sigcontext_saved_regs.
168 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
170 * sparcobsd-tdep.c: New file.
171 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
172 (sparcobsd-tdep.o): New dependency.
173 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
174 * config/sparc/obsd.mt: New file.
176 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
177 TDEP->fpregset to be initialized to enable core file register
182 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
183 Add opaque declarations.
184 (sparc64nbsd_sigcontext_saved_regs): New prototype.
185 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
186 function with code split out from
187 sparc64nbsd_sigcontext_frame_cache.
188 (sparc64nbsd_sigcontext_frame_cache): Use
189 sparc64nbsd_sigcontext_saved_regs.
190 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
192 * sparc64obsd-tdep.c: New file.
193 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
194 (sparc64obsd-tdep.o): New dependency.
195 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
196 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
197 * config/sparc/obsd64.mt: New file.
199 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
200 read the instruction at PC.
202 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
203 value of GDB_OSABI_DEFAULT.
204 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
205 instead of GDB_OSABI_NETBSD_AOUT.
209 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
214 * printcmd.c (display_command): Replace tui_set_display call with
215 tui_set_layout_for_display_command.
216 * tui/tui.h (enum tui_win_type): Define.
217 (tui_set_layout): Delete declaration.
218 (tui_set_layout_for_display_command): Rename set_tui_layout.
219 * tui/tui-data.h (enum tui_layout_type): Define.
220 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
222 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
223 (tui_default_win_height): Rename tuiDefaultWinHeight.
224 (tui_default_win_viewport_height): Rename
225 tuiDefaultWinViewportHeight.
226 (tui_set_layout): RenametuiSetLayout.
227 * tui/tui-layout.c: Update references.
228 * tui/tui.c: Update references.
229 * tui/tui-disasm.c: Update references.
233 Partial workaround for PR c++/1511:
234 * cp-namespace.c: Include frame.h.
235 (cp_lookup_transparent_type): New
236 (cp_lookup_transparent_type_loop): New.
237 * cp-support.h: Declare cp_lookup_transparent_type.
238 * symtab.c (basic_lookup_transparent_type): Renamed from
239 lookup_transparent_type.
240 (lookup_transparent_type): Replace old body by a call to
241 current_language->la_lookup_transparent_type.
242 * symtab.h: Update copyright. Declare
243 basic_lookup_transparent_type.
244 * language.h: Update copyright.
245 (struct language_defn): Add la_lookup_transparent_type.
246 * language.c: Update copyright.
247 (unknown_language_defn): Add basic_lookup_transparent_type.
248 (auto_language_defn): Add basic_lookup_transparent_type.
249 (local_language_defn): Add basic_lookup_transparent_type.
250 * ada-lang.c: Update copyright.
251 (ada_language_defn): Add basic_lookup_transparent_type.
252 * c-lang.c: Update copyright.
253 (c_language_defn): Add basic_lookup_transparent_type.
254 (cplus_language_defn): Add basic_lookup_transparent_type.
255 (asm_language_defn): Add basic_lookup_transparent_type.
256 (minimal_language_defn): Add basic_lookup_transparent_type.
257 * f-lang.c: Update copyright.
258 (f_language_defn): Add basic_lookup_transparent_type.
259 * jv-lang.c: Update copyright.
260 (java_language_defn): Add basic_lookup_transparent_type.
261 * m2-lang.c: Update copyright.
262 (m2_language_defn): Add basic_lookup_transparent_type.
263 * objc-lang.c: Update copyright.
264 (objc_language_defn): Add basic_lookup_transparent_type.
265 * p-lang.c: Update copyright.
266 (p_language_defn): Add basic_lookup_transparent_type.
267 * scm-lang.c: Update copyright.
268 (scm_language_defn): Add basic_lookup_transparent_type.
269 * Makefile.in (cp-namespace.o): Depend on frame.h.
273 Patch for PR c++/1520:
274 * dwarf2read.c (read_func_scope): Set processing_current_prefix
275 properly if we have a specification die.
276 (determine_prefix_aux): Rename from determine_prefix.
277 (determine_prefix): Like the old determine_prefix, but never
282 * avr-tdep.c: Update copyright.
283 (avr_iaddr_p): Delete unused function.
284 (avr_saddr_p): Delete unused function.
288 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
289 Fix for PR symtab/1534.
293 * NEWS (New native configurations): Mention OpenBSD/sparc and
295 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
296 * configure.host: Likewise.
297 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
299 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
303 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
304 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
306 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
307 * cli/cli-cmds.c (shell_escape): Likewise.
309 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
310 OpenBSD .note.openbsd.ident sections.
314 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
316 (read_file_scope): Ditto.
317 (get_scope_pc_bounds): New function, produced by extracting code
318 from the above two functions, consolidating it, and adding support
319 for DW_TAG_namespace.
323 * osabi.c (MAX_NOTESZ): New define.
324 (check_note): New function.
325 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
330 * MAINTAINERS (write after approval): Add myself.
334 * utils.c (init_page_info): Move declarations of `rows' and
335 `cols' before the __GO32__-specific code. Move the closing brace
336 outside the #ifdef __GO32__..#endif block.
337 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
341 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
342 BPSTAT_WHAT_CHECK_SHLIBS.
346 * MAINTAINERS: Add myself to write-after-approval.
350 * ax-gdb.c (print_axs_value): Delete unused function.
351 * jv-lang.c (java_lookup_type): Delete unused function.
352 * cli/cli-dump.c (dump_filetype): Delete unused function.
353 * remote-mips.c (remote_mips_insert_hw_breakpoint)
354 (remote_mips_remove_hw_breakpoint): Delete unused functions.
355 (mips_getstring): Delete unused function.
356 (pmon_insert_breakpoint): Delete #if0ed function.
357 (PMON_MAX_BP): Delete #if0ed MACRO.
358 (mips_pmon_bp_info): Delete #if0ed variable.
359 (pmon_remove_breakpoint): Delete #if0ed function.
360 * monitor.c (monitor_write_even_block): Delete unused function.
361 (monitor_write_memory_block): Delete #if0ed code.
362 * dink32-rom.c (dink32_load): Delete unused function.
363 (_initialize_dink32_rom): Delete #if0ed code.
364 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
366 * tui/tui-command.c: Update references.
367 * tui/tui-io.c: Update references.
368 * tui/tui-command.h: Update copyright.
369 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
371 * source.c (ambiguous_line_spec): Delete never-defined function.
372 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
373 * gdbtypes.c (add_name, add_mangled_type): Ditto.
374 * cli/cli-cmds.c (validate_comname): Ditto.
376 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
378 (tui_set_disassem_content): Rename tuiSetDisassemContent.
379 (tui_show_disassem): Rename tuiShowDisassem.
380 (tui_show_disassem_and_update_source): Rename
381 tuiVerticalDisassemScroll.
382 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
383 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
384 * tui/tui.h: Update copyright.
385 (enum tui_status): Define.
386 * tui/tui-data.h (enum tui_scroll_direction): Define.
387 * tui/tui-disasm.c: Update copyright. Update references.
388 * tui/tui-winsource.c: Update copyright. Update references.
389 * tui/tui-win.c: Update references.
390 * tui/tui-layout.c: Update references.
394 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
395 sym2 to start of block.
399 * MAINTAINERS: Delete mmalloc.
400 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
401 * NEWS: Mention removal of --with-malloc.
402 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
403 * config.in: Regenerate.
404 * configure: Regenerate.
405 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
406 USE_MMALLOC, MMCHECK_FORCE.
407 * gdbinit.in: Remove mmalloc.
408 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
409 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
410 * config/i386/go32.mh: Likewise.
411 * config/i386/interix.mh: Likewise.
412 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
416 * linespec.c (decode_variable, symtab_from_filename): Call
417 error_silent with error message instead of throwing an exception
419 * defs.h (error_silent, error_output_message): Add prototypes.
420 (catch_exceptions_with_msg): Ditto.
421 * utils.c (error_silent, error_output_message): New functions.
422 * top.c (catch_exceptions_with_msg): New function.
426 * mi/mi-cmds.h (enum print_values): Add definition.
428 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
429 type and value for simple data types and just the name and type
430 for complex ones, if required.
432 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
433 children, if required.
437 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
442 * top.h (mapped_symbol_files): Delete declaration.
443 * main.c (captured_main): Delete option "m" and "mapped".
444 * objfiles.c (mapped_symbol_files): Delete variable.
445 * symfile.c (symbol_file_command): Delete mmap code.
446 (symbol_file_add_with_addrs_or_offsets): Ditto.
447 (add_symbol_file_command, reread_separate_symbols): Ditto.
448 * objfiles.h (OBJF_MAPPED): Delete.
449 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
450 (free_objfile) [USE_MMALLOC]: Ditto.
451 (open_existing_mapped_file): Delete function.
452 (open_mapped_file): Delete function.
453 (map_to_file): Delete function.
457 * infrun.c (step_into_function): Account for possible breakpoint
458 adjustment when computing ``stop_func_start''.
462 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
463 the region size against the size of a pointer, not the size of
464 a register as given by DEPRECATED_REGISTER_SIZE.
468 * tui/tui-regs.h: Include "tui-data.h".
469 (tuiFirstRegElementNoInLine): Delete declaration.
470 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
471 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
472 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
473 (tui_calculate_regs_column_count): Rename
474 tuiCalculateRegsColumnCount.
475 (tui_check_register_values): Rename tuiCheckRegisterValues.
476 (tui_show_registers): Rename tuiShowRegisters.
477 (tui_display_registers_from_line): Rename
478 tuiDisplayRegistersFromLine.
479 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
480 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
481 (tui_first_reg_element_no_inline): Rename
482 tuiFirstRegElementNoInLine.
483 * tui/tui-data.h: Update copyright.
484 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
485 * tui/tui-windata.c: Update copyright, update references.
486 * tui/tui-regs.c: Update copyright, update references.
487 * tui/tui-win.c: Update copyright, update references.
488 * tui/tui-layout.c: Update copyright, update references.
492 * tui/tui-io.c: Update copyright.
493 (key_is_end_sequence, key_is_backspace): New functions.
494 (key_is_command_char, key_is_start_sequence): New function.
495 (tui_getc): Update references.
496 * tui/tui-io.h: Update copyright.
497 (m_tuiStartNewLine): Delete macro.
498 (m_isBackspace, m_isDeleteChar): Delete macros.
499 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
500 (m_isNextPage, m_isPrevPage): Delete macros.
501 (m_isLeftArrow, m_isRightArrow): Delete macros.
502 (m_isXdbStyleCommandChar): Delete macro.
503 (key_is_start_sequence): Declare, replace m_isStartSequence.
504 (key_is_end_sequence): Declare, replace m_isEndSequence.
505 (key_is_backspace): Declare ,replace m_isBackspace.
506 (key_is_command_char): Declare, replace m_isCommandChar.
507 * tui/tui-command.c: Update copyright.
508 (tuiDispatchCtrlChar): Update references.
510 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
513 * tui/tui-command.c: Rename tui/tuiCommand.c.
514 * tui/tui-command.h: Rename tui/tuiCommand.h.
515 * tui/tui-data.c: Rename tui/tuiData.c.
516 * tui/tui-data.h: Rename tui/tuiData.h.
517 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
518 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
519 * tui/tui-io.c: Rename tui/tuiIO.c.
520 * tui/tui-io.h: Rename tui/tuiIO.h.
521 * tui/tui-layout.c: Rename tui/tuiLayout.c.
522 * tui/tui-layout.h: Rename tui/tuiLayout.h.
523 * tui/tui-regs.c: Rename tui/tuiRegs.c.
524 * tui/tui-regs.h: Rename tui/tuiRegs.h.
525 * tui/tui-source.c: Rename tui/tuiSource.c.
526 * tui/tui-source.h: Rename tui/tuiSource.h.
527 * tui/tui-stack.c: Rename tui/tuiStack.c.
528 * tui/tui-stack.h: Rename tui/tuiStack.h.
529 * tui/tui-win.c: Rename tui/tuiWin.c.
530 * tui/tui-win.h: Rename tui/tuiWin.h.
531 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
532 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
533 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
534 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
535 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
536 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
537 * tui/tui-file.c: Update includes.
538 * tui/tui-hooks.c: Update includes.
539 * tui/tui-interp.c: Update includes.
540 * tui/tui.c: Update includes.
541 * Makefile.in: Update all tui/ dependencies.
542 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
544 * Makefile.in: Update copyright. Update dependencies.
546 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
551 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
552 instead of register_gdbarch_init.
554 * remote-sds.c (tohex): Delete unused function. Update copyright.
555 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
556 * v850-tdep.c (v850_register_virtual_size): Ditto.
557 * target.c (normal_target_post_startup_inferior): Ditto.
558 * source.c (ambiguous_line_spec): Ditto.
559 * remote.c (adapt_remote_get_threadinfo): Ditto.
560 * mi/mi-out.c (out_field_fmt): Ditto.
561 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
562 (output_control_change_notification): Ditto.
563 * m68k-tdep.c (m68k_register_byte): Ditto.
564 (m68k_remote_breakpoint_from_pc): Ditto.
565 * ui-out.c (init_ui_out_state): Delete unused declaration.
566 * stabsread.c (search_value): Ditto.
567 * mi/mi-cmd-env.c (env_cli_command): Ditto.
568 * maint.c (print_section_table): Ditto.
569 * infrun.c (set_follow_fork_mode_command): Ditto.
573 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
574 DW_CFA_def_cfa_exporession. Add support for
575 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
576 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
580 * ocd.c: Update copyright.
581 (bdm_read_register_command): Delete unused function.
582 (_initialize_remote_ocd): Delete commented out reference.
583 (get_quoted_char, reset_packet): Delete #if0ed function.
584 (output_packet, put_quoted_char): Delete #if0ed function.
585 (stu_put_packet, stu_get_packet): Delete #if0ed function.
586 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
587 (BDM_BREAKPOINT): Delete #if0ed macro.
588 (remote_timeout): Delete #if0ed variable.
592 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
593 (core-sol2.o): Remove dependency.
594 * core-sol2.c: Remove file.
598 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
599 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
604 * remote.c: Update copyright years.
608 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
612 * mdebugread.c: Update copyright.
613 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
614 (parse_type, parse_procedure): Ditto.
615 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
617 * cris-tdep.c (cris_store_struct_return): Put back accidently
620 * gdbarch.sh: Update copyright year.
621 * gdbarch.h, gdbarch.c: Re-generate.
625 Suggested by George Anzinger.
626 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
627 correct stack offset. Include unknown opcode numbers in the error
632 * x86-64-tdep.c (x86_64_init_abi): No need to clear
633 extract_struct_value_address, i386 does not set it.
634 * sparc64-tdep.c (sparc64_init_abi): Do not set
635 extract_struct_value_address, never called.
636 (sparc64_extract_struct_value_address): Delete function.
637 * m68hc11-tdep.c: Update copyright.
638 (m68hc11_gdbarch_init): Delete redundant assignment of
639 extract_struct_value_address.
640 * i386-tdep.c: Update copyright.
641 (i386_gdbarch_init): Do not set extract_struct_value_address,
643 (i386_extract_struct_value_address): Delete function.
644 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
645 extract_struct_value_address, never called.
646 (sparc32_extract_struct_value_address): #if 0 function. Add
647 comments explaining its future.
651 * arm-tdep.c (arm_write_pc): New function.
652 (arm_gdbarch_init): Call set_gdbarch_write_pc.
656 * breakpoint.c (must_shift_inst_regs): Delete.
657 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
659 * infcmd.c (step_1, step_1_continuation): Delete references to
661 * infrun.c (keep_going): Likewise.
662 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
663 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
667 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
668 * gdbarch.h, gdbarch.c: Re-generate.
669 * infcmd.c (print_return_value): Delete reference to
670 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
672 * cris-tdep.c (cris_gdbarch_init): Do not set
673 deprecated_extract_struct_value_address.
675 * xstormy16-tdep.c: Update copyright.
676 (xstormy16_extract_struct_value_address): Update to current
677 extract struct value address interface.
678 (xstormy16_gdbarch_init): Set extract_struct_value_address.
679 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
680 current extract struct value address interface.
681 (sh64_gdbarch_init): Set extract_struct_value_address.
683 * cris-tdep.c: Update copyright.
684 (cris_extract_struct_value_address): Delete function.
685 (struct_return_address): Delete variable.
686 (cris_store_struct_return): Do not set struct_return_address.
688 * mcore-tdep.c: Update copyright.
689 (mcore_extract_struct_value_address): Delete function. Update
691 (mcore_gdbarch_init): Update.
692 * mn10300-tdep.c: Update copyright.
693 (mn10300_extract_struct_value_address): Delete function.
694 (mn10300_gdbarch_init): Update.
695 * v850-tdep.c: Update copyright.
696 (v850_extract_struct_value_address): Delete.
697 (v850_gdbarch_init): Update.
698 * ns32k-tdep.c: Update copyright.
699 (ns32k_extract_struct_value_address): Delete.
700 (ns32k_gdbarch_init): Update.
701 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
702 (hppa_gdbarch_init): Update.
703 * vax-tdep.c: Update copyright.
704 (vax_extract_struct_value_address): Delete.
705 (vax_gdbarch_init): Update.
707 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
708 * gdbarch.h, gdbarch.c: Re-generate.
709 * procfs.c (procfs_fetch_registers): Delete reference to
710 DEPRECATED_NPC_REGNUM.
711 (procfs_store_registers): Ditto.
712 * regcache.c (generic_target_write_pc): Simplify.
713 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
715 * core-sol2.c (fetch_core_registers): Replace
716 DEPRECATED_NPC_REGNUM with equivalent tdep value.
718 * hppa-tdep.c: Update copyright year.
719 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
721 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
723 * mips-tdep.c (mips_write_pc): New function.
724 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
725 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
726 (mips_find_saved_regs, mips_software_single_step: Ditto.
727 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
728 mips_init_extra_frame_info, mips_pop_frame): Ditto.
732 * mips-tdep.c: Re-indent. Group functions by ABI.
736 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
737 * gdbarch.c: Re-generate.
738 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
739 DECR_PC_AFTER_BREAK to zero.
740 * vax-tdep.c (vax_gdbarch_init): Ditto.
741 * v850-tdep.c (v850_gdbarch_init): Ditto.
742 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
743 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
744 * sh-tdep.c (sh_gdbarch_init): Ditto.
745 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
746 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
747 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
748 * mips-tdep.c (mips_gdbarch_init): Ditto.
749 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
750 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
751 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
752 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
753 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
754 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
755 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
756 * frv-tdep.c (frv_gdbarch_init): Ditto.
757 * cris-tdep.c (cris_gdbarch_init): Ditto.
758 * avr-tdep.c (avr_gdbarch_init): Ditto.
759 * arm-tdep.c (arm_gdbarch_init): Ditto.
760 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
764 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
765 Delete, no longer used.
766 (read_subrange_type): New function, mostly extracted from
768 (read_array_type): Replace extracted code by call to
769 read_subrange_type().
770 (dwarf2_get_attr_constant_value): New function.
771 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
772 (add_partial_symbol): Likewise.
773 (process_die): Likewise.
774 (new_symbol): Likewise.
775 (read_type_die): Likewise.
779 * symfile.c: Update copyright year.
780 (compare_symbols): Delete unused function.
781 * stabsread.c: Update copyright year.
782 (lrs_general_complaint): Delete unused function.
783 (ref_search_value): Ditto.
784 (get_substring): Delete declaration.
785 * sh64-tdep.c: Update copyright year.
786 (sh64_get_gdb_regnum): Delete unused function.
787 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
788 Delete unused function.
792 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
793 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
797 Changes from Peter Schauer.
798 * rs6000-tdep.c: Update copyright year.
799 (rs6000_push_dummy_call): Update the stack pointer before
800 accessing the corresponding stack region.
801 * rs6000-nat.c: Update copyright year.
802 (set_host_arch): Set "info.abfd" to "exec_bfd".
806 * blockframe.c: Update copyright year.
807 (inside_entry_func): Don't treat a zero PC specially.
811 * gcore.c (gcore_copy_callback): Use paddr_d to print size
813 (gcore_create_callback): Ditto. Skip any memory segment that has
818 Change symbols for C++ nested types to contain the fully qualified
819 name, if possible. (At least in the DWARF-2 case.) Partial fix
820 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
822 * c-exp.y (qualified_type): Handle types nested within classes.
823 * cp-namespace.c: Update comments.
824 (cp_set_block_scope): Delete #if 0.
825 (cp_lookup_nested_type): Handle types nested within classes.
826 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
828 (add_partial_symbol): Add the name of the enclosing namespace to
830 (pdi_needs_namespace): New.
831 (add_partial_namespace): Tweak comment.
832 (add_partial_structure): New.
833 (psymtab_to_symtab_1): Initialize processing_current_prefix
835 (process_die): instead of here.
836 (read_structure_scope): Try to figure out the name of the class or
837 namespace that the structure might be defined within.
838 (read_enumeration): Generate fully-qualified names, if possible.
839 (read_namespace): Don't set name to NULL.
840 (die_specification): New.
841 (new_symbol): Generate fully-qualified names for types.
842 (read_type_die): Determine appropriate prefix.
843 (determine_prefix): New.
844 (typename_concat): New.
846 * valops.c (value_aggregate_elt): Pass NOSIDE to
847 value_struct_elt_for_reference.
848 (value_struct_elt_for_reference): Make static, add NOSIDE
849 parameter, call value_maybe_namespace_elt as a last resort.
850 (value_namespace_elt): Break out code into
851 value_maybe_namespace_elt.
852 (value_maybe_namespace_elt): New.
856 * mips-tdep.c (mips_convert_register_p): Handle both raw and
857 cooked floating-point registers.
858 (mips_gdbarch_init): Set convert_register_p, register_to_value,
859 and value_to_register.
863 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
864 * gdbarch.c: Re-generate.
865 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
866 FUNCTION_START_OFFSET.
867 * v850-tdep.c (v850_gdbarch_init): Ditto.
868 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
869 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
870 * sh-tdep.c (sh_gdbarch_init): Ditto.
871 * s390-tdep.c (s390_gdbarch_init): Ditto.
872 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
873 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
874 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
875 * mips-tdep.c (mips_gdbarch_init): Ditto.
876 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
877 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
878 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
879 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
880 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
881 * i386-tdep.c (i386_gdbarch_init): Ditto.
882 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
883 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
884 * frv-tdep.c (frv_gdbarch_init): Ditto.
885 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
886 * cris-tdep.c (cris_gdbarch_init): Ditto.
887 * avr-tdep.c (avr_gdbarch_init): Ditto.
888 * arm-tdep.c (arm_gdbarch_init): Ditto.
889 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
893 * infrun.c (follow_fork_mode_ask): Remove.
894 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
895 (follow_fork): Simplify and remove internal error for
896 follow_fork_mode_ask.
897 (_initialize_infrun): Update "set follow-fork-mode" help text.
901 * configure.in: Update copyright year.
902 (build_warnings): Add -Wunused-label.
903 * configure: Re-generate.
907 * exec.h (exec_ops): Make "extern".
909 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
910 the function is void.
911 (mips_pseudo_register_write): Ditto.
915 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
917 * sparc-tdep.h (struct frame_info): Add opaque declaration.
918 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
919 (struct sparc_gregset, struct regcache): Ditto.
920 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
924 * mi/ChangeLog: Delete file. Renamed to ...
925 * mi/ChangeLog-1999-2003: New file.
926 * tui/ChangeLog: Delete file. Renamed to ...
927 * tui/ChangeLog-1998-2003: New file.
931 * sparc64nbsd-tdep.c: Include "regset.h".
932 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
934 (fetch_core_registers): Remove function.
935 (sparc64nbsd_core_fns): Remove variable.
936 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
938 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
939 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
940 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
942 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
943 sparc_extract_struct_value_address.
944 (sparc32_gdbarch_init): Set extract_struct_value_address.
945 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
947 (sparc64_init_abi): Set extract_struct_value_address. Don't set
948 return_value_on_stack.
950 * NEWS: Mention that %cs and %ss have been added to the AMD64
953 * frame.c: Update copyright year.
954 (get_prev_frame): Improve comment.
956 * sparc64fbsd-tdep.c: Include "regset.h".
957 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
959 (fetch_core_registers): Remove function.
960 (sparc64fbsd_core_fns): Remove variable.
961 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
963 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
964 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
965 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
967 * sparcnbsd-tdep.c: Include "regset.h".
968 (fetch_core_registers): Remove function.
969 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
970 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
972 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
974 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
976 * sparc-tdep.h (struct regset): Provide opaque declaration.
977 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
978 fpregset and sizeof_fpregset members.
979 * sparc-tdep.c (struct regset): Provide opaque declaration.
980 (sparc_regset_from_core_section): New function.
981 (sparc32_gdbarch_init): Initialize TDEP->gregset,
982 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
983 Set regset_from_core_section when appropriate.
987 * x86-64-tdep.c (amd64_non_pod_p): New function.
988 (amd64_classify_aggregate): Return class memory for non-POD
991 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
992 argument. Use it to reserve a register if necessary.
993 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
994 amd64_push_arguments.
996 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
998 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
999 register numbers in comments.
1000 * x86-64-tdep.h: Update copyright year.
1001 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
1002 Adjust for addition of %cs and %ss.
1003 * amd64fbsd-nat.c: Update copyright year.
1004 (reg_offset): Add register offsets for %cs and %ss.
1005 * amd64fbsd-tdep.c: Update copyright year.
1006 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
1007 (amd64fbsd_sc_reg_offset): Likewise.
1008 * x86-64-linux-nat.c: Update copyright year.
1009 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
1011 * amd64nbsd-nat.c: Update copyright year.
1012 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
1013 * amd64nbsd-tdep.c: Update copyright year.
1014 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
1015 * x86-64-linux-tdep.c: Update copyright year.
1016 (user_to_gdb_regmap): Add mapping for %cs and %ss.
1017 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
1018 * regformats/reg-x86-64.dat: Add %cs and %ss.
1020 * blockframe.c (inside_entry_func): Reformat. Introduce new local
1021 variables to prevent long lines. Update comments to reflect
1027 * dwarf2read.c (read_namespace): Pull out name-generating code
1028 into namespace_name. Rename previous_namespace to previous_prefix
1029 and processing_current_namespace to processing_current_prefix..
1030 (namespace_name): New function.
1031 (add_partial_symbol): Substitute uses of pdi->name with
1033 * cp-support.h: Rename processing_current_namespace to
1034 processing_current_prefix.
1035 Update copyright year.
1036 * cp-namespace.c: Rename processing_current_namespace to
1037 processing_current_prefix.
1038 Update copyright year.
1042 * jv-valprint.c, ser-unix.c: Add missing copyright years.
1046 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
1048 (process_one_symbol): Deal with N_PATCH stabs.
1052 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
1054 Update copyright year.
1058 * config/pa/tm-hppa.h: Update extern declarations for
1059 hppa32_hpux_frame_saved_pc_in_sigtramp,
1060 hppa32_hpux_frame_base_before_sigtramp, and
1061 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
1065 * config/pa/tm-hppah.h: Update copyright years.
1069 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
1070 (mips_o32_reg_struct_has_addr): Delete function.
1071 (mips_gdbarch_init): Update.
1072 (mips_extract_struct_value_address): Delete function.
1076 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
1081 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
1082 architecture's elf flags (when available).
1084 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
1085 FPU to the start, check the MIPS FPU when looking for an old
1087 (set_mipsfpu_single_command): Update the architecture.
1088 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
1090 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
1091 (mips_mask_address_p): Add "tdep" parameter.
1092 (show_mask_address, mips_addr_bits_remove): Update.
1093 (mips_dump_tdep): Update.
1094 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
1095 (MIPS_STACK_ARGSIZE): Delete macro.
1096 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
1097 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
1098 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
1099 (mips_dump_tdep): Update.
1100 (MIPS_SAVED_REGSIZE): Delete macro.
1101 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
1102 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
1103 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
1104 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
1105 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
1106 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
1107 (mips_pop_frame, return_value_location): Update.
1108 (mips_n32n64_return_value, mips_dump_tdep): Update.
1110 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
1113 * mips-tdep.c: Update copyright.
1114 (mips_gdbarch_init): Merge two code blocks handling the register
1115 name and number layout.
1119 * tracepoint.c (validate_actionline): Fix segv at EOF
1123 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
1124 properly for static fields.
1129 * disasm.c: Update copyright to include 2004.
1130 (do_mixed_source_and_assembly): For uiout asm list
1131 and tuple cleanups, initialize to null_cleanup instead of
1132 NULL and do so prior to loop. Only reset when we close off
1133 the tuple/list. Move check for whether to close off the
1134 asm tuple/list to after dump_insns call where it will be run
1135 on each loop iteration.
1139 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
1140 should be a switch case and not a label.
1141 * mips-tdep.c (mips32_next_pc): Delete unused labels
1142 "greater_equal_branch" and "less_zero_branch".
1143 * jv-valprint.c (java_print_value_fields): Delete unused label
1146 * target.c (unpush_target): Only close a target that is in the
1151 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
1152 address from [sp + 64] instead of %o2.
1154 * frame.c (get_prev_frame): Don't try to unwind the PC. This
1155 fixes PR backtrace/1476.
1159 * libunwind-frame.h (struct frame_id): Add opaque declaration,
1160 move to start of file.
1161 * i386-tdep.h (struct regcache): Add opaque declaration.
1162 * config/ia64/nm-linux.h (struct target_ops): Add opaque
1164 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
1165 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
1166 * win32-nat.c (fake_create_process): Use ISO C style definition.
1167 * stabsread.c (define_symbol): Delete #ifndef
1168 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
1169 stabs_argument_has_addr call, macro never defined.
1173 * op50-rom.c: Delete.
1174 * w89k-rom.c: Delete.
1175 * Makefile.in: Remove references.
1179 * x86-64-tdep.c: Update copyright year.
1180 (struct amd64_register_info): Rename from x86_64_register_info.
1181 (amd64_register_info): Rename from x86_64_register_info.
1182 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
1183 (amd64_register_name): Rename from x86_64_register_name.
1184 (amd64_register_type): Rename from x86_64_register_type.
1185 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
1186 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
1187 (amd64_dwarf_reg_to_regnum): Rename from
1188 x86_64_dwarf_reg_to_regnum.
1189 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
1190 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
1191 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
1192 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
1193 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
1194 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
1195 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
1196 (amd64_frame_cache): Rename from x86_64_frame_cache.
1197 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
1198 (amd64_frame_prev_register): Rename from
1199 x86_64_frame_prev_register.
1200 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
1201 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
1202 (amd64_sigtramp_frame_cache): Rename from
1203 x86_64_sigtramp_frame_cache.
1204 (amd64_sigtramp_frame_prev_register): Rename from
1205 x86_64_sigtramp_frame_prev_register.
1206 (amd64_sigtramp_frame_unwind): Rename from
1207 x86_64_sigtramp_frame_unwind.
1208 (amd64_sigtramp_frame_sniffer): Rename from
1209 x86_64_sigtramp_frame_sniffer.
1210 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
1211 (amd64_frame_base): Rename from x86_64_frame_base.
1212 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
1213 (amd64_frame_align): Rename from x86_64_frame_align.
1214 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
1215 (amd64_regset_from_core_section): Rename from
1216 x86_64_regset_from_core_section.
1217 (x86_64_init_abi): Update comments.
1221 * MAINTAINERS (write after approval): Add myself.
1225 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
1230 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
1231 such that it mentions a specific version of GCC that exhibits this
1236 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
1237 structure that has a single `float' member, store it in %f1 in
1240 * sparc-sol2-nat.c: Add missing '\'.
1242 * sparc-tdep.c (sparc32_return_value): New function.
1243 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
1245 (sparc32_gdbarch_init): Set return_value, don't set
1246 extract_return_value, store_return_value, use_struct_convention
1247 and return_value_on_stack.
1249 * sparc-sol2-nat.c: Add missing ')'.
1253 * infrun.c (handle_step_into_function): New function.
1254 (handle_inferior_event): Extract out some code into the new
1259 * infrun.c (handle_inferior_event): Move the declaration of
1260 real_stop_pc inside the if blocks where it is used.
1264 * sparc64-tdep.c (sparc64_16_byte_align_p)
1265 (sparc64_store_floating_fields, sparc64_store_floating_fields):
1266 Use check_typedef to get subtypes of structures and unions.
1267 (sparc64_store_return_value): Fix calculation of the appropriate
1268 offset into VALBUF when storing a structure or union.
1269 (sparc64_return_value): New function.
1270 (sparc64_use_struct_convention): Remove function.
1271 (sparc64_init_abi): Set return_value, don't set
1272 extract_return_value, store_return_value and
1273 use_struct_convention.
1277 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
1278 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
1279 gdb/config/alpha/xm-alphaosf.h,
1280 gdb/config/powerpc/tm-ppcle-eabi.h,
1281 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
1282 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
1283 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
1284 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
1285 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
1286 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
1287 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
1288 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
1289 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
1290 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
1291 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
1292 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
1293 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
1294 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
1295 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
1296 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
1297 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
1298 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
1299 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
1300 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
1301 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
1302 Remove lines for .cvsignore files.
1306 * infrun.c: Back out the previous change.
1310 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
1311 sparc-*-sunos4* to the list of REMOVED configurations.
1313 * configure.tgt: Add back sparc-*-vxworks*.
1314 * remote-vxsparc.c: Remove all includes except for "defs.h",
1315 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
1316 Include "sparc-tdep.h".
1317 (SPARC_R_G1): New define.
1318 (vxsparc_gregset): New variable.
1319 (ext_format_sparc): Remove extern declaration.
1320 (vx_read_register): Rewrite to use sparc32_supply_gregset and
1321 sparc32_supply_fpregset.
1322 (vx_write_register): Rewrite to use sparc32_collect_gregset,
1323 sparc_collect_rwindow and sparc32_collect_fpregset.
1324 * config/sparc/tm-vxworks.h: New file, based on recently removed
1326 * config/sparc/vxworks.mt: New file, based on recently removed
1331 * infrun.c (handle_step_into_function): New function.
1332 (handle_inferior_event): Extract out some code into the new
1337 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
1338 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
1339 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
1340 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
1341 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
1342 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
1343 (sparc_nat_h): New variable.
1344 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
1345 (tm-sun4os4.h): Remove dependency.
1346 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
1347 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
1348 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
1349 sparc-tdep.o): Update dependencies.
1350 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
1351 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
1352 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
1354 * configure.host: Remove existing sparc-*-lynxos*,
1355 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
1356 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
1357 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
1358 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
1360 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
1361 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
1362 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
1363 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
1364 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
1365 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
1366 sparc64-*-solaris2* and sparc64-*-* triplets.
1367 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
1368 "symtab.h" and "objfiles.h".
1369 (BIAS): Remove define.
1370 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
1371 (X_DISP19): Remove macros.
1372 (sparc_fetch_instruction): Remove function.
1373 (struct gdbarch_tdep): Remove definition.
1374 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
1375 (sparc_breakpoint_from_pc): Remove function.
1376 (struct sparc64_frame_cache): Remove definition.
1377 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
1378 sparc64_unwind_pc): Remove functions.
1379 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
1380 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
1381 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
1382 (sparc64_frame_cache): Change return type to `struct
1383 sparc_frame_cache *'. Simply call sparc_frame_cache.
1384 (sparc64_frame_this_id, sparc64_frame_prev_register,
1385 sparc64_frame_base_address): Use `struct sparc_frame_cache'
1386 instead of `struct sparc64_frame_cache.
1387 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
1388 sparc_analyze_control_transfer, sparc_software_single_step,
1389 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
1390 _initialize_sparc64_tdep): Remove functions.
1391 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
1392 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
1394 (sparc64_supply_gregset, sparc64_collect_gregset,
1395 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
1396 (sparc64_init_abi): New function.
1397 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
1398 inclusion guard. Include "sparc-tdep.h".
1400 (r_tstate_offset, r_fprs_offset): New defines.
1401 (enum sparc_regnum): Remove defenition.
1402 (enum sparc64_regnum): Reformat.
1403 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
1404 (sparc64_init_abi, sparc64_supply_gregset,
1405 sparc64_collect_gregset, sparc64_supply_fpregset,
1406 sparc64_collect_fpregset): New prototypes.
1407 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
1408 Add extern declarations.
1409 (sparc64_sol2_init_abi): New prototype.
1410 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
1411 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
1413 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
1415 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
1417 (_initialize_sparc64fbsd_nat): Remove initialization of
1418 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
1419 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
1420 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
1421 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
1422 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
1423 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
1424 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
1425 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
1426 (sparc64fbsd_r_y_offset): Remove variables.
1427 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
1428 Make static and const.
1429 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
1430 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
1432 (sparc64fbsd_gregset): New variable.
1433 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
1434 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
1435 and sparc64_supply_fpregset.
1436 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
1437 (sparc64fbsd_sigtramp_frame_this_id)
1438 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
1439 (sparc64fbsd_sigtramp_frame_unwind): New variable.
1440 (sparc64fbsd_sigtramp_frame_sniffer): New function.
1441 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
1442 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
1443 * sparcnbsd-tdep.c: Update copyright year. Include
1444 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
1445 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
1446 "value.h" and "sparcnbsd-tdep.h".
1447 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
1448 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
1449 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
1450 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
1452 (sparcnbsd_gregset): New variable.
1453 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
1454 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
1455 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
1456 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
1457 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
1459 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
1460 (sparc32nbsd_sigcontext_frame_this_id)
1461 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
1462 (sparc32nbsd_sigcontext_frame_unwind): New variable.
1463 (sparc32nbsd_sigtramp_frame_sniffer): New function.
1464 (sparcnbsd_get_longjmp_target_32,
1465 sparcnbsd_get_longjmp_target_64): Remove functions.
1466 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
1467 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
1468 sparcnbsd_init_elf): Remove.
1469 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
1470 (sparcnbsd_elf_init_abi): New functions.
1471 (_initialize_sparcnbsd_tdep): New prototype.
1472 (_initialize_sparnbsd_tdep): Update.
1473 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
1474 corelow.o. Add sparc64-nat.o and sparc-nat.o.
1475 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
1476 * config/sparc/linux.mh: Update comment.
1477 (XM_FILE, HOST_IPC): Remove variables.
1478 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
1480 * config/sparc/linux.mt: Update comment.
1481 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
1482 * config/sparc/nbsd.mt: Reformat.
1483 * config/sparc/nbsd64.mh: Update comment.
1484 (NATDEPFILES): Add sparc-nat.o.
1485 * config/sparc/nbsd64.mt: Update comment.
1486 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
1487 (TM_FILE): Set to tm-nbsd.h.
1488 * config/sparc/nbsdelf.mh: Update comment.
1489 (NATDEPFILES): Add sparc-nat.o.
1491 * config/sparc/nbsdaout.mh: Update comment.
1492 (NATDEPFILES): Add sparc-nat.o
1494 * config/sparc/nm-linux.h: Update copyright year. Don't include
1495 "config/nm-svr4.h" and "solib.h". Add protection against multiple
1497 (KERNEL_U_SIZE): Remove define.
1498 (kernel_u_size): Remove prototype.
1499 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
1500 * config/sparc/nm-nbsd.h: Update copyright. Don't include
1502 (CHILD_PREPARE_TO_STORE): Remove define.
1503 * config/sparc/nm-nbsdaout.h: Tweak some comments.
1504 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
1505 sparcnbsd-nat.c: Rewrite files.
1506 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
1507 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
1508 sparcnbsd-tdep.h: Remove files.
1509 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
1510 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
1511 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
1512 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
1513 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
1514 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
1515 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
1516 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
1517 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
1518 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
1519 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
1520 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
1521 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
1522 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
1523 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
1524 * config/sparc/linux64.mh, config/sparc/linux64.mt,
1525 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
1526 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
1527 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
1531 From 2003-12-18 Kazuhiro Inaoka:
1532 * configure.host: Add m32r-linux target.
1536 * top.c (print_gdb_version): Update year to 2004.
1540 * MAINTAINERS: Add myself to the write-after-approval category.
1545 * configure.tgt: Add uClinux target.
1549 * utils.c (do_my_cleanups): Make static, add forward declaration.
1550 * defs.h (do_my_cleanups): Delete declaration.
1554 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
1559 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
1561 * configure, config.in: Regenerate.
1563 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
1564 tui/ChangeLog-1998-2003.
1570 version-control: never