diff options
| author | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-10-16 11:57:26 +0000 |
|---|---|---|
| committer | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-10-16 11:57:26 +0000 |
| commit | f67192ed80f8f3040c6b0ff957f17d5024f837c5 (patch) | |
| tree | 6681f468870449e9307fcf2ec9d0d70973345fd9 /gcc/java/class.c | |
| parent | 2048ea0874d300f0e9339cae437ae5f3ee79101c (diff) | |
| download | ppe42-gcc-f67192ed80f8f3040c6b0ff957f17d5024f837c5.tar.gz ppe42-gcc-f67192ed80f8f3040c6b0ff957f17d5024f837c5.zip | |
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: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141170 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/class.c')
| -rw-r--r-- | gcc/java/class.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/java/class.c b/gcc/java/class.c index 13cc54e024d..edd16f0ad61 100644 --- a/gcc/java/class.c +++ b/gcc/java/class.c @@ -38,6 +38,7 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "output.h" #include "parse.h" #include "function.h" +#include "tm_p.h" #include "ggc.h" #include "stdio.h" #include "target.h" |

