aboutsummaryrefslogtreecommitdiffstats
path: root/arch/h8300/lib/abs.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/h8300/lib/abs.S')
-rw-r--r--arch/h8300/lib/abs.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/h8300/lib/abs.S b/arch/h8300/lib/abs.S
index cabdd46b41db..ddd1fb3d01ad 100644
--- a/arch/h8300/lib/abs.S
+++ b/arch/h8300/lib/abs.S
@@ -9,10 +9,10 @@
.h8300s
#endif
.text
-.global SYMBOL_NAME(abs)
+.global _abs
;;; int abs(int n)
-SYMBOL_NAME_LABEL(abs)
+_abs:
mov.l er0,er0
bpl 1f
neg.l er0