commit | 8f5ef7c74ac778a16a89bc054e316dcade304784 | [log] [tgz] |
---|---|---|
author | Nicholas Piggin <npiggin@gmail.com> | Thu Jun 22 22:39:27 2017 +1000 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Jun 30 09:03:03 2017 +0900 |
tree | d1ab6c6bcee5caf9fa4ef33cdb328b85ffecf6b4 | |
parent | 3a166fc2d4ef7a6b7e440271ee6bd1799c066605 [diff] |
sh: thin archives fix linking The VDSO symbols can't be linked into built-in.o when building with thin archives, so change this to linking a new object file that is included into the built-in.o. Cc: Yoshinori Sato <ysato@users.sourceforge.jp> Cc: Rich Felker <dalias@libc.org> Cc: linux-sh@vger.kernel.org Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>