summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2015-06-01 18:59:41 +0000
committermiod <miod@openbsd.org>2015-06-01 18:59:41 +0000
commitb3d9b36b5616c9beefc6ecdd4fe96213a120e921 (patch)
tree974cde136dd4dc29fc25bca4e5dd8f90a08cbd3d
parentupdate currency exchange rates; (diff)
downloadwireguard-openbsd-b3d9b36b5616c9beefc6ecdd4fe96213a120e921.tar.xz
wireguard-openbsd-b3d9b36b5616c9beefc6ecdd4fe96213a120e921.zip
Define HAVE_AS_EXPLICIT_RELOCS and HAVE_AS_JSRDIRECT_RELOCS. These symbols are
only used by the alpha backend and allow it to produce more precise relocation information, but need a recent as(1) for this to work. This will be necessary to enable secureplt by default.
-rw-r--r--gnu/usr.bin/cc/cc_tools/auto-host.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/auto-host.h b/gnu/usr.bin/cc/cc_tools/auto-host.h
index dc631a3db8f..7685673d825 100644
--- a/gnu/usr.bin/cc/cc_tools/auto-host.h
+++ b/gnu/usr.bin/cc/cc_tools/auto-host.h
@@ -1,6 +1,6 @@
-/* auto-host.h. Generated by configure. */
+/* auto-host.h. enerated b configure. */
/* config.in. Generated from configure.ac by autoheader. */
-/* $OpenBSD: auto-host.h,v 1.4 2010/05/07 22:03:52 kettenis Exp $ */
+/* $OpenBSD: auto-host.h,v 1.5 2015/06/01 18:59:41 miod Exp $ */
/* Define as the number of bits in a byte, if \`limits.h' doesn't. */
#ifndef USED_FOR_TARGET
@@ -163,7 +163,7 @@
/* Define if your assembler supports explicit relocations. */
#ifndef USED_FOR_TARGET
-/* #undef HAVE_AS_EXPLICIT_RELOCS */
+#define HAVE_AS_EXPLICIT_RELOCS
#endif
@@ -205,7 +205,7 @@
/* Define if your assembler supports the lituse_jsrdirect relocation. */
#ifndef USED_FOR_TARGET
-/* #undef HAVE_AS_JSRDIRECT_RELOCS */
+#define HAVE_AS_JSRDIRECT_RELOCS
#endif