From aa5b854b4e2aa8cc4a854a3c164a62c6b0afb7ec Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Fri, 7 May 2010 22:03:53 +0000 Subject: Add some missing HAVE_AS_SPARC defines necessary to make exception handling work on sparc64. --- gnu/usr.bin/cc/cc_tools/auto-host.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/usr.bin/cc') diff --git a/gnu/usr.bin/cc/cc_tools/auto-host.h b/gnu/usr.bin/cc/cc_tools/auto-host.h index 240f1e3c7c4..dc631a3db8f 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. */ /* config.in. Generated from configure.ac by autoheader. */ -/* $OpenBSD: auto-host.h,v 1.3 2010/05/06 15:33:23 robert Exp $ */ +/* $OpenBSD: auto-host.h,v 1.4 2010/05/07 22:03:52 kettenis Exp $ */ /* Define as the number of bits in a byte, if \`limits.h' doesn't. */ #ifndef USED_FOR_TARGET @@ -266,14 +266,14 @@ /* Define if your assembler and linker support unaligned PC relative relocs. */ #ifndef USED_FOR_TARGET -/* #undef HAVE_AS_SPARC_UA_PCREL */ +#define HAVE_AS_SPARC_UA_PCREL #endif /* Define if your assembler and linker support unaligned PC relative relocs against hidden symbols. */ #ifndef USED_FOR_TARGET -/* #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN */ +#define HAVE_AS_SPARC_UA_PCREL_HIDDEN #endif -- cgit v1.2.3