Remove RCS ident strings to allow comparisions with multiple source checkouts to...
authorNick Clifton <nickc@redhat.com>
Fri, 2 Mar 2001 22:21:24 +0000 (22:21 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Fri, 2 Mar 2001 22:21:24 +0000 (22:21 +0000)
From-SVN: r40195

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 7622498740a965e0c4bb1b5fd519b4347d8f8706..88c6332d3fe356ce86096cea4dc5a9b826286642 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
index 830026a4a8539b2383038efbafd29cbd688f60c3..17c383d3167d22aaafea8bbf15ec092b3527c797 100644 (file)
@@ -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
index 9d4a66cb8c3f01eebd6d8edd7bbe98dd8a170120..6fd56474f069603d5ee82051e5218af3b15781b2 100644 (file)
@@ -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
index 29292e6abe62ece0c6ccd18f39a05897408c5680..a0becb3b37865fd90b18477e5fc740c10613baf4 100644 (file)
@@ -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
index fce089ac05d4f9ed51a8e539bb9ddf7862066f83..b3dc477fec043222df3f99260c7c30405fed6dd5 100644 (file)
@@ -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
index 5933c6bf9ff86eed0ee8e670a59b4d6e74921426..0ede742e53c0e182a700c0ae50306e5fc6611b95 100644 (file)
@@ -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
index 874b80a24ae3c1472879fec86b973d2a99493ccf..84744d77562156564ea390abb72d6d4e06d2e40e 100644 (file)
@@ -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
index bf9252021311233899dc1ef021763340d761c683..099b39778257d3730c0614b822c7c1667d8c298a 100644 (file)
@@ -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
index d4a687c6d53ca9d873ba1f6c154b50915f435f1d..e1b1cdaca0d2d6c01dc755aaa36d090f833a2d5a 100644 (file)
@@ -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
index f3a37bc44f2b714b31609cfa1b4755cfb939a0d1..ca3971fe6f6582d8a362b211f2ebae5154f7f1fa 100644 (file)
@@ -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
index 799bc7cc87257f14c258a904c915f93b2ffe78ff..04b5e40b41f1f5bfb411a16471a007fb16f8eee8 100644 (file)
@@ -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
index 771e8b044517aceea99eb67a27b51d8120d0bd72..4dfb2ba21048b93cb8241df6587b5e26a7bb01b0 100644 (file)
@@ -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
index 3f21411a6cb22ff42f00b687a066e52ce2f40a24..d53981af7b125de3b11c0d8a61a752a99be41832 100644 (file)
@@ -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
index 647063686b9e8f409e2b6c67b50cc76e4453500e..f557013a4b4afdd29850376372ec8272550ac3b0 100644 (file)
@@ -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
index e4b2ba96a6cc92a26dbc3ece03de7ee8c6fb58a5..0357f4de7d7b770046e20e7c17767017690d21f9 100644 (file)
@@ -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
index 38494344dbb11200768607ec387440539081eaa3..c937f439304ff367d621c6ad9954cac741b9a8a7 100644 (file)
@@ -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
index 43aab913130bb255b4697bcf9c1120960d71e6c1..57488c91eab0e6ab812a6eb4c11b6505bbcab193 100644 (file)
@@ -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
index 1e58e031e635ed8a6fe614b004fe688ac24fb8c8..162d66fc84b01ffb3b766316ca3b24da2a882f78 100644 (file)
@@ -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
index 4c8473ae901706f6d37c398e8bbff0921b153809..d59a16433bf22ba1ec6d16ac53e8b378d998e31f 100644 (file)
@@ -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