mirror of git://sourceware.org/git/glibc.git
PowerPC: Fix compiler warnings
This patch fixes some compile warnings related to extra tokens at end of #undef directive from multilib patchset.
This commit is contained in:
parent
dc810f3778
commit
d7ad2d9bad
|
@ -1,3 +1,11 @@
|
|||
2014-01-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
|
||||
|
||||
* sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
|
||||
extra tokens at end of #undef directive.
|
||||
* sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
|
||||
* sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
|
||||
* sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
|
||||
|
||||
2014-01-03 Andrew Hunter <ahh@google.com>
|
||||
|
||||
* elf/dl-open.c (): New comment.
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
TRACEBACK(__strcasecmp_power7) \
|
||||
END_2(__strcasecmp_power7)
|
||||
|
||||
#undef weak_alias(name, alias)
|
||||
#undef weak_alias
|
||||
#define weak_alias(name, alias)
|
||||
|
||||
#undef libc_hidden_builtin_def
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
TRACEBACK(__strcasecmp_l_power7) \
|
||||
END_2(__strcasecmp_l_power7)
|
||||
|
||||
#undef weak_alias(name, alias)
|
||||
#undef weak_alias
|
||||
#define weak_alias(name, alias)
|
||||
|
||||
#undef libc_hidden_builtin_def
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
#undef libc_hidden_builtin_def
|
||||
#define libc_hidden_builtin_def(name)
|
||||
#undef weak_alias(name, alias)
|
||||
#undef weak_alias
|
||||
#define weak_alias(name, alias)
|
||||
|
||||
#include <sysdeps/powerpc/powerpc64/power7/strnlen.S>
|
||||
|
|
|
@ -33,4 +33,4 @@ libc_ifunc (wcscpy,
|
|||
: __wcscpy_ppc);
|
||||
#else
|
||||
#include <wcsmbs/wcscpy.c>
|
||||
#endif:
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue