diff options
author | Richard Henderson <rth@twiddle.net> | 2010-03-26 09:51:57 -0700 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2010-03-26 09:51:57 -0700 |
commit | d09580b1e6c3158fd00a41e71ec5a4ace9f0a2fe (patch) | |
tree | 089e90889400bcb7cd647ddbbb97e3bfd4da9d04 /ChangeLog | |
parent | 68cf34be99d6d6241bd25a091d0e511121497ef9 (diff) | |
download | glibc-d09580b1e6c3158fd00a41e71ec5a4ace9f0a2fe.tar.gz glibc-d09580b1e6c3158fd00a41e71ec5a4ace9f0a2fe.tar.xz glibc-d09580b1e6c3158fd00a41e71ec5a4ace9f0a2fe.zip |
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 <rth@twiddle.net>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 367eafd7ad..cce81c2690 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2010-03-26 Richard Henderson <rth@redhat.com> + * sysdeps/generic/ldsodefs.h (_dl_random): Mark attribute_relro; + +2010-03-26 Richard Henderson <rth@redhat.com> + * stdio-common/psiginfo.c (psiginfo): Fix printf format warning for si_band. |