diff options
| author | Ulrich Drepper <drepper@redhat.com> | 2005-05-26 14:30:51 +0000 |
|---|---|---|
| committer | Ulrich Drepper <drepper@redhat.com> | 2005-05-26 14:30:51 +0000 |
| commit | 1ab18a5bfb049b07fb58de178f13bbe5e4c0a4e6 (patch) | |
| tree | c7bf2264fd7a549a81eef4163c285333028079c6 | |
| parent | 1f708405fc137d3235803832110a7eec8f14d894 (diff) | |
| download | glibc-1ab18a5bfb049b07fb58de178f13bbe5e4c0a4e6.tar.xz glibc-1ab18a5bfb049b07fb58de178f13bbe5e4c0a4e6.zip | |
Add space inf weak_alias use.
64 files changed, 91 insertions, 91 deletions
diff --git a/gmon/gmon.c b/gmon/gmon.c index 575adbcd8b..8eb0736193 100644 --- a/gmon/gmon.c +++ b/gmon/gmon.c @@ -171,7 +171,7 @@ __monstartup (lowpc, highpc) __moncontrol(1); } -weak_alias(__monstartup, monstartup) +weak_alias (__monstartup, monstartup) static void diff --git a/linuxthreads/sysdeps/unix/sysv/linux/mips/vfork.S b/linuxthreads/sysdeps/unix/sysv/linux/mips/vfork.S index bf541439b5..7bbab5c59c 100644 --- a/linuxthreads/sysdeps/unix/sysv/linux/mips/vfork.S +++ b/linuxthreads/sysdeps/unix/sysv/linux/mips/vfork.S @@ -101,4 +101,4 @@ L(call_fork): END(__vfork) libc_hidden_def(__vfork) -weak_alias(__vfork, vfork) +weak_alias (__vfork, vfork) diff --git a/sysdeps/alpha/elf/start.S b/sysdeps/alpha/elf/start.S index 3c2bc59adc..ebe14b4c8e 100644 --- a/sysdeps/alpha/elf/start.S +++ b/sysdeps/alpha/elf/start.S @@ -77,7 +77,7 @@ _start: .end _start /* For ECOFF backwards compatibility. */ -weak_alias(_start, __start) +weak_alias (_start, __start) /* Define a symbol for the first piece of initialized data. */ .data diff --git a/sysdeps/alpha/htonl.S b/sysdeps/alpha/htonl.S index eb4fbd2ab4..ef2a575995 100644 --- a/sysdeps/alpha/htonl.S +++ b/sysdeps/alpha/htonl.S @@ -41,4 +41,4 @@ ENTRY(htonl) END(htonl) -weak_alias(htonl, ntohl) +weak_alias (htonl, ntohl) diff --git a/sysdeps/alpha/htons.S b/sysdeps/alpha/htons.S index f1ef754814..7c6270226d 100644 --- a/sysdeps/alpha/htons.S +++ b/sysdeps/alpha/htons.S @@ -37,4 +37,4 @@ ENTRY(htons) END(htons) -weak_alias(htons, ntohs) +weak_alias (htons, ntohs) diff --git a/sysdeps/i386/i386-mcount.S b/sysdeps/i386/i386-mcount.S index 727d7a0ab8..8b11adb2e3 100644 --- a/sysdeps/i386/i386-mcount.S +++ b/sysdeps/i386/i386-mcount.S @@ -52,4 +52,4 @@ C_LABEL(_mcount) ASM_SIZE_DIRECTIVE(C_SYMBOL_NAME(_mcount)) #undef mcount -weak_alias(_mcount, mcount) +weak_alias (_mcount, mcount) diff --git a/sysdeps/ia64/fpu/e_lgamma_r.c b/sysdeps/ia64/fpu/e_lgamma_r.c index ebc90fc8f3..cb9efbfe02 100644 --- a/sysdeps/ia64/fpu/e_lgamma_r.c +++ b/sysdeps/ia64/fpu/e_lgamma_r.c @@ -60,12 +60,12 @@ double __ieee754_lgamma_r(double x, int* signgam) { return __libm_lgamma(x, signgam, sizeof(*signgam)); } -weak_alias(__ieee754_lgamma_r, lgamma_r) +weak_alias (__ieee754_lgamma_r, lgamma_r) #ifndef _LIBC double __ieee754_gamma_r(double x, int* signgam) { return __libm_lgamma(x, signgam, sizeof(*signgam)); } -weak_alias(__ieee754_gamma_r, gamma_r) +weak_alias (__ieee754_gamma_r, gamma_r) #endif diff --git a/sysdeps/ia64/fpu/e_lgammaf_r.c b/sysdeps/ia64/fpu/e_lgammaf_r.c index 4efa84064c..44911aeabd 100644 --- a/sysdeps/ia64/fpu/e_lgammaf_r.c +++ b/sysdeps/ia64/fpu/e_lgammaf_r.c @@ -60,12 +60,12 @@ float __ieee754_lgammaf_r(float x, int* signgam) { return __libm_lgammaf(x, signgam, sizeof(*signgam)); } -weak_alias(__ieee754_lgammaf_r, lgammaf_r) +weak_alias (__ieee754_lgammaf_r, lgammaf_r) #ifndef _LIBC float __ieee754_gammaf_r(float x, int* signgam) { return __libm_lgammaf(x, signgam, sizeof(*signgam)); } -weak_alias(__ieee754_gammaf_r, gammaf_r) +weak_alias (__ieee754_gammaf_r, gammaf_r) #endif diff --git a/sysdeps/ia64/fpu/e_lgammal_r.c b/sysdeps/ia64/fpu/e_lgammal_r.c index 3fbea703c8..4451201b77 100644 --- a/sysdeps/ia64/fpu/e_lgammal_r.c +++ b/sysdeps/ia64/fpu/e_lgammal_r.c @@ -59,12 +59,12 @@ long double __ieee754_lgammal_r(long double x, int* signgam) { return __libm_lgammal(x, signgam, sizeof(*signgam)); } -weak_alias(__ieee754_lgammal_r, lgammal_r) +weak_alias (__ieee754_lgammal_r, lgammal_r) #ifndef _LIBC long double __ieee754_gammal_r(long double x, int* signgam) { return __libm_lgammal(x, signgam, sizeof(*signgam)); } -weak_alias(__ieee754_gammal_r, gammal_r) +weak_alias (__ieee754_gammal_r, gammal_r) #endif diff --git a/sysdeps/ia64/fpu/w_lgamma.c b/sysdeps/ia64/fpu/w_lgamma.c index f16256ee1b..2006d3e806 100644 --- a/sysdeps/ia64/fpu/w_lgamma.c +++ b/sysdeps/ia64/fpu/w_lgamma.c @@ -66,7 +66,7 @@ double __ieee754_lgamma(double x) #endif return __libm_lgamma(x, &signgam, sizeof(signgam)); } -weak_alias(__ieee754_lgamma, lgamma) +weak_alias (__ieee754_lgamma, lgamma) double __ieee754_gamma(double x) { @@ -77,4 +77,4 @@ double __ieee754_gamma(double x) #endif return __libm_lgamma(x, &signgam, sizeof(signgam)); } -weak_alias(__ieee754_gamma, gamma) +weak_alias (__ieee754_gamma, gamma) diff --git a/sysdeps/ia64/fpu/w_lgammaf.c b/sysdeps/ia64/fpu/w_lgammaf.c index 5ac3b82278..cd0b4f6666 100644 --- a/sysdeps/ia64/fpu/w_lgammaf.c +++ b/sysdeps/ia64/fpu/w_lgammaf.c @@ -66,7 +66,7 @@ float __ieee754_lgammaf(float x) #endif return __libm_lgammaf(x, &signgam, sizeof(signgam)); } -weak_alias(__ieee754_lgammaf, lgammaf) +weak_alias (__ieee754_lgammaf, lgammaf) float __ieee754_gammaf(float x) { @@ -77,4 +77,4 @@ float __ieee754_gammaf(float x) #endif return __libm_lgammaf(x, &signgam, sizeof(signgam)); } -weak_alias(__ieee754_gammaf, gammaf) +weak_alias (__ieee754_gammaf, gammaf) diff --git a/sysdeps/ia64/fpu/w_lgammal.c b/sysdeps/ia64/fpu/w_lgammal.c index 8ddbb749ce..e3885296eb 100644 --- a/sysdeps/ia64/fpu/w_lgammal.c +++ b/sysdeps/ia64/fpu/w_lgammal.c @@ -65,7 +65,7 @@ long double __ieee754_lgammal(long double x) #endif return __libm_lgammal(x, &signgam, sizeof(signgam)); } -weak_alias(__ieee754_lgammal, lgammal) +weak_alias (__ieee754_lgammal, lgammal) long double __ieee754_gammal(long double x) { @@ -76,4 +76,4 @@ long double __ieee754_gammal(long double x) #endif return __libm_lgammal(x, &signgam, sizeof(signgam)); } -weak_alias(__ieee754_gammal, gammal) +weak_alias (__ieee754_gammal, gammal) diff --git a/sysdeps/ia64/strchr.S b/sysdeps/ia64/strchr.S index 258562796a..63db7ff7e5 100644 --- a/sysdeps/ia64/strchr.S +++ b/sysdeps/ia64/strchr.S @@ -108,5 +108,5 @@ ENTRY(strchr) br.cond.sptk .back END(strchr) -weak_alias(strchr, index) |
