diff options
author | Roland McGrath <roland@hack.frob.com> | 2013-06-13 10:26:44 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2013-06-13 10:26:44 -0700 |
commit | f4a29fba078c48f9d4c78d06d2ed4bbdf95b3763 (patch) | |
tree | 251e7987f875cdfb88161aa46186fb35995e8d86 /ChangeLog | |
parent | ad36ba2bd67398edefe31aa039090912f76bffce (diff) | |
download | glibc-f4a29fba078c48f9d4c78d06d2ed4bbdf95b3763.tar.gz glibc-f4a29fba078c48f9d4c78d06d2ed4bbdf95b3763.tar.xz glibc-f4a29fba078c48f9d4c78d06d2ed4bbdf95b3763.zip |
Don't let ld.so that failed its sanity check land in place.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 1a828ef313..b32cced76f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-06-13 Roland McGrath <roland@hack.frob.com> + + * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move + it into place only when and if the sanity check passes. + 2013-06-13 Joseph Myers <joseph@codesourcery.com> * stdlib/gen-tst-strtod-round.c (round_str): Always generate |