about summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-01-09 20:23:44 +0000
committerUlrich Drepper <drepper@redhat.com>2005-01-09 20:23:44 +0000
commit9fbdeb410d7d7e7383b20b71da4dd4bd481a8808 (patch)
tree234bd8367c8199b96e4cb369a119ad5e42bc5f1b /sysdeps
parent217fc747ff8ce46df736f0b975d7082753219391 (diff)
downloadglibc-9fbdeb410d7d7e7383b20b71da4dd4bd481a8808.tar.gz
glibc-9fbdeb410d7d7e7383b20b71da4dd4bd481a8808.tar.xz
glibc-9fbdeb410d7d7e7383b20b71da4dd4bd481a8808.zip
Update.
	* elf/dl-runtime.c: Inlcude <sys/param.h>.

	* elf/Makefile (headers): Add bits/link.h.

2005-01-09  Andreas Schwab  <schwab@suse.de>

	* elf/rtld.c (dl_main): Create main_map with __RTLD_OPENEXEC.

2005-01-09  Andreas Jaeger  <aj@suse.de>

	* time/strptime_l.c (__strptime_internal): Add braces to avoid
	warning.

	* sysdeps/x86_64/bits/link.h: Use vector_size for GCC 4.0.

	* elf/rtld.c (dl_main): Call _dl_add_to_slotinfo only if USE_TLS.

2005-01-08  Jakub Jelinek  <jakub@redhat.com>

	* elf/Makefile (generated): Add tst-pie1{,.out,.o}.

2005-01-09  Ulrich Drepper  <drepper@redhat.com>
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/x86_64/bits/link.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/x86_64/bits/link.h b/sysdeps/x86_64/bits/link.h
index 87c17eb406..142335699f 100644
--- a/sysdeps/x86_64/bits/link.h
+++ b/sysdeps/x86_64/bits/link.h
@@ -63,7 +63,12 @@ __END_DECLS
 #else
 
 /* Registers for entry into PLT on x86-64.  */
+# if __GNUC_PREREQ (4,0)
+typedef float La_x86_64_xmm __attribute__ ((vector_size (16)));
+# else
 typedef float La_x86_64_xmm __attribute__ ((__mode__ (__V4SF__)));
+# endif
+
 typedef struct La_x86_64_regs
 {
   uint64_t lr_rdx;