From d09580b1e6c3158fd00a41e71ec5a4ace9f0a2fe Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Fri, 26 Mar 2010 09:51:57 -0700 Subject: Mark _dl_random attribute_relro in the header file. It's already so marked in dl-sysdep.c. Failure to so mark in the header file leads the compiler to believe that the variable should be addressable via the .sdata section. Signed-off-by: Richard Henderson --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 367eafd7ad..cce81c2690 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-03-26 Richard Henderson + + * sysdeps/generic/ldsodefs.h (_dl_random): Mark attribute_relro; + 2010-03-26 Richard Henderson * stdio-common/psiginfo.c (psiginfo): Fix printf format -- cgit v1.2.3