diff options
author | Roland McGrath <roland@hack.frob.com> | 2011-06-10 23:37:35 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2011-06-10 23:37:35 -0700 |
commit | decd4e50b6faa6b148fe7ef99536ba9f95183a00 (patch) | |
tree | 2b8da73e37d4f05953b528de4aa3d0c1ed8a44a1 /ChangeLog | |
parent | 5615eaf26469f20c2d8c3be5770e12564a1edfff (diff) | |
download | glibc-decd4e50b6faa6b148fe7ef99536ba9f95183a00.tar.gz glibc-decd4e50b6faa6b148fe7ef99536ba9f95183a00.tar.xz glibc-decd4e50b6faa6b148fe7ef99536ba9f95183a00.zip |
Better detect total failure of linker script generation.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
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. |