diff options
author | Geoffrey Keating <geoffk@apple.com> | 2003-01-10 00:01:32 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@gcc.gnu.org> | 2003-01-10 00:01:32 +0000 |
commit | 5f7c78d8a4df096dacfa2d9de367a6174dd631ba (patch) | |
tree | 3d6504c1233608adb2cc8730fd5505bd2323c9d9 | |
parent | eb47a205997e9c097dcccf332398b35b41df3b9f (diff) | |
download | gcc-5f7c78d8a4df096dacfa2d9de367a6174dd631ba.zip gcc-5f7c78d8a4df096dacfa2d9de367a6174dd631ba.tar.gz gcc-5f7c78d8a4df096dacfa2d9de367a6174dd631ba.tar.bz2 |
ffi_darwin.c: Remove RCS version string.
* src/powerpc/ffi_darwin.c: Remove RCS version string.
* src/powerpc/darwin.S: Remove RCS version string.
From-SVN: r61135
-rw-r--r-- | libffi/ChangeLog | 5 | ||||
-rw-r--r-- | libffi/src/powerpc/darwin.S | 2 | ||||
-rw-r--r-- | libffi/src/powerpc/ffi_darwin.c | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/libffi/ChangeLog b/libffi/ChangeLog index 8690752..4f74aac 100644 --- a/libffi/ChangeLog +++ b/libffi/ChangeLog @@ -1,3 +1,8 @@ +2003-01-09 Geoffrey Keating <geoffk@apple.com> + + * src/powerpc/ffi_darwin.c: Remove RCS version string. + * src/powerpc/darwin.S: Remove RCS version string. + 2003-01-03 Jeff Sturm <jsturm@one-point.com> * include/ffi.h.in: Add closure defines for SPARC, SPARC64. diff --git a/libffi/src/powerpc/darwin.S b/libffi/src/powerpc/darwin.S index 9da89bd..930f060 100644 --- a/libffi/src/powerpc/darwin.S +++ b/libffi/src/powerpc/darwin.S @@ -3,8 +3,6 @@ PowerPC Assembly glue. - $Id: darwin.S,v 1.1 2001/10/09 05:32:15 bryce 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 diff --git a/libffi/src/powerpc/ffi_darwin.c b/libffi/src/powerpc/ffi_darwin.c index d9182ab..5773644 100644 --- a/libffi/src/powerpc/ffi_darwin.c +++ b/libffi/src/powerpc/ffi_darwin.c @@ -6,8 +6,6 @@ Darwin ABI support (c) 2001 John Hornkvist AIX ABI support (c) 2002 Free Software Foundation, Inc. - $Id: ffi_darwin.c,v 1.4 2002/03/07 18:24:42 dje 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 |