Fix include filename to get register name aliases under BSD
authormiod <miod@openbsd.org>
Thu, 1 May 2014 20:41:56 +0000 (20:41 +0000)
committermiod <miod@openbsd.org>
Thu, 1 May 2014 20:41:56 +0000 (20:41 +0000)
lib/libcrypto/bn/asm/alpha-mont.pl
lib/libcrypto/modes/asm/ghash-alpha.pl
lib/libcrypto/sha/asm/sha1-alpha.pl
lib/libssl/src/crypto/bn/asm/alpha-mont.pl
lib/libssl/src/crypto/modes/asm/ghash-alpha.pl
lib/libssl/src/crypto/sha/asm/sha1-alpha.pl

index 03596e2..41700d5 100644 (file)
@@ -41,12 +41,7 @@ $j="s4";
 $m1="s5";
 
 $code=<<___;
-#ifdef __linux__
-#include <asm/regdef.h>
-#else
-#include <asm.h>
-#include <regdef.h>
-#endif
+#include <machine/asm.h>
 
 .text
 
index aa36029..b6d6ea5 100644 (file)
@@ -245,12 +245,7 @@ ___
 }}
 
 $code=<<___;
-#ifdef __linux__
-#include <asm/regdef.h>
-#else
-#include <asm.h>
-#include <regdef.h>
-#endif
+#include <machine/asm.h>
 
 .text
 
index 6c4b925..44720c4 100644 (file)
@@ -225,12 +225,7 @@ ___
 }
 
 $code=<<___;
-#ifdef __linux__
-#include <asm/regdef.h>
-#else
-#include <asm.h>
-#include <regdef.h>
-#endif
+#include <machine/asm.h>
 
 .text
 
index 03596e2..41700d5 100644 (file)
@@ -41,12 +41,7 @@ $j="s4";
 $m1="s5";
 
 $code=<<___;
-#ifdef __linux__
-#include <asm/regdef.h>
-#else
-#include <asm.h>
-#include <regdef.h>
-#endif
+#include <machine/asm.h>
 
 .text
 
index aa36029..b6d6ea5 100644 (file)
@@ -245,12 +245,7 @@ ___
 }}
 
 $code=<<___;
-#ifdef __linux__
-#include <asm/regdef.h>
-#else
-#include <asm.h>
-#include <regdef.h>
-#endif
+#include <machine/asm.h>
 
 .text
 
index 6c4b925..44720c4 100644 (file)
@@ -225,12 +225,7 @@ ___
 }
 
 $code=<<___;
-#ifdef __linux__
-#include <asm/regdef.h>
-#else
-#include <asm.h>
-#include <regdef.h>
-#endif
+#include <machine/asm.h>
 
 .text