diff options
author | Andrew Haley <aph@redhat.com> | 2003-06-10 16:57:46 +0000 |
---|---|---|
committer | Andrew Haley <aph@gcc.gnu.org> | 2003-06-10 16:57:46 +0000 |
commit | dc952677438ef5015c59409c79cf36d9727f2787 (patch) | |
tree | 26381b2b019dd2376a5e5a18cdab2d737b068089 /gcc/java/Make-lang.in | |
parent | e076f71a38f9945415a6dd2b037b20c1de9b6d3b (diff) | |
download | gcc-dc952677438ef5015c59409c79cf36d9727f2787.zip gcc-dc952677438ef5015c59409c79cf36d9727f2787.tar.gz gcc-dc952677438ef5015c59409c79cf36d9727f2787.tar.bz2 |
resource.c (write_resource_constructor): Use expand_expr to generate the address of the label attached to a resource.
2003-06-10 Andrew Haley <aph@redhat.com>
* resource.c (write_resource_constructor): Use expand_expr to
generate the address of the label attached to a resource.
* Make-lang.in (java/resource.o): Add expr.h
From-SVN: r67714
Diffstat (limited to 'gcc/java/Make-lang.in')
-rw-r--r-- | gcc/java/Make-lang.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/Make-lang.in b/gcc/java/Make-lang.in index 18264a6..a4356d7 100644 --- a/gcc/java/Make-lang.in +++ b/gcc/java/Make-lang.in @@ -335,7 +335,7 @@ java/parse-scan.o: $(parsedir)/java/parse-scan.c $(CONFIG_H) $(SYSTEM_H) coretyp $(JAVA_LEX_C) java/parse.h java/lex.h input.h java/resource.o: java/resource.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \ $(JAVA_TREE_H) $(RTL_H) java/jcf.h java/parse.h toplev.h output.h $(GGC_H) \ - $(TARGET_H) function.h gt-java-resource.h + $(TARGET_H) function.h gt-java-resource.h expr.h java/typeck.o: java/typeck.c $(CONFIG_H) $(JAVA_TREE_H) java/jcf.h \ java/convert.h toplev.h $(SYSTEM_H) coretypes.h $(TM_H) $(GGC_H) real.h java/win32-host.o: java/win32-host.c $(CONFIG_H) $(SYSTEM_H) java/jcf.h |