From 442f40184cbd2031b28e39cbe4f533db58cb540d Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Fri, 24 Apr 1998 04:03:15 -0600 Subject: [PATCH] dbxout.c (dbxout_type_fields): Use HOST_WIDE_INT_PRINT_DEC appropriately. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit � * 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 --- gcc/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 053a25ff387..85d4b24a755 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 * (gen_shl_and, in case 1): Fix comparison with mask. -- 2.30.2