diff options
| author | Richo Healey <richo@psych0tik.net> | 2015-01-10 20:35:22 -0800 |
|---|---|---|
| committer | Richo Healey <richo@psych0tik.net> | 2015-01-11 21:15:19 -0800 |
| commit | 043a4b32d1295583a94f1658d8ccb919727976ba (patch) | |
| tree | 75f5d1c268a33ad479b6822e9d1cebe53284472b | |
| parent | 734093674e59265828c405eff2951fd1ac46e15f (diff) | |
| download | rust-043a4b32d1295583a94f1658d8ccb919727976ba.tar.gz rust-043a4b32d1295583a94f1658d8ccb919727976ba.zip | |
powerpc: Fix extraneous include in rt support
| -rw-r--r-- | src/rt/arch/powerpc/morestack.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rt/arch/powerpc/morestack.S b/src/rt/arch/powerpc/morestack.S index ebacf6f1dc4..2502ac1eb48 100644 --- a/src/rt/arch/powerpc/morestack.S +++ b/src/rt/arch/powerpc/morestack.S @@ -1,5 +1,3 @@ -#include "macros.S" - // Mark stack as non-executable #if defined(__linux__) && defined(__ELF__) .section .note.GNU-stack, "", %progbits |
