]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Sun, 23 Jan 2005 04:50:51 +0000 (04:50 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 23 Jan 2005 04:50:51 +0000 (04:50 +0000)
* sysdeps/x86_64/bits/link.h: Use namespace-safe identifiers in
La_x86_64_xmm definition.

ChangeLog
sysdeps/x86_64/bits/link.h

index 0e0272b92e50bb6694c368020f2b65b8989136ae..ad03184543e5b20549798ad17644e551e38b14d1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,10 @@
 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
        pointer option.
-
        * stdlib/Makefile (CFLAGS-system.os): Use this instead of
        CFLAGS-system.c for frame pointer option.
 
index 142335699fe8d3e30dcfb5d65080055b299ab4de..2890c2d88d36773a7ab376d2d7ecb5d1432786af 100644 (file)
@@ -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
This page took 0.050144 seconds and 5 git commands to generate.