summaryrefslogtreecommitdiff
path: root/libffi/src/x86
diff options
context:
space:
mode:
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>2001-03-02 22:21:24 +0000
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>2001-03-02 22:21:24 +0000
commitc8fdcc07b876c816bf9e48bfcba21a2a6e34e7bf (patch)
treea55d2eb3ce428f7f254d36eb17dbf77952fbed63 /libffi/src/x86
parentf92705b0dfa8b0c72113d81f80f4fdaa6457d76f (diff)
downloadgcc-c8fdcc07b876c816bf9e48bfcba21a2a6e34e7bf.tar.gz
Remove RCS ident strings to allow comparisions with multiple source checkouts to work
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40195 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi/src/x86')
-rw-r--r--libffi/src/x86/ffi.c2
-rw-r--r--libffi/src/x86/sysv.S2
2 files changed, 0 insertions, 4 deletions
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