summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2010-05-07 22:03:53 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2010-05-07 22:03:53 +0000
commitaa5b854b4e2aa8cc4a854a3c164a62c6b0afb7ec (patch)
treea1bade19272ea86053f7c0c241b0a3e633ba3be3 /gnu/usr.bin/cc
parentcbd6e0ca27575e2b23367ba4331e7e4a450e3b1e (diff)
Add some missing HAVE_AS_SPARC defines necessary to make exception handling
work on sparc64.
Diffstat (limited to 'gnu/usr.bin/cc')
-rw-r--r--gnu/usr.bin/cc/cc_tools/auto-host.h6
1 files changed, 3 insertions, 3 deletions
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