aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-03-02 22:21:24 +0000
committerNick Clifton <nickc@redhat.com>2001-03-02 22:21:24 +0000
commit9ff18d4e0dd85f3741bc82d7d22de00c72a2a1e6 (patch)
treea55d2eb3ce428f7f254d36eb17dbf77952fbed63
parentee44fce87af9995f51c4ada096465b61ac6cd9cb (diff)
Remove RCS ident strings to allow comparisions with multiple source checkouts to work
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@40195 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--libffi/ChangeLog21
-rw-r--r--libffi/include/ffi.h.in2
-rw-r--r--libffi/include/ffi_mips.h2
-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
19 files changed, 21 insertions, 36 deletions
diff --git a/libffi/ChangeLog b/libffi/ChangeLog
index 7622498740a..88c6332d3fe 100644
--- a/libffi/ChangeLog
+++ b/libffi/ChangeLog
@@ -1,3 +1,24 @@
+2001-03-02 Nick Clifton <nickc@redhat.com>
+
+ * include/ffi.h.in: Remove RCS ident string.
+ * include/ffi_mips.h: Remove RCS ident string.
+ * src/debug.c: Remove RCS ident string.
+ * src/ffitest.c: Remove RCS ident string.
+ * src/prep_cif.c: Remove RCS ident string.
+ * src/types.c: Remove RCS ident string.
+ * src/alpha/ffi.c: Remove RCS ident string.
+ * src/alpha/osf.S: Remove RCS ident string.
+ * src/arm/ffi.c: Remove RCS ident string.
+ * src/arm/sysv.S: Remove RCS ident string.
+ * src/mips/ffi.c: Remove RCS ident string.
+ * src/mips/n32.S: Remove RCS ident string.
+ * src/mips/o32.S: Remove RCS ident string.
+ * src/sparc/ffi.c: Remove RCS ident string.
+ * src/sparc/v8.S: Remove RCS ident string.
+ * src/sparc/v9.S: Remove RCS ident string.
+ * src/x86/ffi.c: Remove RCS ident string.
+ * src/x86/sysv.S: Remove RCS ident string.
+
2001-02-08 Joseph S. Myers <jsm28@cam.ac.uk>
* include/ffi.h.in: Change sourceware.cygnus.com references to
diff --git a/libffi/include/ffi.h.in b/libffi/include/ffi.h.in
index 830026a4a85..17c383d3167 100644
--- a/libffi/include/ffi.h.in
+++ b/libffi/include/ffi.h.in
@@ -1,8 +1,6 @@
/* -----------------------------------------------------------------*-C-*-
libffi @VERSION@ - Copyright (c) 1996-1999 Cygnus Solutions
- $Id: ffi.h.in,v 1.6 2000/12/08 19:41:15 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/include/ffi_mips.h b/libffi/include/ffi_mips.h
index 9d4a66cb8c3..6fd56474f06 100644
--- a/libffi/include/ffi_mips.h
+++ b/libffi/include/ffi_mips.h
@@ -3,8 +3,6 @@
MIPS FFI Definitions
- $Id: ffi_mips.h,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/ffi.c b/libffi/src/alpha/ffi.c
index 29292e6abe6..a0becb3b378 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 fce089ac05d..b3dc477fec0 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 5933c6bf9ff..0ede742e53c 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 874b80a24ae..84744d77562 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 bf925202131..099b3977825 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 d4a687c6d53..e1b1cdaca0d 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 f3a37bc44f2..ca3971fe6f6 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 799bc7cc872..04b5e40b41f 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 771e8b04451..4dfb2ba2104 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 3f21411a6cb..d53981af7b1 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 647063686b9..f557013a4b4 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 e4b2ba96a6c..0357f4de7d7 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 38494344dbb..c937f439304 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 43aab913130..57488c91eab 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 1e58e031e63..162d66fc84b 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 4c8473ae901..d59a16433bf 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