From 5773a50f410d585fd248ce8d12e5a8ef33c10ed1 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Thu, 16 Oct 2008 11:57:26 +0000 Subject: re PR c++/35483 (GCC on AIX doesn't support dollar in symbols name.) 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. From-SVN: r141170 --- gcc/java/expr.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/java/expr.c') diff --git a/gcc/java/expr.c b/gcc/java/expr.c index e1c0082..858bc93 100644 --- a/gcc/java/expr.c +++ b/gcc/java/expr.c @@ -41,6 +41,7 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "parse.h" #include "toplev.h" #include "except.h" +#include "tm_p.h" #include "ggc.h" #include "tree-iterator.h" #include "gimple.h" -- cgit v1.1