summaryrefslogtreecommitdiffstats
path: root/linker
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2012-08-08 16:06:51 -0700
committerElliott Hughes <enh@google.com>2012-08-08 16:06:51 -0700
commit57e6d9ab48219467bee0ab28a96533f98552581c (patch)
treec2fd47b36321f2807df9cf97cdc98c1e12cba140 /linker
parent7812920487070d392984f94c9f80006dad8c198a (diff)
downloadbionic-57e6d9ab48219467bee0ab28a96533f98552581c.zip
bionic-57e6d9ab48219467bee0ab28a96533f98552581c.tar.gz
bionic-57e6d9ab48219467bee0ab28a96533f98552581c.tar.bz2
Fix x86 build.
Change-Id: Ice50ca71a19f3bf26de7cfd4c02075f1e6e0823f
Diffstat (limited to 'linker')
-rw-r--r--linker/arch/x86/begin.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/linker/arch/x86/begin.S b/linker/arch/x86/begin.S
index 0c0fc3d..baa386f 100644
--- a/linker/arch/x86/begin.S
+++ b/linker/arch/x86/begin.S
@@ -44,4 +44,4 @@ _start:
popl %esp
jmp *%eax
-#include "__stack_chk_fail_local.S"
+#include "arch-x86/bionic/__stack_chk_fail_local.S"