|
From: <hp...@us...> - 2002-05-04 05:42:33
|
Update of /cvsroot/nasm/nasm/rdoff/test
In directory usw-pr-cvs1:/tmp/cvs-serv6253/rdoff/test
Modified Files:
makelib.sh
Log Message:
RDOFF patch from Yuri Zaporogets:
- Panos Minos's LDRDF fix (correct export of relocation records);
- Panos Minos's symtab.c verbose dump fix;
- Librarian (rdflib) now puts a signature block when creating a library
(instead of creating an empty file). In theory it doesn't break binary
compatibility, but due to a bug in the original 'rdlib.c' you can't
use old LDRDF with new libraries. Fix this bug as well.
- Other minor changes in LDRDF.
Index: makelib.sh
===================================================================
RCS file: /cvsroot/nasm/nasm/rdoff/test/makelib.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- makelib.sh 30 Apr 2002 21:09:18 -0000 1.2
+++ makelib.sh 4 May 2002 05:42:30 -0000 1.3
@@ -1,5 +1,5 @@
#! /bin/sh
-
+
[ $1 ] || {
echo "Usage: $0 <library name> <module> [...]"
exit 1
|