summaryrefslogtreecommitdiff
path: root/libffi/fficonfig.h.in
diff options
context:
space:
mode:
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2002-04-28 19:57:42 +0000
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2002-04-28 19:57:42 +0000
commitb40c762bb40e5b879b5a20b4a7d2c736d4a56598 (patch)
tree8f8fb5903fbe17a1cd591f2bd8975d96fdb09d5f /libffi/fficonfig.h.in
parentdb6798b562b51d84d776d8e6506cd43e7fc889f8 (diff)
downloadgcc-b40c762bb40e5b879b5a20b4a7d2c736d4a56598.tar.gz
* configure.in (HAVE_AS_SPARC_UA_PCREL): Check for working
%r_disp32(). * src/sparc/v8.S: Use it. * src/sparc/v9.S: Likewise. * fficonfig.h.in: Rebuilt. * configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52858 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi/fficonfig.h.in')
-rw-r--r--libffi/fficonfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libffi/fficonfig.h.in b/libffi/fficonfig.h.in
index f7ea90bbdf9..ac15aeddbd7 100644
--- a/libffi/fficonfig.h.in
+++ b/libffi/fficonfig.h.in
@@ -68,3 +68,6 @@
/* Define if you have the memcpy function. */
#undef HAVE_MEMCPY
+
+/* Define if your assembler and linker support unaligned PC relative relocs. */
+#undef HAVE_AS_SPARC_UA_PCREL