Add multi-target tests
[deliverable/binutils-gdb.git] / gdb / amd64-windows-nat.c
index fc17b744f478e2d919dfdfc8a2feaaa890d5adf7..67b869110317e524340979de0ccc72ab3aec8ecc 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -95,9 +95,6 @@ amd64_windows_segment_register_p (int regnum)
   return regnum >= AMD64_CS_REGNUM && regnum <= AMD64_GS_REGNUM;
 }
 
-/* -Wmissing-prototypes */
-extern initialize_file_ftype _initialize_amd64_windows_nat;
-
 void
 _initialize_amd64_windows_nat (void)
 {
This page took 0.023718 seconds and 4 git commands to generate.