aboutsummaryrefslogtreecommitdiff
path: root/libffi/src
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-03-02 22:21:24 +0000
committerNick Clifton <nickc@gcc.gnu.org>2001-03-02 22:21:24 +0000
commit4d2cf7156f52f377023a842613d13d8271607aa0 (patch)
treea55d2eb3ce428f7f254d36eb17dbf77952fbed63 /libffi/src
parentf11fc7bfa49bac623388b22258071c80eab7d16f (diff)
downloadgcc-4d2cf7156f52f377023a842613d13d8271607aa0.zip
gcc-4d2cf7156f52f377023a842613d13d8271607aa0.tar.gz
gcc-4d2cf7156f52f377023a842613d13d8271607aa0.tar.bz2
Remove RCS ident strings to allow comparisions with multiple source checkouts to work
From-SVN: r40195
Diffstat (limited to 'libffi/src')
-rw-r--r--libffi/src/alpha/ffi.c2
-rw-r--r--libffi/src/alpha/osf.S2
-rw-r--r--libffi/src/arm/ffi.c2
-rw-r--r--libffi/src/arm/sysv.S2
-rw-r--r--libffi/src/debug.c2
-rw-r--r--libffi/src/ffitest.c2
-rw-r--r--libffi/src/mips/ffi.c2
-rw-r--r--libffi/src/mips/n32.S2
-rw-r--r--libffi/src/mips/o32.S2
-rw-r--r--libffi/src/prep_cif.c2
-rw-r--r--libffi/src/sparc/ffi.c2
-rw-r--r--libffi/src/sparc/v8.S2
-rw-r--r--libffi/src/sparc/v9.S2
-rw-r--r--libffi/src/types.c2
-rw-r--r--libffi/src/x86/ffi.c2
-rw-r--r--libffi/src/x86/sysv.S2
16 files changed, 0 insertions, 32 deletions
diff --git a/libffi/src/alpha/ffi.c b/libffi/src/alpha/ffi.c
index 29292e6..a0becb3 100644
--- a/libffi/src/alpha/ffi.c
+++ b/libffi/src/alpha/ffi.c
@@ -3,8 +3,6 @@
Alpha Foreign Function Interface
- $Id: ffi.c,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
diff --git a/libffi/src/alpha/osf.S b/libffi/src/alpha/osf.S
index fce089a..b3dc477 100644
--- a/libffi/src/alpha/osf.S
+++ b/libffi/src/alpha/osf.S
@@ -3,8 +3,6 @@
Alpha/OSF Foreign Function Interface
- $Id: osf.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
diff --git a/libffi/src/arm/ffi.c b/libffi/src/arm/ffi.c
index 5933c6b..0ede742 100644
--- a/libffi/src/arm/ffi.c
+++ b/libffi/src/arm/ffi.c
@@ -3,8 +3,6 @@
ARM Foreign Function Interface
- $Id: ffi.c,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
diff --git a/libffi/src/arm/sysv.S b/libffi/src/arm/sysv.S
index 874b80a..84744d7 100644
--- a/libffi/src/arm/sysv.S
+++ b/libffi/src/arm/sysv.S
@@ -3,8 +3,6 @@
ARM Foreign Function Interface
- $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
diff --git a/libffi/src/debug.c b/libffi/src/debug.c
index bf92520..099b397 100644
--- a/libffi/src/debug.c
+++ b/libffi/src/debug.c
@@ -1,8 +1,6 @@
/* -----------------------------------------------------------------------
debug.c - Copyright (c) 1996 Cygnus Solutions
- $Id: debug.c,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
diff --git a/libffi/src/ffitest.c b/libffi/src/ffitest.c
index d4a687c..e1b1cda 100644
--- a/libffi/src/ffitest.c
+++ b/libffi/src/ffitest.c
@@ -1,8 +1,6 @@
/* -----------------------------------------------------------------------
ffitest.c - Copyright (c) 1996, 1997, 1998 Cygnus Solutions
- $Id: ffitest.c,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
diff --git a/libffi/src/mips/ffi.c b/libffi/src/mips/ffi.c
index f3a37bc..ca3971f 100644
--- a/libffi/src/mips/ffi.c
+++ b/libffi/src/mips/ffi.c
@@ -3,8 +3,6 @@
MIPS Foreign Function Interface
- $Id: ffi.c,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
diff --git a/libffi/src/mips/n32.S b/libffi/src/mips/n32.S
index 799bc7c..04b5e40 100644
--- a/libffi/src/mips/n32.S
+++ b/libffi/src/mips/n32.S
@@ -3,8 +3,6 @@
MIPS Foreign Function Interface
- $Id: n32.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
diff --git a/libffi/src/mips/o32.S b/libffi/src/mips/o32.S
index 771e8b0..4dfb2ba 100644
--- a/libffi/src/mips/o32.S
+++ b/libffi/src/mips/o32.S
@@ -3,8 +3,6 @@
MIPS Foreign Function Interface
- $Id: o32.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
diff --git a/libffi/src/prep_cif.c b/libffi/src/prep_cif.c
index 3f21411..d53981a 100644
--- a/libffi/src/prep_cif.c
+++ b/libffi/src/prep_cif.c
@@ -1,8 +1,6 @@
/* -----------------------------------------------------------------------
prep_cif.c - Copyright (c) 1996, 1998 Cygnus Solutions
- $Id: prep_cif.c,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
diff --git a/libffi/src/sparc/ffi.c b/libffi/src/sparc/ffi.c
index 6470636..f557013 100644
--- a/libffi/src/sparc/ffi.c
+++ b/libffi/src/sparc/ffi.c
@@ -3,8 +3,6 @@
Sparc Foreign Function Interface
- $Id: ffi.c,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
diff --git a/libffi/src/sparc/v8.S b/libffi/src/sparc/v8.S
index e4b2ba9..0357f4d 100644
--- a/libffi/src/sparc/v8.S
+++ b/libffi/src/sparc/v8.S
@@ -3,8 +3,6 @@
Sparc Foreign Function Interface
- $Id: v8.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
diff --git a/libffi/src/sparc/v9.S b/libffi/src/sparc/v9.S
index 38494344..c937f43 100644
--- a/libffi/src/sparc/v9.S
+++ b/libffi/src/sparc/v9.S
@@ -3,8 +3,6 @@
Sparc 64bit Foreign Function Interface
- $Id:$
-
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/types.c b/libffi/src/types.c
index 43aab91..57488c9 100644
--- a/libffi/src/types.c
+++ b/libffi/src/types.c
@@ -3,8 +3,6 @@
Predefined ffi_types needed by libffi.
- $Id: types.c,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
diff --git a/libffi/src/x86/ffi.c b/libffi/src/x86/ffi.c
index 1e58e03..162d66f 100644
--- a/libffi/src/x86/ffi.c
+++ b/libffi/src/x86/ffi.c
@@ -3,8 +3,6 @@
x86 Foreign Function Interface
- $Id: ffi.c,v 1.3 1999/08/08 13:05:12 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
diff --git a/libffi/src/x86/sysv.S b/libffi/src/x86/sysv.S
index 4c8473a..d59a164 100644
--- a/libffi/src/x86/sysv.S
+++ b/libffi/src/x86/sysv.S
@@ -3,8 +3,6 @@
X86 Foreign Function Interface
- $Id: sysv.S,v 1.2 1999/08/04 18:00:05 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