summaryrefslogtreecommitdiff
path: root/ldso/ldso/c6x/elfinterp.c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-06-15 15:28:45 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-06-21 21:29:05 +0200
commitcdc93474623ced1357303ef2ac8e96b65d37615d (patch)
treea6879f38b72eb139851661a6b365963b5e56bdce /ldso/ldso/c6x/elfinterp.c
parent52df98393467108c92ee45d9e734af55e964e6ab (diff)
remove the not useful disclaimer
Diffstat (limited to 'ldso/ldso/c6x/elfinterp.c')
-rw-r--r--ldso/ldso/c6x/elfinterp.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/ldso/ldso/c6x/elfinterp.c b/ldso/ldso/c6x/elfinterp.c
index 5e265edf4..cfe2db1b0 100644
--- a/ldso/ldso/c6x/elfinterp.c
+++ b/ldso/ldso/c6x/elfinterp.c
@@ -20,13 +20,6 @@
References to symbols in sharable libraries can be resolved by either
an ELF sharable library or a linux style of shared library. */
-/* Disclaimer: I have never seen any AT&T source code for SVr4, nor have
- I ever taken any courses on internals. This program was developed using
- information available through the book "UNIX SYSTEM V RELEASE 4,
- Programmers guide: Ansi C and Programming Support Tools", which did
- a more than adequate job of explaining everything required to get this
- working. */
-
extern void __c6x_cache_sync(unsigned long start, unsigned long end)
attribute_hidden;