Deleted Added
full compact
init.c (131087) init.c (138383)
1/* $FreeBSD: head/gnu/usr.bin/gdb/arch/ia64/init.c 131087 2004-06-25 06:48:54Z marcel $ */
1/* $FreeBSD: head/gnu/usr.bin/gdb/arch/ia64/init.c 138383 2004-12-05 06:59:01Z marcel $ */
2
3/* Do not modify this file. */
4/* It is created automatically by the Makefile. */
5#include "defs.h" /* For initialize_file_ftype. */
6#include "call-cmds.h" /* For initialize_all_files. */
7extern initialize_file_ftype _initialize_gdbtypes;
8extern initialize_file_ftype _initialize_corelow;
9extern initialize_file_ftype _initialize_ia64_fbsd_tdep;

--- 109 unchanged lines hidden (view full) ---

119 _initialize_corelow ();
120 _initialize_ia64_fbsd_tdep ();
121 _initialize_ia64_tdep ();
122 _initialize_solib ();
123 _initialize_svr4_solib ();
124 _initialize_ser_hardwire ();
125 _initialize_ser_pipe ();
126 _initialize_ser_tcp ();
2
3/* Do not modify this file. */
4/* It is created automatically by the Makefile. */
5#include "defs.h" /* For initialize_file_ftype. */
6#include "call-cmds.h" /* For initialize_all_files. */
7extern initialize_file_ftype _initialize_gdbtypes;
8extern initialize_file_ftype _initialize_corelow;
9extern initialize_file_ftype _initialize_ia64_fbsd_tdep;

--- 109 unchanged lines hidden (view full) ---

119 _initialize_corelow ();
120 _initialize_ia64_fbsd_tdep ();
121 _initialize_ia64_tdep ();
122 _initialize_solib ();
123 _initialize_svr4_solib ();
124 _initialize_ser_hardwire ();
125 _initialize_ser_pipe ();
126 _initialize_ser_tcp ();
127#ifndef CROSS_DEBUGGER
127 _initialize_fbsd_proc ();
128 _initialize_gcore ();
129 _initialize_ia64_fbsd_nat ();
130 _initialize_kernel_u_addr ();
131 _initialize_infptrace ();
132 _initialize_inftarg ();
128 _initialize_fbsd_proc ();
129 _initialize_gcore ();
130 _initialize_ia64_fbsd_nat ();
131 _initialize_kernel_u_addr ();
132 _initialize_infptrace ();
133 _initialize_inftarg ();
134#endif
133 _initialize_remote ();
134 _initialize_dcache ();
135 _initialize_sr_support ();
136 _initialize_tracepoint ();
137 _initialize_ax_gdb ();
138 _initialize_annotate ();
139 _initialize_auxv ();
140 _initialize_breakpoint ();

--- 86 unchanged lines hidden ---
135 _initialize_remote ();
136 _initialize_dcache ();
137 _initialize_sr_support ();
138 _initialize_tracepoint ();
139 _initialize_ax_gdb ();
140 _initialize_annotate ();
141 _initialize_auxv ();
142 _initialize_breakpoint ();

--- 86 unchanged lines hidden ---