Skip to content
Snippets Groups Projects
Commit b684675a authored by Peter Trommler's avatar Peter Trommler :drum: Committed by Ben Gamari
Browse files

RTS: Use ELF v1 convention on all powerpc64 systems

parent a1e9cd6a
No related branches found
No related tags found
No related merge requests found
......@@ -719,7 +719,6 @@ StgRunIsImplementedInAssembler(void)
#if defined(powerpc64_HOST_ARCH)
#if defined(linux_HOST_OS)
static void GNUC3_ATTRIBUTE(used)
StgRunIsImplementedInAssembler(void)
{
......@@ -841,10 +840,6 @@ StgRunIsImplementedInAssembler(void)
: : "i"(RESERVED_C_STACK_BYTES+304 /*stack frame size*/));
}
#else // linux_HOST_OS
#error Only Linux support for power64 right now.
#endif
#endif
#if defined(powerpc64le_HOST_ARCH)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment