aboutsummaryrefslogtreecommitdiff
path: root/gcc/coverage.c
diff options
context:
space:
mode:
authorDavid Edelsohn <edelsohn@gnu.org>2008-10-16 11:57:26 +0000
committerDavid Edelsohn <edelsohn@gnu.org>2008-10-16 11:57:26 +0000
commit3145d151db5b138c00bfe94314a25c2994ca4335 (patch)
tree6681f468870449e9307fcf2ec9d0d70973345fd9 /gcc/coverage.c
parent665181e1a7e1ed1268f90754a6ee2c9e0f948af7 (diff)
gcc/
PR target/35483 * Makefile.in (coverage.o): Depend on $(TM_P_H). * coverage.c: Include tm_p.h. * config/rs6000/x-aix (jc1): Override LDFLAGS. * config/rs6000/xcoff.h (ASM_GENERATE_INTERNAL_LABEL): Strip dollar signs from PREFIX. * config/rs6000/rs6000.c (output_toc): Use RS6000_OUTPUT_BASENAME instead of manual strip_name_encoding. java/ PR target/35483 * Make-lang.in (class.o): Depend on $(TM_P_H). (expr.o): Same. * class.c: Include tm_p.h. * expr.c: Include tm_p.h. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@141170 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/coverage.c')
-rw-r--r--gcc/coverage.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/coverage.c b/gcc/coverage.c
index 2d4f791bc58..b2ac87651d3 100644
--- a/gcc/coverage.c
+++ b/gcc/coverage.c
@@ -38,6 +38,7 @@ along with GCC; see the file COPYING3. If not see
#include "expr.h"
#include "function.h"
#include "toplev.h"
+#include "tm_p.h"
#include "ggc.h"
#include "coverage.h"
#include "langhooks.h"