diff options
-rw-r--r-- | sysdeps/alpha/_mcount.S | 2 | ||||
-rw-r--r-- | sysdeps/alpha/bsd-setjmp.S | 2 | ||||
-rw-r--r-- | sysdeps/alpha/copysign.S | 2 | ||||
-rw-r--r-- | sysdeps/alpha/fabs.S | 2 | ||||
-rw-r--r-- | sysdeps/alpha/ffs.S | 2 | ||||
-rw-r--r-- | sysdeps/alpha/htonl.S | 2 | ||||
-rw-r--r-- | sysdeps/alpha/htons.S | 2 | ||||
-rw-r--r-- | sysdeps/alpha/memchr.S | 2 | ||||
-rw-r--r-- | sysdeps/alpha/setjmp.S | 2 | ||||
-rw-r--r-- | sysdeps/alpha/strlen.S | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/alpha/llseek.S | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/alpha/pipe.S | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/alpha/sigsuspend.S | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/sysdeps/alpha/_mcount.S b/sysdeps/alpha/_mcount.S index 7944544e18..1730760316 100644 --- a/sysdeps/alpha/_mcount.S +++ b/sysdeps/alpha/_mcount.S @@ -106,4 +106,4 @@ LEAF(_mcount, 0xb0) addq sp, 0xb0, sp ret zero,($at),1 - .end _mcount + END(_mcount) diff --git a/sysdeps/alpha/bsd-setjmp.S b/sysdeps/alpha/bsd-setjmp.S index 113bc47c88..fc73815a84 100644 --- a/sysdeps/alpha/bsd-setjmp.S +++ b/sysdeps/alpha/bsd-setjmp.S @@ -27,4 +27,4 @@ ENTRY(setjmp) lda $27, __sigsetjmp /* Load address to jump to. */ bis $31, 1, $17 /* Pass a second argument of one. */ jmp $31, ($27), __sigsetjmp /* Call __sigsetjmp. */ - .end setjmp + END(setjmp) diff --git a/sysdeps/alpha/copysign.S b/sysdeps/alpha/copysign.S index 9e9dff3ed0..95eb608666 100644 --- a/sysdeps/alpha/copysign.S +++ b/sysdeps/alpha/copysign.S @@ -24,6 +24,6 @@ ENTRY(__copysign) cpys $f17,$f16,$f0 ret - .end __copysign + END(__copysign) weak_alias(__copysign, copysign) diff --git a/sysdeps/alpha/fabs.S b/sysdeps/alpha/fabs.S index 88e64b4718..dff8390b5a 100644 --- a/sysdeps/alpha/fabs.S +++ b/sysdeps/alpha/fabs.S @@ -24,4 +24,4 @@ ENTRY(fabs) cpys $f31,$f16,$f0 ret - .end fabs + END(fabs) diff --git a/sysdeps/alpha/ffs.S b/sysdeps/alpha/ffs.S index 7cf6281682..e4dd87c9f1 100644 --- a/sysdeps/alpha/ffs.S +++ b/sysdeps/alpha/ffs.S @@ -63,4 +63,4 @@ ENTRY(ffs) done: ret - .end ffs + END(ffs) diff --git a/sysdeps/alpha/htonl.S b/sysdeps/alpha/htonl.S index 8c1c700212..9777e461cc 100644 --- a/sysdeps/alpha/htonl.S +++ b/sysdeps/alpha/htonl.S @@ -31,7 +31,7 @@ ENTRY(__htonl) or t2, v0, v0 # v0 = ddccbbaa ret - .end __htonl + END(__htonl) strong_alias_asm(__htonl, __ntohl) weak_alias(__htonl, htonl) diff --git a/sysdeps/alpha/htons.S b/sysdeps/alpha/htons.S index cb22b21661..7717636782 100644 --- a/sysdeps/alpha/htons.S +++ b/sysdeps/alpha/htons.S @@ -25,7 +25,7 @@ ENTRY(__htons) bis v0, t1, v0 # v0 = bbaa ret - .end __htons + END(__htons) strong_alias_asm(__htons, __ntohs) weak_alias(__htons, htons) diff --git a/sysdeps/alpha/memchr.S b/sysdeps/alpha/memchr.S index 2f78697418..2d21247174 100644 --- a/sysdeps/alpha/memchr.S +++ b/sysdeps/alpha/memchr.S @@ -157,4 +157,4 @@ not_found: mov zero, v0 ret - .end memchr + END(memchr) diff --git a/sysdeps/alpha/setjmp.S b/sysdeps/alpha/setjmp.S index b165d2c2c8..da71a3292a 100644 --- a/sysdeps/alpha/setjmp.S +++ b/sysdeps/alpha/setjmp.S @@ -30,4 +30,4 @@ ENTRY (__sigsetjmp) bis $15, $15, $19 /* Pass FP as 4th arg. */ jmp $31, ($27), __sigsetjmp_aux /* Call __sigsetjmp_aux. */ - .end __sigsetjmp + END(__sigsetjmp) diff --git a/sysdeps/alpha/strlen.S b/sysdeps/alpha/strlen.S index c64126164a..15c78cde64 100644 --- a/sysdeps/alpha/strlen.S +++ b/sysdeps/alpha/strlen.S @@ -67,4 +67,4 @@ found: blbs t1, done # make aligned case fast done: subq v0, a0, v0 ret - .end strlen + END(strlen) diff --git a/sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S b/sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S index c3486acc1a..52c945aec2 100644 --- a/sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S +++ b/sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S @@ -41,6 +41,6 @@ error: lda sp, 8(sp) 1: ldgp gp, 0(gp) jmp zero, syscall_error - .end __ieee_get_fp_control + END(__ieee_get_fp_control) weak_alias (__ieee_get_fp_control, ieee_get_fp_control) diff --git a/sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S b/sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S index 507b5d5cab..d72585daf1 100644 --- a/sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S +++ b/sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S @@ -39,6 +39,6 @@ error: br gp, 1f 1: ldgp gp, 0(gp) jmp zero, syscall_error - .end __ieee_set_fp_control + END(__ieee_set_fp_control) weak_alias (__ieee_set_fp_control, ieee_set_fp_control) diff --git a/sysdeps/unix/sysv/linux/alpha/llseek.S b/sysdeps/unix/sysv/linux/alpha/llseek.S index 7f2a49172a..bd8c6595c9 100644 --- a/sysdeps/unix/sysv/linux/alpha/llseek.S +++ b/sysdeps/unix/sysv/linux/alpha/llseek.S @@ -46,4 +46,4 @@ error: br gp, 1f 1: ldgp gp, 0(gp) jmp zero, syscall_error - .end llseek + END(llseek) diff --git a/sysdeps/unix/sysv/linux/alpha/pipe.S b/sysdeps/unix/sysv/linux/alpha/pipe.S index 40958466a4..b23803cecd 100644 --- a/sysdeps/unix/sysv/linux/alpha/pipe.S +++ b/sysdeps/unix/sysv/linux/alpha/pipe.S @@ -37,6 +37,6 @@ error: br gp, 1f 1: ldgp gp, 0(gp) jmp zero, syscall_error - .end __pipe + END(__pipe) weak_alias (__pipe, pipe) diff --git a/sysdeps/unix/sysv/linux/alpha/sigsuspend.S b/sysdeps/unix/sysv/linux/alpha/sigsuspend.S index 00c02de72b..26a1869783 100644 --- a/sysdeps/unix/sysv/linux/alpha/sigsuspend.S +++ b/sysdeps/unix/sysv/linux/alpha/sigsuspend.S @@ -36,4 +36,4 @@ error: br gp, 1f 1: ldgp gp, 0(gp) jmp zero, syscall_error - .end sigsuspend + END(sigsuspend) |