Building 0.9.7 (snapshot from June 1) with Cygwin led to several
warnings during compilation related to the assembly code now included
by default. Despite the warnings, it passed the tests in "make test".
Does something need to get fixed? These warnings under Cygwin's port of
GCC were errors under the DJGPP port of GCC.
Doug
(cd asm; /usr/local/bin/perl md5-586.pl cpp >mx86unix.cpp)
gcc -E -DOUT asm/mx86unix.cpp | as -o asm/mx86-out.o
{standard input}: Assembler messages:
{standard input}:57: Warning: .type pseudo-op used outside of .def/.endef ignored.
{standard input}:57: Warning: rest of line ignored; first ignored character is `_'
{standard input}:731: Warning: .size pseudo-op used outside of .def/.endef ignored.
{standard input}:731: Warning: rest of line ignored; first ignored character is `_'
(cd asm; /usr/local/bin/perl sha1-586.pl cpp >sx86unix.cpp)
gcc -E -DOUT asm/sx86unix.cpp | as -o asm/sx86-out.o
{standard input}: Assembler messages:
{standard input}:58: Warning: .type pseudo-op used outside of .def/.endef ignored.
{standard input}:58: Warning: rest of line ignored; first ignored character is `_'
{standard input}:1947: Warning: .size pseudo-op used outside of .def/.endef ignored.
{standard input}:1947: Warning: rest of line ignored; first ignored character is `_'
{standard input}:1952: Warning: .type pseudo-op used outside of .def/.endef ignored.
{standard input}:1952: Warning: rest of line ignored; first ignored character is `_'
{standard input}:2003: Warning: .size pseudo-op used outside of .def/.endef ignored.
{standard input}:2003: Warning: rest of line ignored; first ignored character is `_'
(cd asm; /usr/local/bin/perl rmd-586.pl cpp >rm86unix.cpp)
gcc -E -DOUT asm/rm86unix.cpp | as -o asm/rm86-out.o
{standard input}: Assembler messages:
{standard input}:57: Warning: .type pseudo-op used outside of .def/.endef ignored.
{standard input}:57: Warning: rest of line ignored; first ignored character is `_'
{standard input}:2017: Warning: .size pseudo-op used outside of .def/.endef ignored.
{standard input}:2017: Warning: rest of line ignored; first ignored character is `_'
(cd asm; /usr/local/bin/perl des-586.pl cpp >dx86unix.cpp)
gcc -E -DOUT asm/dx86unix.cpp | as -o asm/dx86-out.o
{standard input}: Assembler messages:
{standard input}:63: Warning: .type pseudo-op used outside of .def/.endef ignored.
{standard input}:63: Warning: rest of line ignored; first ignored character is `_'
{standard input}:1353: Warning: .size pseudo-op used outside of .def/.endef ignored.
{standard input}:1353: Warning: rest of line ignored; first ignored character is `_'
{standard input}:1358: Warning: .type pseudo-op used outside of .def/.endef ignored.
{standard input}:1358: Warning: rest of line ignored; first ignored character is `_'
{standard input}:2576: Warning: .size pseudo-op used outside of .def/.endef ignored.
{standard input}:2576: Warning: rest of line ignored; first ignored character is `_'
{standard input}:2581: Warning: .type pseudo-op used outside of .def/.endef ignored.
{standard input}:2581: Warning: rest of line ignored; first ignored character is `_'
{standard input}:2699: Warning: .size pseudo-op used outside of .def/.endef ignored.
{standard input}:2699: Warning: rest of line ignored; first ignored character is `_'
{standard input}:2704: Warning: .type pseudo-op used outside of .def/.endef ignored.
{standard input}:2704: Warning: rest of line ignored; first ignored character is `_'
{standard input}:2822: Warning: .size pseudo-op used outside of .def/.endef ignored.
{standard input}:2822: Warning: rest of line ignored; first ignored character is `_'
{standard input}:2827: Warning: .type pseudo-op used outside of .def/.endef ignored.
{standard input}:2827: Warning: rest of line ignored; first ignored character is `_'
{standard input}:3010: Warning: .size pseudo-op used outside of .def/.endef ignored.
{standard input}:3010: Warning: rest of line ignored; first ignored character is `_'
{standard input}:3015: Warning: .type pseudo-op used outside of .def/.endef ignored.
{standard input}:3015: Warning: rest of line ignored; first ignored character is `_'
{standard input}:3202: Warning: .size pseudo-op used outside of .def/.endef ignored.
{standard input}:3202: Warning: rest of line ignored; first ignored character is `_'
(cd asm; /usr/local/bin/perl crypt586.pl cpp >yx86unix.cpp)
gcc -E -DOUT asm/yx86unix.cpp | as -o asm/yx86-out.o
{standard input}: Assembler messages:
{standard input}:58: Warning: .type pseudo-op used outside of .def/.endef ignored.
{standard input}:58: Warning: rest of line ignored; first ignored character is `_'
{standard input}:976: Warning: .size pseudo-op used outside of .def/.endef ignored.
{standard input}:976: Warning: rest of line ignored; first ignored character is `_'
(cd asm; /usr/local/bin/perl rc4-586.pl cpp >rx86unix.cpp)
gcc -E -DOUT asm/rx86unix.cpp | as -o asm/rx86-out.o
{standard input}: Assembler messages:
{standard input}:57: Warning: .type pseudo-op used outside of .def/.endef ignored.
{standard input}:57: Warning: rest of line ignored; first ignored character is `_'
{standard input}:358: Warning: .size pseudo-op used outside of .def/.endef ignored.
{standard input}:358: Warning: rest of line ignored; first ignored character is `_'
(cd asm; /usr/local/bin/perl bf-586.pl cpp >bx86unix.cpp)
gcc -E -DOUT asm/bx86unix.cpp | as -o asm/bx86-out.o
{standard input}: Assembler messages:
{standard input}:59: Warning: .type pseudo-op used outside of .def/.endef ignored.
{standard input}:59: Warning: rest of line ignored; first ignored character is `_'
{standard input}:406: Warning: .size pseudo-op used outside of .def/.endef ignored.
{standard input}:406: Warning: rest of line ignored; first ignored character is `_'
{standard input}:411: Warning: .type pseudo-op used outside of .def/.endef ignored.
{standard input}:411: Warning: rest of line ignored; first ignored character is `_'
{standard input}:758: Warning: .size pseudo-op used outside of .def/.endef ignored.
{standard input}:758: Warning: rest of line ignored; first ignored character is `_'
{standard input}:763: Warning: .type pseudo-op used outside of .def/.endef ignored.
{standard input}:763: Warning: rest of line ignored; first ignored character is `_'
{standard input}:976: Warning: .size pseudo-op used outside of .def/.endef ignored.
{standard input}:976: Warning: rest of line ignored; first ignored character is `_'
(cd asm; /usr/local/bin/perl cast-586.pl cpp >cx86unix.cpp)
gcc -E -DOUT asm/cx86unix.cpp | as -o asm/cx86-out.o
{standard input}: Assembler messages:
{standard input}:67: Warning: .type pseudo-op used outside of .def/.endef ignored.
{standard input}:67: Warning: rest of line ignored; first ignored character is `_'
{standard input}:434: Warning: .size pseudo-op used outside of .def/.endef ignored.
{standard input}:434: Warning: rest of line ignored; first ignored character is `_'
{standard input}:439: Warning: .type pseudo-op used outside of .def/.endef ignored.
{standard input}:439: Warning: rest of line ignored; first ignored character is `_'
{standard input}:803: Warning: .size pseudo-op used outside of .def/.endef ignored.
{standard input}:803: Warning: rest of line ignored; first ignored character is `_'
{standard input}:808: Warning: .type pseudo-op used outside of .def/.endef ignored.
{standard input}:808: Warning: rest of line ignored; first ignored character is `_'
{standard input}:1023: Warning: .size pseudo-op used outside of .def/.endef ignored.
{standard input}:1023: Warning: rest of line ignored; first ignored character is `_'
(cd asm; /usr/local/bin/perl bn-586.pl cpp >bn86unix.cpp )
gcc -E -DOUT asm/bn86unix.cpp | as -o asm/bn86-out.o
{standard input}: Assembler messages:
{standard input}:63: Warning: .type pseudo-op used outside of .def/.endef ignored.
{standard input}:63: Warning: rest of line ignored; first ignored character is `_'
{standard input}:265: Warning: .size pseudo-op used outside of .def/.endef ignored.
{standard input}:265: Warning: rest of line ignored; first ignored character is `_'
{standard input}:270: Warning: .type pseudo-op used outside of .def/.endef ignored.
{standard input}:270: Warning: rest of line ignored; first ignored character is `_'
{standard input}:424: Warning: .size pseudo-op used outside of .def/.endef ignored.
{standard input}:424: Warning: rest of line ignored; first ignored character is `_'
{standard input}:429: Warning: .type pseudo-op used outside of .def/.endef ignored.
{standard input}:429: Warning: rest of line ignored; first ignored character is `_'
{standard input}:546: Warning: .size pseudo-op used outside of .def/.endef ignored.
{standard input}:546: Warning: rest of line ignored; first ignored character is `_'
{standard input}:551: Warning: .type pseudo-op used outside of .def/.endef ignored.
{standard input}:551: Warning: rest of line ignored; first ignored character is `_'
{standard input}:568: Warning: .size pseudo-op used outside of .def/.endef ignored.
{standard input}:568: Warning: rest of line ignored; first ignored character is `_'
{standard input}:573: Warning: .type pseudo-op used outside of .def/.endef ignored.
{standard input}:573: Warning: rest of line ignored; first ignored character is `_'
{standard input}:753: Warning: .size pseudo-op used outside of .def/.endef ignored.
{standard input}:753: Warning: rest of line ignored; first ignored character is `_'
{standard input}:758: Warning: .type pseudo-op used outside of .def/.endef ignored.
{standard input}:758: Warning: rest of line ignored; first ignored character is `_'
{standard input}:938: Warning: .size pseudo-op used outside of .def/.endef ignored.
{standard input}:938: Warning: rest of line ignored; first ignored character is `_'
{standard input}:943: Warning: .type pseudo-op used outside of .def/.endef ignored.
{standard input}:943: Warning: rest of line ignored; first ignored character is `_'
{standard input}:1487: Warning: .size pseudo-op used outside of .def/.endef ignored.
{standard input}:1487: Warning: rest of line ignored; first ignored character is `_'
(cd asm; /usr/local/bin/perl co-586.pl cpp >co86unix.cpp )
gcc -E -DOUT asm/co86unix.cpp | as -o asm/co86-out.o
{standard input}: Assembler messages:
{standard input}:60: Warning: .type pseudo-op used outside of .def/.endef ignored.
{standard input}:60: Warning: rest of line ignored; first ignored character is `_'
{standard input}:601: Warning: .size pseudo-op used outside of .def/.endef ignored.
{standard input}:601: Warning: rest of line ignored; first ignored character is `_'
{standard input}:606: Warning: .type pseudo-op used outside of .def/.endef ignored.
{standard input}:606: Warning: rest of line ignored; first ignored character is `_'
{standard input}:771: Warning: .size pseudo-op used outside of .def/.endef ignored.
{standard input}:771: Warning: rest of line ignored; first ignored character is `_'
{standard input}:776: Warning: .type pseudo-op used outside of .def/.endef ignored.
{standard input}:776: Warning: rest of line ignored; first ignored character is `_'
{standard input}:1181: Warning: .size pseudo-op used outside of .def/.endef ignored.
{standard input}:1181: Warning: rest of line ignored; first ignored character is `_'
{standard input}:1186: Warning: .type pseudo-op used outside of .def/.endef ignored.
{standard input}:1186: Warning: rest of line ignored; first ignored character is `_'
{standard input}:1315: Warning: .size pseudo-op used outside of .def/.endef ignored.
{standard input}:1315: Warning: rest of line ignored; first ignored character is `_'
__
Doug Kaufman
Internet: [EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]