aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2011-06-10 23:37:35 -0700
committerRoland McGrath <roland@hack.frob.com>2011-06-10 23:37:35 -0700
commitdecd4e50b6faa6b148fe7ef99536ba9f95183a00 (patch)
tree2b8da73e37d4f05953b528de4aa3d0c1ed8a44a1 /ChangeLog
parent5615eaf26469f20c2d8c3be5770e12564a1edfff (diff)
downloadglibc-decd4e50b6faa6b148fe7ef99536ba9f95183a00.tar
glibc-decd4e50b6faa6b148fe7ef99536ba9f95183a00.tar.gz
glibc-decd4e50b6faa6b148fe7ef99536ba9f95183a00.tar.bz2
glibc-decd4e50b6faa6b148fe7ef99536ba9f95183a00.zip
Better detect total failure of linker script generation.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d30749675..604619f209 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2011-06-10 Roland McGrath <roland@hack.frob.com>
+ * Makerules (shlib.lds): Fail if the linker script comes out empty.
+ * elf/Makefile ($(objpfx)ld.so): Likewise.
+
* Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
Don't list ld.so twice in dependencies.