diff options
| author | thorpej <thorpej@NetBSD.org> | 2002-02-19 05:05:38 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2002-02-19 05:05:38 +0000 |
| commit | b669a91187d5b72fe3ea0e2f19e7f3d89e482df5 (patch) | |
| tree | 019629070e758facadd41e07f1e1b132f886457a /gnu/usr.bin | |
| parent | b56d2fc5570566a75d3af1336238aac0d36541ca (diff) | |
Make sure _initialize_vaxnbsd_nat() is called (added manually).
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/gdb/arch/vax/init.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/gdb/arch/vax/init.c b/gnu/usr.bin/gdb/arch/vax/init.c index da2501a18e6..548c563c0fc 100644 --- a/gnu/usr.bin/gdb/arch/vax/init.c +++ b/gnu/usr.bin/gdb/arch/vax/init.c @@ -72,6 +72,7 @@ extern initialize_file_ftype _initialize_mdebugread; extern initialize_file_ftype _initialize_os9kread; extern initialize_file_ftype _initialize_annotate; extern initialize_file_ftype _initialize_inflow; +extern initialize_file_ftype _initialize_vaxnbsd_nat; void initialize_all_files (void) { @@ -141,4 +142,5 @@ initialize_all_files (void) _initialize_os9kread (); _initialize_annotate (); _initialize_inflow (); + _initialize_vaxnbsd_nat (); } |
