From: miod Date: Mon, 1 Jun 2015 18:59:41 +0000 (+0000) Subject: Define HAVE_AS_EXPLICIT_RELOCS and HAVE_AS_JSRDIRECT_RELOCS. These symbols are X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=b3d9b36b5616c9beefc6ecdd4fe96213a120e921;p=openbsd 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. --- 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