diff options
author | Anthony Green <green@redhat.com> | 2004-08-30 15:43:03 +0000 |
---|---|---|
committer | Anthony Green <green@gcc.gnu.org> | 2004-08-30 15:43:03 +0000 |
commit | 88d8c771f98c83763f2ee41e5046417795a97eac (patch) | |
tree | a36cbe1ac1d0a30e257ceffcce0d0b8b21e90faa /libffi/testsuite | |
parent | 8dc2b10365a3d9def1a6e0412db0cc0177cfad6d (diff) | |
download | gcc-88d8c771f98c83763f2ee41e5046417795a97eac.zip gcc-88d8c771f98c83763f2ee41e5046417795a97eac.tar.gz gcc-88d8c771f98c83763f2ee41e5046417795a97eac.tar.bz2 |
Makefile.am: Add frv support.
2004-08-30 Anthony Green <green@redhat.com>
* Makefile.am: Add frv support.
* Makefile.in, testsuite/Makefile.in: Rebuilt.
* configure.ac: Read configure.host.
* configure, aclocal.m4: Rebuilt.
* configure.host: New file. frv-elf needs libgloss.
* include/ffi.h.in: Force ffi_closure to have a nice big (8)
alignment. This is needed to frv and should harm the others.
* include/ffi_common.h (ALIGN_DOWN): New macro.
* src/frv/ffi.c, src/frv/ffitarget.h, src/frv/eabi.S: New files.
From-SVN: r86779
Diffstat (limited to 'libffi/testsuite')
-rw-r--r-- | libffi/testsuite/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libffi/testsuite/Makefile.in b/libffi/testsuite/Makefile.in index 0eda5e0..2d8ea21 100644 --- a/libffi/testsuite/Makefile.in +++ b/libffi/testsuite/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.8.5 from Makefile.am. +# Makefile.in generated by automake 1.8.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -81,6 +81,8 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ +FRV_FALSE = @FRV_FALSE@ +FRV_TRUE = @FRV_TRUE@ HAVE_LONG_DOUBLE = @HAVE_LONG_DOUBLE@ IA64_FALSE = @IA64_FALSE@ IA64_TRUE = @IA64_TRUE@ |