From: Ulrich Drepper Date: Fri, 20 Feb 2004 20:14:00 +0000 (+0000) Subject: (DL_ARGV_NOT_RELRO): Remove. X-Git-Tag: upstream/2.30~10627^2~1230 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f742623a42855372127e838fc5acd1a86539e7a6;p=external%2Fglibc.git (DL_ARGV_NOT_RELRO): Remove. --- diff --git a/sysdeps/alpha/dl-machine.h b/sysdeps/alpha/dl-machine.h index cf96b77..3616fae 100644 --- a/sysdeps/alpha/dl-machine.h +++ b/sysdeps/alpha/dl-machine.h @@ -293,10 +293,6 @@ 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. */