Trivial patch to remove dependency on host unsigned long type
[deliverable/binutils-gdb.git] / gdb / amd64-linux-tdep.h
index b99872bba7bfafc63aa45f713605b64011be4851..e9eaeaa77ccc626f14904464b90b8f291c7ded9a 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for GNU/Linux AMD64.
 
-   Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+   Copyright (C) 2006-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -34,6 +34,8 @@
 /* Linux target description.  */
 extern struct target_desc *tdesc_amd64_linux;
 extern struct target_desc *tdesc_amd64_avx_linux;
+extern struct target_desc *tdesc_x32_linux;
+extern struct target_desc *tdesc_x32_avx_linux;
 
 /* Enum that defines the syscall identifiers for amd64 linux.
    Used for process record/replay, these will be translated into
This page took 0.022877 seconds and 4 git commands to generate.