mirror of git://sourceware.org/git/glibc.git
Update.
* sysdeps/x86_64/bits/link.h: Use namespace-safe identifiers in La_x86_64_xmm definition.
This commit is contained in:
parent
70fb71fd6a
commit
9c9628d9b4
|
@ -1,8 +1,10 @@
|
||||||
2005-01-22 Ulrich Drepper <drepper@redhat.com>
|
2005-01-22 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/x86_64/bits/link.h: Use namespace-safe identifiers in
|
||||||
|
La_x86_64_xmm definition.
|
||||||
|
|
||||||
* posix/Makefile: Use CFLAGS-*.os instead of CFLAGS-*.c for frame
|
* posix/Makefile: Use CFLAGS-*.os instead of CFLAGS-*.c for frame
|
||||||
pointer option.
|
pointer option.
|
||||||
|
|
||||||
* stdlib/Makefile (CFLAGS-system.os): Use this instead of
|
* stdlib/Makefile (CFLAGS-system.os): Use this instead of
|
||||||
CFLAGS-system.c for frame pointer option.
|
CFLAGS-system.c for frame pointer option.
|
||||||
|
|
||||||
|
|
|
@ -64,7 +64,7 @@ __END_DECLS
|
||||||
|
|
||||||
/* Registers for entry into PLT on x86-64. */
|
/* Registers for entry into PLT on x86-64. */
|
||||||
# if __GNUC_PREREQ (4,0)
|
# if __GNUC_PREREQ (4,0)
|
||||||
typedef float La_x86_64_xmm __attribute__ ((vector_size (16)));
|
typedef float La_x86_64_xmm __attribute__ ((__vector_size__ (16)));
|
||||||
# else
|
# else
|
||||||
typedef float La_x86_64_xmm __attribute__ ((__mode__ (__V4SF__)));
|
typedef float La_x86_64_xmm __attribute__ ((__mode__ (__V4SF__)));
|
||||||
# endif
|
# endif
|
||||||
|
|
Loading…
Reference in New Issue