diff options
author | Elliott Hughes <enh@google.com> | 2012-08-08 16:06:51 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2012-08-08 16:06:51 -0700 |
commit | 57e6d9ab48219467bee0ab28a96533f98552581c (patch) | |
tree | c2fd47b36321f2807df9cf97cdc98c1e12cba140 /linker | |
parent | 7812920487070d392984f94c9f80006dad8c198a (diff) | |
download | bionic-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.S | 2 |
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" |