1
0
mirror of https://sourceware.org/git/glibc.git synced 2026-01-06 11:51:29 +03:00

* sysdeps/powerpc/powerpc32/fpu/s_lround.S: Remove useless alias.

* sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S: Handle
	NO_WEAK_ALIAS.
	* sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: Likewise.
This commit is contained in:
Roland McGrath
2005-11-18 22:48:22 +00:00
parent 3416271918
commit d11edae6f2
4 changed files with 22 additions and 7 deletions

View File

@@ -41,12 +41,12 @@
#define stackblock 80 /* offset to socket parm area. */
#ifndef socket
/* If this is just socket.S leave it alone! */
#else
#ifndef __socket
#define __socket P(__,socket)
#endif
# ifndef NO_WEAK_ALIAS
# define __socket P(__,socket)
# else
# define __socket socket
# endif
#endif
.text
@@ -120,4 +120,6 @@ ENTRY(__socket)
cfi_endproc
PSEUDO_END (__socket)
#ifndef NO_WEAK_ALIAS
weak_alias (__socket, socket)
#endif