projects
/
external
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2de6922
)
(DL_ARGV_NOT_RELRO): Define.
author
Ulrich Drepper
<drepper@redhat.com>
Fri, 20 Feb 2004 05:41:20 +0000
(
05:41
+0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Fri, 20 Feb 2004 05:41:20 +0000
(
05:41
+0000)
sysdeps/alpha/dl-machine.h
patch
|
blob
|
history
diff --git
a/sysdeps/alpha/dl-machine.h
b/sysdeps/alpha/dl-machine.h
index
3616fae
..
cf96b77
100644
(file)
--- a/
sysdeps/alpha/dl-machine.h
+++ b/
sysdeps/alpha/dl-machine.h
@@
-293,6
+293,10
@@
elf_machine_runtime_setup (struct link_map *l, int lazy, int profile)
strong_alias (_dl_runtime_resolve, _dl_runtime_profile);
#endif
+/* _dl_argv cannot be attribute_relro, because _dl_start_user below
+ might write into it after _dl_start returns. */
+#define DL_ARGV_NOT_RELRO 1
+
/* Initial entry point code for the dynamic linker.
The C function `_dl_start' is the real entry point;
its return value is the user program's entry point. */