* asan.c: Include tm_p.h

From-SVN: r193466
This commit is contained in:
David Edelsohn 2012-11-13 03:14:28 +00:00 committed by David Edelsohn
parent 3c31b9b46a
commit 7f71fad918
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2012-11-12 David Edelsohn <dje.gcc@gmail.com>
* asan.c: Include tm_p.h
2012-11-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR target/55195

View file

@ -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.