Index: gcc/java/ChangeLog
authorGeoffrey Keating <geoffk@apple.com>
Fri, 18 May 2007 23:05:50 +0000 (23:05 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Fri, 18 May 2007 23:05:50 +0000 (23:05 +0000)
commit8d5b1b6786f06627ed76c705ce742b10f4ccd059
tree8ae71f8ebd710043f6c88db05c9fe55db40aecfc
parentca0d5e024bf3dbf480927c1a00169843fe608b2c
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
gcc/ChangeLog
gcc/cp/ChangeLog
gcc/cp/mangle.c
gcc/dwarf2out.c
gcc/java/ChangeLog
gcc/java/jcf-dump.c
gcc/sched-vis.c
gcc/tree-dump.c