diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-04-24 04:03:15 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-04-24 04:03:15 -0600 |
commit | 442f40184cbd2031b28e39cbe4f533db58cb540d (patch) | |
tree | e5640dd2096536f95fe3e8d0267f32704df86fba /gcc | |
parent | 7174c937fb126a9bb5819c1954417282083352a0 (diff) | |
download | gcc-442f40184cbd2031b28e39cbe4f533db58cb540d.zip gcc-442f40184cbd2031b28e39cbe4f533db58cb540d.tar.gz gcc-442f40184cbd2031b28e39cbe4f533db58cb540d.tar.bz2 |
dbxout.c (dbxout_type_fields): Use HOST_WIDE_INT_PRINT_DEC appropriately.
�
* dbxout.c (dbxout_type_fields): Use HOST_WIDE_INT_PRINT_DEC
appropriately.
(dbxout_type_method_1, dbxout_type): Likewise.
(print_int_cst_octal, print_octal, dbxout_symbol): Likewise.
(dbxout_type): Fix check for when to print a type range in
octal vs decimal.
From-SVN: r19401
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 053a25f..85d4b24 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,12 @@ +Fri Apr 24 11:00:18 1998 Jeffrey A Law (law@cygnus.com) + + * dbxout.c (dbxout_type_fields): Use HOST_WIDE_INT_PRINT_DEC + appropriately. + (dbxout_type_method_1, dbxout_type): Likewise. + (print_int_cst_octal, print_octal, dbxout_symbol): Likewise. + (dbxout_type): Fix check for when to print a type range in + octal vs decimal. + Fri Apr 24 16:45:03 1998 J"orn Rennecke <amylaar@cygnus.co.uk> * (gen_shl_and, in case 1): Fix comparison with mask. |