mirror of git://gcc.gnu.org/git/gcc.git
Remove RCS ident strings to allow comparisions with multiple source checkouts to work
From-SVN: r40195
This commit is contained in:
parent
f11fc7bfa4
commit
4d2cf7156f
|
@ -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>
|
2001-02-08 Joseph S. Myers <jsm28@cam.ac.uk>
|
||||||
|
|
||||||
* include/ffi.h.in: Change sourceware.cygnus.com references to
|
* include/ffi.h.in: Change sourceware.cygnus.com references to
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
/* -----------------------------------------------------------------*-C-*-
|
/* -----------------------------------------------------------------*-C-*-
|
||||||
libffi @VERSION@ - Copyright (c) 1996-1999 Cygnus Solutions
|
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
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
a copy of this software and associated documentation files (the
|
a copy of this software and associated documentation files (the
|
||||||
``Software''), to deal in the Software without restriction, including
|
``Software''), to deal in the Software without restriction, including
|
||||||
|
|
|
@ -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
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
a copy of this software and associated documentation files (the
|
a copy of this software and associated documentation files (the
|
||||||
``Software''), to deal in the Software without restriction, including
|
``Software''), to deal in the Software without restriction, including
|
||||||
|
|
|
@ -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
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
a copy of this software and associated documentation files (the
|
a copy of this software and associated documentation files (the
|
||||||
``Software''), to deal in the Software without restriction, including
|
``Software''), to deal in the Software without restriction, including
|
||||||
|
|
|
@ -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
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
a copy of this software and associated documentation files (the
|
a copy of this software and associated documentation files (the
|
||||||
``Software''), to deal in the Software without restriction, including
|
``Software''), to deal in the Software without restriction, including
|
||||||
|
|
|
@ -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
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
a copy of this software and associated documentation files (the
|
a copy of this software and associated documentation files (the
|
||||||
``Software''), to deal in the Software without restriction, including
|
``Software''), to deal in the Software without restriction, including
|
||||||
|
|
|
@ -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
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
a copy of this software and associated documentation files (the
|
a copy of this software and associated documentation files (the
|
||||||
``Software''), to deal in the Software without restriction, including
|
``Software''), to deal in the Software without restriction, including
|
||||||
|
|
|
@ -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
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
a copy of this software and associated documentation files (the
|
a copy of this software and associated documentation files (the
|
||||||
``Software''), to deal in the Software without restriction, including
|
``Software''), to deal in the Software without restriction, including
|
||||||
|
|
|
@ -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
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
a copy of this software and associated documentation files (the
|
a copy of this software and associated documentation files (the
|
||||||
``Software''), to deal in the Software without restriction, including
|
``Software''), to deal in the Software without restriction, including
|
||||||
|
|
|
@ -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
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
a copy of this software and associated documentation files (the
|
a copy of this software and associated documentation files (the
|
||||||
``Software''), to deal in the Software without restriction, including
|
``Software''), to deal in the Software without restriction, including
|
||||||
|
|
|
@ -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
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
a copy of this software and associated documentation files (the
|
a copy of this software and associated documentation files (the
|
||||||
``Software''), to deal in the Software without restriction, including
|
``Software''), to deal in the Software without restriction, including
|
||||||
|
|
|
@ -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
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
a copy of this software and associated documentation files (the
|
a copy of this software and associated documentation files (the
|
||||||
``Software''), to deal in the Software without restriction, including
|
``Software''), to deal in the Software without restriction, including
|
||||||
|
|
|
@ -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
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
a copy of this software and associated documentation files (the
|
a copy of this software and associated documentation files (the
|
||||||
``Software''), to deal in the Software without restriction, including
|
``Software''), to deal in the Software without restriction, including
|
||||||
|
|
|
@ -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
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
a copy of this software and associated documentation files (the
|
a copy of this software and associated documentation files (the
|
||||||
``Software''), to deal in the Software without restriction, including
|
``Software''), to deal in the Software without restriction, including
|
||||||
|
|
|
@ -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
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
a copy of this software and associated documentation files (the
|
a copy of this software and associated documentation files (the
|
||||||
``Software''), to deal in the Software without restriction, including
|
``Software''), to deal in the Software without restriction, including
|
||||||
|
|
|
@ -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
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
a copy of this software and associated documentation files (the
|
a copy of this software and associated documentation files (the
|
||||||
``Software''), to deal in the Software without restriction, including
|
``Software''), to deal in the Software without restriction, including
|
||||||
|
|
|
@ -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
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
a copy of this software and associated documentation files (the
|
a copy of this software and associated documentation files (the
|
||||||
``Software''), to deal in the Software without restriction, including
|
``Software''), to deal in the Software without restriction, including
|
||||||
|
|
|
@ -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
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
a copy of this software and associated documentation files (the
|
a copy of this software and associated documentation files (the
|
||||||
``Software''), to deal in the Software without restriction, including
|
``Software''), to deal in the Software without restriction, including
|
||||||
|
|
|
@ -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
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
a copy of this software and associated documentation files (the
|
a copy of this software and associated documentation files (the
|
||||||
``Software''), to deal in the Software without restriction, including
|
``Software''), to deal in the Software without restriction, including
|
||||||
|
|
Loading…
Reference in New Issue