Properly fold _GLOBAL_OFFSET_TABLE_ in Intel syntax.
[deliverable/binutils-gdb.git] / opcodes / sysdep.h
index 5d6ddca478421f0c9cf7950308888e2b8a4a290b..2ca393506752481b9f699d2650fa910164cb8dac 100644 (file)
@@ -1,5 +1,5 @@
 /* Random host-dependent support code.
-   Copyright 1995, 1997, 2000, 2007 Free Software Foundation, Inc.
+   Copyright 1995, 1997, 2000, 2005, 2007 Free Software Foundation, Inc.
    Written by Ken Raeburn.
 
    This file is part of the GNU opcodes library.
@@ -42,3 +42,7 @@
 #include <strings.h>
 #endif
 #endif
+
+#if !HAVE_DECL_STPCPY
+extern char *stpcpy (char *__dest, const char *__src);
+#endif
This page took 0.022609 seconds and 4 git commands to generate.