summaryrefslogtreecommitdiff
path: root/libffi/README
diff options
context:
space:
mode:
authorandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>2006-04-22 21:17:35 +0000
committerandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>2006-04-22 21:17:35 +0000
commit9a333c86fd37ca9cf564645ef0a97c8e2c9ba9ee (patch)
treee5d1292ca0d5f15af38f6aa116392b799fd3e3a4 /libffi/README
parent07499df022fc60eef597a1cc566dea1710e17020 (diff)
downloadgcc-9a333c86fd37ca9cf564645ef0a97c8e2c9ba9ee.tar.gz
2006-04-22 Andreas Tobler <a.tobler@schweiz.ch>
* README: Remove notice about 'Crazy Comments'. * src/debug.c: Remove lint directives. Cleanup white spaces. * src/java_raw_api.c: Likewise. * src/prep_cif.c: Likewise. * src/raw_api.c: Likewise. * src/ffitest.c: Delete. No longer needed, all test cases migrated to the testsuite. * src/arm/ffi.c: Remove lint directives. * src/m32r/ffi.c: Likewise. * src/pa/ffi.c: Likewise. * src/powerpc/ffi.c: Likewise. * src/powerpc/ffi_darwin.c: Likewise. * src/sh/ffi.c: Likewise. * src/sh64/ffi.c: Likewise. * src/x86/ffi.c: Likewise. * testsuite/libffi.call/float2.c: Likewise. * testsuite/libffi.call/promotion.c: Likewise. * testsuite/libffi.call/struct1.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113181 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi/README')
-rw-r--r--libffi/README9
1 files changed, 0 insertions, 9 deletions
diff --git a/libffi/README b/libffi/README
index 1fc27470d0a..471107700ca 100644
--- a/libffi/README
+++ b/libffi/README
@@ -372,15 +372,6 @@ single-precision anyway. This causes one test to fail (the `many
arguments' test).
-What's With The Crazy Comments?
-===============================
-
-You might notice a number of cryptic comments in the code, delimited
-by /*@ and @*/. These are annotations read by the program LCLint, a
-tool for statically checking C programs. You can read all about it at
-<http://larch-www.lcs.mit.edu:8001/larch/lclint/index.html>.
-
-
History
=======