Remove Target::writeThunk.
authorRui Ueyama <ruiu@google.com>
Sat, 9 Jul 2016 22:52:32 +0000 (22:52 +0000)
committerRui Ueyama <ruiu@google.com>
Sat, 9 Jul 2016 22:52:32 +0000 (22:52 +0000)
commite2efadced79abdd23f0a6b2c40880f943db56663
treea18805f1629b73c320b8525ae91584e543084a48
parent3d2bbb13d0bd15d2dc5c7038447a398dbf40d2a9
Remove Target::writeThunk.

Only MipsThunk were using the function, and the way how it wrote
thunk contents was different from ARM thunks. This patch makes
them consistent.

llvm-svn: 274997
lld/ELF/Target.cpp
lld/ELF/Target.h
lld/ELF/Thunks.cpp