From: Ulrich Drepper Date: Sun, 23 Jan 2005 04:50:51 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.30~16964 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9c9628d9b411ffc68b11468affc7867d10f0d651;p=external%2Fglibc.git Update. * sysdeps/x86_64/bits/link.h: Use namespace-safe identifiers in La_x86_64_xmm definition. --- diff --git a/ChangeLog b/ChangeLog index 0e0272b..ad03184 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,10 @@ 2005-01-22 Ulrich Drepper + * 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 pointer option. - * stdlib/Makefile (CFLAGS-system.os): Use this instead of CFLAGS-system.c for frame pointer option. diff --git a/sysdeps/x86_64/bits/link.h b/sysdeps/x86_64/bits/link.h index 1423356..2890c2d 100644 --- a/sysdeps/x86_64/bits/link.h +++ b/sysdeps/x86_64/bits/link.h @@ -64,7 +64,7 @@ __END_DECLS /* Registers for entry into PLT on x86-64. */ # 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 typedef float La_x86_64_xmm __attribute__ ((__mode__ (__V4SF__))); # endif