OSDN Git Service

Remove RCS ident strings to allow comparisions with multiple source checkouts to...
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 2 Mar 2001 22:21:24 +0000 (22:21 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 2 Mar 2001 22:21:24 +0000 (22:21 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40195 138bc75d-0d04-0410-961f-82ee72b054a4

19 files changed:
libffi/ChangeLog
libffi/include/ffi.h.in
libffi/include/ffi_mips.h
libffi/src/alpha/ffi.c
libffi/src/alpha/osf.S
libffi/src/arm/ffi.c
libffi/src/arm/sysv.S
libffi/src/debug.c
libffi/src/ffitest.c
libffi/src/mips/ffi.c
libffi/src/mips/n32.S
libffi/src/mips/o32.S
libffi/src/prep_cif.c
libffi/src/sparc/ffi.c
libffi/src/sparc/v8.S
libffi/src/sparc/v9.S
libffi/src/types.c
libffi/src/x86/ffi.c
libffi/src/x86/sysv.S

index 7622498..88c6332 100644 (file)
@@ -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
 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
 
        * include/ffi.h.in: Change sourceware.cygnus.com references to
index 830026a..17c383d 100644 (file)
@@ -1,8 +1,6 @@
 /* -----------------------------------------------------------------*-C-*-
    libffi @VERSION@ - Copyright (c) 1996-1999  Cygnus Solutions
 
 /* -----------------------------------------------------------------*-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
    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 9d4a66c..6fd5647 100644 (file)
@@ -3,8 +3,6 @@
    
    MIPS FFI Definitions
 
    
    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
    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 29292e6..a0becb3 100644 (file)
@@ -3,8 +3,6 @@
    
    Alpha Foreign Function Interface 
 
    
    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
    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 fce089a..b3dc477 100644 (file)
@@ -3,8 +3,6 @@
    
    Alpha/OSF Foreign Function Interface 
 
    
    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
    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 5933c6b..0ede742 100644 (file)
@@ -3,8 +3,6 @@
    
    ARM Foreign Function Interface 
 
    
    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
    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 874b80a..84744d7 100644 (file)
@@ -3,8 +3,6 @@
    
    ARM Foreign Function Interface 
 
    
    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
    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 bf92520..099b397 100644 (file)
@@ -1,8 +1,6 @@
 /* -----------------------------------------------------------------------
    debug.c - Copyright (c) 1996 Cygnus Solutions
 
 /* -----------------------------------------------------------------------
    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
    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 d4a687c..e1b1cda 100644 (file)
@@ -1,8 +1,6 @@
 /* -----------------------------------------------------------------------
    ffitest.c - Copyright (c) 1996, 1997, 1998  Cygnus Solutions
 
 /* -----------------------------------------------------------------------
    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
    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 f3a37bc..ca3971f 100644 (file)
@@ -3,8 +3,6 @@
    
    MIPS Foreign Function Interface 
 
    
    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
    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 799bc7c..04b5e40 100644 (file)
@@ -3,8 +3,6 @@
    
    MIPS Foreign Function Interface 
 
    
    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
    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 771e8b0..4dfb2ba 100644 (file)
@@ -3,8 +3,6 @@
    
    MIPS Foreign Function Interface 
 
    
    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
    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 3f21411..d53981a 100644 (file)
@@ -1,8 +1,6 @@
 /* -----------------------------------------------------------------------
    prep_cif.c - Copyright (c) 1996, 1998  Cygnus Solutions
 
 /* -----------------------------------------------------------------------
    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
    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 6470636..f557013 100644 (file)
@@ -3,8 +3,6 @@
    
    Sparc Foreign Function Interface 
 
    
    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
    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 e4b2ba9..0357f4d 100644 (file)
@@ -3,8 +3,6 @@
    
    Sparc Foreign Function Interface 
 
    
    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
    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 3849434..c937f43 100644 (file)
@@ -3,8 +3,6 @@
    
    Sparc 64bit Foreign Function Interface 
 
    
    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
    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 43aab91..57488c9 100644 (file)
@@ -3,8 +3,6 @@
    
    Predefined ffi_types needed by libffi.
 
    
    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
    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 1e58e03..162d66f 100644 (file)
@@ -3,8 +3,6 @@
    
    x86 Foreign Function Interface 
 
    
    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
    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 4c8473a..d59a164 100644 (file)
@@ -3,8 +3,6 @@
    
    X86 Foreign Function Interface 
 
    
    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
    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