mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-30 06:19:45 +00:00
The FIXME was indeed fixed in the linker, comment removed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193402 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -126,10 +126,6 @@ void RTDyldMemoryManager::registerEHFrames(uint8_t *Addr,
|
|||||||
|
|
||||||
// How can it find the end? Because crtendS.o is linked
|
// How can it find the end? Because crtendS.o is linked
|
||||||
// in and it has an .eh_frame section with four zero chars.
|
// in and it has an .eh_frame section with four zero chars.
|
||||||
// FIXME: make sure EH frame is followed by four zero bytes.
|
|
||||||
// This should be done in the linker RuntimeDyldELF::getEHFrameSection(),
|
|
||||||
// return pointer to .eh_frame properly appended by four zero bytes.
|
|
||||||
// If the linker can not fixed, do it here.
|
|
||||||
__register_frame(Addr);
|
__register_frame(Addr);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user