From 4d2cf7156f52f377023a842613d13d8271607aa0 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 2 Mar 2001 22:21:24 +0000 Subject: [PATCH] Remove RCS ident strings to allow comparisions with multiple source checkouts to work From-SVN: r40195 --- libffi/ChangeLog | 21 +++++++++++++++++++++ libffi/include/ffi.h.in | 2 -- libffi/include/ffi_mips.h | 2 -- libffi/src/alpha/ffi.c | 2 -- libffi/src/alpha/osf.S | 2 -- libffi/src/arm/ffi.c | 2 -- libffi/src/arm/sysv.S | 2 -- libffi/src/debug.c | 2 -- libffi/src/ffitest.c | 2 -- libffi/src/mips/ffi.c | 2 -- libffi/src/mips/n32.S | 2 -- libffi/src/mips/o32.S | 2 -- libffi/src/prep_cif.c | 2 -- libffi/src/sparc/ffi.c | 2 -- libffi/src/sparc/v8.S | 2 -- libffi/src/sparc/v9.S | 2 -- libffi/src/types.c | 2 -- libffi/src/x86/ffi.c | 2 -- libffi/src/x86/sysv.S | 2 -- 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 + + * 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 * 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 -- 2.30.2