about summary refs log tree commit diff
path: root/nptl/sysdeps/unix/sysv/linux
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-02-20 20:12:35 +0000
committerUlrich Drepper <drepper@redhat.com>2004-02-20 20:12:35 +0000
commit6e21902ab82e353c3701583c4ee688c45dbb78d7 (patch)
tree5deccaa65cf30e649e7aa8de75b860437f1b6ac5 /nptl/sysdeps/unix/sysv/linux
parent11986c680d9ff586617955fc6b05c27f027baeaf (diff)
downloadglibc-6e21902ab82e353c3701583c4ee688c45dbb78d7.tar.gz
glibc-6e21902ab82e353c3701583c4ee688c45dbb78d7.tar.xz
glibc-6e21902ab82e353c3701583c4ee688c45dbb78d7.zip
Update.
2004-02-20  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/unix/sysv/linux/ia64/dl-sysdep.h (DL_ARGV_NOT_RELRO): Define.
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux')
-rw-r--r--nptl/sysdeps/unix/sysv/linux/ia64/dl-sysdep.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/ia64/dl-sysdep.h b/nptl/sysdeps/unix/sysv/linux/ia64/dl-sysdep.h
index e499be1e49..af835c44b1 100644
--- a/nptl/sysdeps/unix/sysv/linux/ia64/dl-sysdep.h
+++ b/nptl/sysdeps/unix/sysv/linux/ia64/dl-sysdep.h
@@ -1,5 +1,5 @@
 /* System-specific settings for dynamic linker code.  IA-64 version.
-   Copyright (C) 2003 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -61,4 +61,8 @@ extern int _dl_sysinfo_break attribute_hidden;
        ".previous");
 #endif
 
+/* _dl_argv cannot be attribute_relro, because _dl_start_user
+   might write into it after _dl_start returns.  */
+#define DL_ARGV_NOT_RELRO 1
+
 #endif	/* dl-sysdep.h */