RDOFF patch from Yuri Zaporogets:
authorH. Peter Anvin <hpa@zytor.com>
Sat, 4 May 2002 05:42:30 +0000 (05:42 +0000)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 4 May 2002 05:42:30 +0000 (05:42 +0000)
commit27cf503e03f4765e0eaaffa6aaef6d75ff1de226
tree9567ba927109804467ccdd98a91e8c2f3cf7c0a9
parent87242df32dd2bfad17d88570cee3509d0c3cc88d
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.
rdoff/ldrdf.c
rdoff/rdflib.c
rdoff/rdlib.c
rdoff/rdoff.c
rdoff/rdoff.h
rdoff/symtab.c
rdoff/test/makelib.sh