> > > My solution was to add support for assembly modules. We probably have to postpone this patch to 0.9.7a. If you only could reply more swiftly so that the changes could be exposed in beta...
Most improtantly > I don't think so! It must be complaining about "leal > .LXXXcbc_jmp_table-.LXXXPIC_point(%edx),%ecx." Could you examine these > lines closer? Can you confirm that "leal 0+[.LXXXcbc_jmp_table-.LXXXPIC_point](%edx),%ecx" does the trick? > > why can't we have a unified rule? I mean something like this: > > > > asm/dx86-elf.o: asm/dx86unix.cpp > > $(CPP) -DELF asm/sx86unix.cpp | \ > > sed -e 's/\. /./g' -e 's/@ /@/' -e 's/ :/:/' -e 's/^#.*//' \ > > > /tmp/dx86$$$$.s && \ > > as -o asm/dx86-elf.o /tmp/dx86$$$$.s; \ > > rm -f /tmp/dx86$$$$.s > > > > Is it $(CPP) in > > question which adds them? > > Yes, $(CPP) adds the spaces. I can imagine / :/:/, but where do /\. /./ and /@ /@/ some from? Can you pinpoint the lines? I mean just give the offending lines' number... A. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]