about summary refs log tree commit diff
path: root/sysdeps/sparc/dotmul.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/sparc/dotmul.S')
-rw-r--r--sysdeps/sparc/dotmul.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/sparc/dotmul.S b/sysdeps/sparc/dotmul.S
index 1c59a27e80..7ce695cb7a 100644
--- a/sysdeps/sparc/dotmul.S
+++ b/sysdeps/sparc/dotmul.S
@@ -10,8 +10,8 @@
  * This code optimizes short (less than 13-bit) multiplies.
  */
 
-#include "DEFS.h"
-FUNC(.mul)
+#include "sysdep.h"
+ENTRY(.mul)
 	mov	%o0, %y		! multiplier -> Y
 	andncc	%o0, 0xfff, %g0	! test bits 12..31
 	be	Lmul_shortway	! if zero, can do it the short way