Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
4d2cf715
Commit
4d2cf715
authored
24 years ago
by
Nick Clifton
Committed by
Nick Clifton
24 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove RCS ident strings to allow comparisions with multiple source checkouts to work
From-SVN: r40195
parent
f11fc7bf
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
21 additions
and
36 deletions
+21
-36
libffi/ChangeLog
+21
-0
libffi/include/ffi.h.in
+0
-2
libffi/include/ffi_mips.h
+0
-2
libffi/src/alpha/ffi.c
+0
-2
libffi/src/alpha/osf.S
+0
-2
libffi/src/arm/ffi.c
+0
-2
libffi/src/arm/sysv.S
+0
-2
libffi/src/debug.c
+0
-2
libffi/src/ffitest.c
+0
-2
libffi/src/mips/ffi.c
+0
-2
libffi/src/mips/n32.S
+0
-2
libffi/src/mips/o32.S
+0
-2
libffi/src/prep_cif.c
+0
-2
libffi/src/sparc/ffi.c
+0
-2
libffi/src/sparc/v8.S
+0
-2
libffi/src/sparc/v9.S
+0
-2
libffi/src/types.c
+0
-2
libffi/src/x86/ffi.c
+0
-2
libffi/src/x86/sysv.S
+0
-2
No files found.
libffi/ChangeLog
View file @
4d2cf715
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
...
...
This diff is collapsed.
Click to expand it.
libffi/include/ffi.h.in
View file @
4d2cf715
/* -----------------------------------------------------------------*-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
...
...
This diff is collapsed.
Click to expand it.
libffi/include/ffi_mips.h
View file @
4d2cf715
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
libffi/src/alpha/ffi.c
View file @
4d2cf715
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
libffi/src/alpha/osf.S
View file @
4d2cf715
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
libffi/src/arm/ffi.c
View file @
4d2cf715
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
libffi/src/arm/sysv.S
View file @
4d2cf715
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
libffi/src/debug.c
View file @
4d2cf715
/* -----------------------------------------------------------------------
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
...
...
This diff is collapsed.
Click to expand it.
libffi/src/ffitest.c
View file @
4d2cf715
/* -----------------------------------------------------------------------
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
...
...
This diff is collapsed.
Click to expand it.
libffi/src/mips/ffi.c
View file @
4d2cf715
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
libffi/src/mips/n32.S
View file @
4d2cf715
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
libffi/src/mips/o32.S
View file @
4d2cf715
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
libffi/src/prep_cif.c
View file @
4d2cf715
/* -----------------------------------------------------------------------
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
...
...
This diff is collapsed.
Click to expand it.
libffi/src/sparc/ffi.c
View file @
4d2cf715
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
libffi/src/sparc/v8.S
View file @
4d2cf715
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
libffi/src/sparc/v9.S
View file @
4d2cf715
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
libffi/src/types.c
View file @
4d2cf715
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
libffi/src/x86/ffi.c
View file @
4d2cf715
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
libffi/src/x86/sysv.S
View file @
4d2cf715
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment