about summary refs log tree commit diff
path: root/elf
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-07-05 07:35:11 +0000
committerUlrich Drepper <drepper@redhat.com>2004-07-05 07:35:11 +0000
commitc7acde598834e5dc952d516663112741444c97e9 (patch)
tree121c05e250760f5fd0fd48d04844f2ba9fdcfd18 /elf
parent382054020099eb8d0350a305d3719f92317e7912 (diff)
downloadglibc-c7acde598834e5dc952d516663112741444c97e9.tar.gz
glibc-c7acde598834e5dc952d516663112741444c97e9.tar.xz
glibc-c7acde598834e5dc952d516663112741444c97e9.zip
Update.
2004-07-05  Ulrich Drepper  <drepper@redhat.com>

	* elf/rtld.c (dl_main): Mark dyn_temp with attribute_relro.
Diffstat (limited to 'elf')
-rw-r--r--elf/rtld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/rtld.c b/elf/rtld.c
index 31521c6484..2e7a9b6867 100644
--- a/elf/rtld.c
+++ b/elf/rtld.c
@@ -1260,7 +1260,7 @@ ERROR: ld.so: object '%s' from %s cannot be preloaded: ignored.\n",
       struct link_map *l = _dl_new_object ((char *) "", "", lt_library, NULL);
       if (__builtin_expect (l != NULL, 1))
 	{
-	  static ElfW(Dyn) dyn_temp[DL_RO_DYN_TEMP_CNT];
+	  static ElfW(Dyn) dyn_temp[DL_RO_DYN_TEMP_CNT] attribute_relro;
 
 	  l->l_phdr = ((const void *) GLRO(dl_sysinfo_dso)
 		       + GLRO(dl_sysinfo_dso)->e_phoff);