]> git.ipfire.org Git - thirdparty/gcc.git/commit
Makefile.am: Add frv support.
authorAnthony Green <green@redhat.com>
Mon, 30 Aug 2004 15:43:03 +0000 (15:43 +0000)
committerAnthony Green <green@gcc.gnu.org>
Mon, 30 Aug 2004 15:43:03 +0000 (15:43 +0000)
commit88d8c771f98c83763f2ee41e5046417795a97eac
treea36cbe1ac1d0a30e257ceffcce0d0b8b21e90faa
parent8dc2b10365a3d9def1a6e0412db0cc0177cfad6d
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
13 files changed:
libffi/ChangeLog
libffi/Makefile.am
libffi/Makefile.in
libffi/aclocal.m4
libffi/configure
libffi/configure.ac
libffi/configure.host [new file with mode: 0644]
libffi/include/ffi.h.in
libffi/include/ffi_common.h
libffi/src/frv/eabi.S [new file with mode: 0644]
libffi/src/frv/ffi.c [new file with mode: 0644]
libffi/src/frv/ffitarget.h [new file with mode: 0644]
libffi/testsuite/Makefile.in