This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH, committed] list all files in libffi's EXTRA_DIST variables


A few files are missing. This is not important within the gcc tree, but it is for projects that include libffi autonomously.

I took the occasion to remove an RCS keyword from src/frv/eabi.S.

2007-04-11 Paolo Bonzini <bonzini@gnu.org>

        * Makefile.am (EXTRA_DIST): Bring up to date.
        * Makefile.in: Regenerate.
        * src/frv/eabi.S: Remove RCS keyword.


Index: src/frv/eabi.S =================================================================== --- src/frv/eabi.S (revision 123774) +++ src/frv/eabi.S (working copy) @@ -3,8 +3,6 @@

FR-V Assembly glue.

-   $Id: sysv.S,v 1.1.1.1 1998/11/29 16:48:16 green Exp $
-
    Permission is hereby granted, free of charge, to any person obtaining
    a copy of this software and associated documentation files (the
    ``Software''), to deal in the Software without restriction, including
Index: Makefile.am
===================================================================
--- Makefile.am (revision 123774)
+++ Makefile.am (working copy)
@@ -5,10 +5,12 @@ ACLOCAL_AMFLAGS = -I .. -I ../config

SUBDIRS = include testsuite

-EXTRA_DIST = LICENSE ChangeLog.v1 \
+EXTRA_DIST = LICENSE ChangeLog.v1 ChangeLog.libgcj configure.host \
        src/alpha/ffi.c src/alpha/osf.S src/alpha/ffitarget.h \
        src/arm/ffi.c src/arm/sysv.S src/arm/ffitarget.h \
        src/cris/ffi.c src/cris/sysv.S src/cris/ffitarget.h \
+       src/ia64/ffi.c src/ia64/ffitarget.h src/ia64/ia64_flags.h \
+       src/ia64/unix.S \
        src/mips/ffi.c src/mips/n32.S src/mips/o32.S \
        src/mips/ffitarget.h \
        src/m32r/ffi.c src/m32r/sysv.S src/m32r/ffitarget.h \
@@ -26,8 +28,8 @@ EXTRA_DIST = LICENSE ChangeLog.v1 \
        src/sparc/ffi.c \
        src/x86/ffi.c src/x86/sysv.S src/x86/win32.S src/x86/darwin.S \
        src/x86/ffi64.c src/x86/unix64.S src/x86/ffitarget.h \
-       src/pa/ffi.c src/pa/linux.S src/pa/hpux32.S \
-       src/frv/eabi.S src/frv/ffitarget.h
+       src/pa/ffitarget.h src/pa/ffi.c src/pa/linux.S src/pa/hpux32.S \
+       src/frv/ffi.c src/frv/eabi.S src/frv/ffitarget.h

## ################################################################


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]