summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2012-07-08 17:02:14 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2012-07-08 17:02:14 +0000
commitff7c2d6b192439e0adc338f1e5704d05d4b7680a (patch)
tree06c6f239471f9717da2e49be6b9165977900edb5 /gnu/usr.bin/cc
parent1c7f26864eed0055783cdf3bd8811513c14eb99d (diff)
downloadFreeBSD-src-ff7c2d6b192439e0adc338f1e5704d05d4b7680a.zip
FreeBSD-src-ff7c2d6b192439e0adc338f1e5704d05d4b7680a.tar.gz
After the binutils 2.17.50 import, the assembler supports AS_REL16
relocations.
Diffstat (limited to 'gnu/usr.bin/cc')
-rw-r--r--gnu/usr.bin/cc/cc_tools/auto-host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/auto-host.h b/gnu/usr.bin/cc/cc_tools/auto-host.h
index 5d6ddc0..7b72ea9 100644
--- a/gnu/usr.bin/cc/cc_tools/auto-host.h
+++ b/gnu/usr.bin/cc/cc_tools/auto-host.h
@@ -261,7 +261,7 @@
/* Define if your assembler supports R_PPC_REL16 relocs. */
#ifndef USED_FOR_TARGET
-/* #undef HAVE_AS_REL16 */
+#define HAVE_AS_REL16
#endif
OpenPOWER on IntegriCloud