gcc/gcc/java
Geoffrey Keating 8d5b1b6786 Index: gcc/java/ChangeLog
2007-05-18  Geoffrey Keating  <geoffk@apple.com>

	* jcf-dump.c (HANDLE_MAGIC): Use 'unsigned long' for %lx.
	(print_constant): Likewise.

Index: gcc/ChangeLog
2007-05-18  Geoffrey Keating  <geoffk@apple.com>

	* dwarf2out.c (print_die): Use '%ld' not '%lu' to print a 'long'.
	(output_die): Use 'unsigned long' with %x.
	* sched-vis.c (print_value): Use 'unsigned HOST_WIDE_INT' and
	HOST_WIDE_INT_PRINT_HEX to print HOST_WIDE_INT.
	* tree-dump.c (dump_pointer): Use 'unsigned long' for %lx.

Index: gcc/cp/ChangeLog
2007-05-18  Geoffrey Keating  <geoffk@apple.com>

	* mangle.c (write_real_cst): Use 'unsigned long' for %lx.

From-SVN: r124839
2007-05-18 23:05:50 +00:00
..
ChangeLog Index: gcc/java/ChangeLog 2007-05-18 23:05:50 +00:00
ChangeLog.tree-ssa
Make-lang.in Index: gcc/java/ChangeLog 2007-03-27 01:37:34 +00:00
boehm.c
builtins.c tree.h (enum tree_code_class): Add tcc_vl_exp. 2007-02-15 18:50:49 -05:00
class.c jvgenmain.c (main): Change main to use class$, not class$$. 2007-04-03 15:28:16 +00:00
config-lang.in configure.ac (strict1_warn): Rename to strict_warn. 2007-01-11 10:49:30 +00:00
constants.c expr.c (expand_byte_code): Call cache_this_class_ref() and cache_cpool_data_ref(). 2007-02-02 16:34:17 +00:00
decl.c expr.c (expand_byte_code): Call cache_this_class_ref() and cache_cpool_data_ref(). 2007-02-02 16:34:17 +00:00
except.c
expr.c c-common.c (warnings_for_convert_and_check): Use unsigned_type_for instead of c_common_unsigned_type. 2007-05-14 14:37:17 +00:00
gcj.texi Index: gcc/java/ChangeLog 2007-03-27 01:37:34 +00:00
java-except.h
java-gimplify.c tree.h (enum tree_code_class): Add tcc_vl_exp. 2007-02-15 18:50:49 -05:00
java-opcodes.h
java-tree.def * java-tree.def: Added copyright header. 2007-01-16 22:13:22 +00:00
java-tree.h c-common.c (warnings_for_convert_and_check): Use unsigned_type_for instead of c_common_unsigned_type. 2007-05-14 14:37:17 +00:00
javaop.def * java-tree.h, javaop.def, jcf-parse.c: Fix comment typos. 2007-02-03 16:21:55 +00:00
javaop.h
jcf-depend.c Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
jcf-dump.c Index: gcc/java/ChangeLog 2007-05-18 23:05:50 +00:00
jcf-io.c jcf-io.c (open_class): Copy 'filename'. 2007-04-06 14:28:15 +00:00
jcf-parse.c jvgenmain.c (main): Change main to use class$, not class$$. 2007-04-03 15:28:16 +00:00
jcf-path.c Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
jcf-reader.c Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
jcf.h jcf-dump.c (main): Updated call to find_class. 2007-01-13 04:21:51 +00:00
jvgenmain.c jvgenmain.c (main): Change main to use class$, not class$$. 2007-04-03 15:28:16 +00:00
jvspec.c re PR driver/30714 (gcj driver doesn't recognize files starting with II) 2007-02-06 20:43:55 +00:00
lang-specs.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
lang.c c-common.c (warnings_for_convert_and_check): Use unsigned_type_for instead of c_common_unsigned_type. 2007-05-14 14:37:17 +00:00
lang.opt re PR java/30607 (gcj -I x -C doesn't include x as source dir search patch) 2007-01-29 21:30:10 +00:00
mangle.c Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
mangle_name.c
parse.h Merged gcj-eclipse branch to trunk. 2007-01-09 19:58:05 +00:00
resource.c tree.h (enum tree_code_class): Add tcc_vl_exp. 2007-02-15 18:50:49 -05:00
typeck.c c-common.c (warnings_for_convert_and_check): Use unsigned_type_for instead of c_common_unsigned_type. 2007-05-14 14:37:17 +00:00
verify-glue.c
verify-impl.c
verify.h
win32-host.c
zextract.c
zipfile.h