From: David Edelsohn Date: Tue, 13 Nov 2012 03:14:28 +0000 (+0000) Subject: * asan.c: Include tm_p.h X-Git-Tag: releases/gcc-4.8.0~2048 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7f71fad91865a7efecac5d8e82c2f4ac52950363;p=thirdparty%2Fgcc.git * asan.c: Include tm_p.h From-SVN: r193466 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9cad8079d26b..dff80110bc4d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2012-11-12 David Edelsohn + + * asan.c: Include tm_p.h + 2012-11-12 John David Anglin PR target/55195 diff --git a/gcc/asan.c b/gcc/asan.c index 6e7f20f7189a..1bd4cfd5cade 100644 --- a/gcc/asan.c +++ b/gcc/asan.c @@ -32,6 +32,7 @@ along with GCC; see the file COPYING3. If not see #include "expr.h" #include "optabs.h" #include "output.h" +#include "tm_p.h" /* AddressSanitizer finds out-of-bounds and use-after-free bugs with <2x slowdown on average.