Re: nistp224 fails on ppro/linux with gcc-3.x
[email protected] (Paul Jarc) Mon, 11 Aug 2003 13:27:03 -0400
| Newsgroups | gmane.org.djb.miscellaneous |
|---|---|
| Organization | What did you have in mind? A short, blunt, human pyramid? |
| Message-ID | <[email protected]> |
I'm having the same problem.
$ cat /package/math/nistp224-0.75/compile/sysdeps
nistp224 0.75
gcc (GCC) 3.3.1
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
linux-2.4.21-:i386-:-:genuineintel-00000652-0183fbff-:-
#!/bin/sh
# WARNING: This file was auto-generated. Do not edit!
exec gcc -fomit-frame-pointer -Wimplicit -Wunused -Wcomment -Wchar-subscripts -Wuninitialized -Wshadow -Wcast-qual -Wcast-align -Wwrite-strings -O1 -malign-double -c ${1+"$@"}
#!/bin/sh
# WARNING: This file was auto-generated. Do not edit!
main="$1"; shift
exec gcc -s -o "$main" "$main".o ${1+"$@"}
/* sysdep: -gethrtime */
/* sysdep: +rdtsc */
/* sysdep: -rpcc */
/* sysdep: -rdtick */
/* sysdep: -fnmadd */
Maybe some of these warnings will help:
./compile nistp224.c
nistp224.c: In function `nistp224_valid':
nistp224.c:123: warning: use of memory input without lvalue in asm operand 0 is deprecated
nistp224.c: In function `nistp224_56':
nistp224.c:123: warning: use of memory input without lvalue in asm operand 0 is deprecated
nistp224.c: In function `nistp224_uncompress':
nistp224.c:123: warning: use of memory input without lvalue in asm operand 0 is deprecated
nistp224.c: In function `nistp224':
nistp224.c:123: warning: use of memory input without lvalue in asm operand 0 is deprecated
nistp224.c: In function `fpmode':
nistp224.c:123: warning: use of memory input without lvalue in asm operand 0 is deprecated
./compile main.c
main.c: In function `main':
main.c:12: warning: implicit declaration of function `exit'
./compile nistp224-56.c
nistp224-56.c: In function `main':
nistp224-56.c:12: warning: implicit declaration of function `exit'
paul