summaryrefslogtreecommitdiff
path: root/libc/tests/README
diff options
context:
space:
mode:
Diffstat (limited to 'libc/tests/README')
-rw-r--r--libc/tests/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/tests/README b/libc/tests/README
index 642e636..4d308c7 100644
--- a/libc/tests/README
+++ b/libc/tests/README
@@ -16,4 +16,7 @@ size.c Size of executables and object files.
sync.c :-)
wc.c Word count.
+BTW: i386 OMAGIC files can be converted to deformed ELFs with this:
+ $ ld -N -Ttext 0 --defsym _start=0 sync -o sync1 -s
+
-Robert