diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-01-23 04:50:51 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-01-23 04:50:51 +0000 |
commit | 9c9628d9b411ffc68b11468affc7867d10f0d651 (patch) | |
tree | 62ce719af2c8d98506107a65f7184c038141640b /sysdeps/x86_64 | |
parent | 70fb71fd6a07f0158b1afb12877e6b91987eb4d3 (diff) | |
download | glibc-9c9628d9b411ffc68b11468affc7867d10f0d651.tar glibc-9c9628d9b411ffc68b11468affc7867d10f0d651.tar.gz glibc-9c9628d9b411ffc68b11468affc7867d10f0d651.tar.bz2 glibc-9c9628d9b411ffc68b11468affc7867d10f0d651.zip |
Update.
* sysdeps/x86_64/bits/link.h: Use namespace-safe identifiers in
La_x86_64_xmm definition.
Diffstat (limited to 'sysdeps/x86_64')
-rw-r--r-- | sysdeps/x86_64/bits/link.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86_64/bits/link.h b/sysdeps/x86_64/bits/link.h index 142335699f..2890c2d88d 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 |