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
boehm.c
builtins.c
class.c
config-lang.in
constants.c
decl.c
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
java-except.h
java-gimplify.c
java-opcodes.h
java-tree.def
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
javaop.h
jcf-depend.c
jcf-dump.c Index: gcc/java/ChangeLog 2007-05-18 23:05:50 +00:00
jcf-io.c
jcf-parse.c
jcf-path.c
jcf-reader.c
jcf.h
jvgenmain.c
jvspec.c
lang-specs.h
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
mangle.c
mangle_name.c
parse.h
resource.c
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