From 148d3c43bee8cfe438a60f7e86732edf2cbf8d43 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 9 Jun 1999 02:44:17 +0000 Subject: * readelf.c (dump_section): Cast bfd_vma values to [unsigned] long for printing, in case it is wider than long. (display_block): Likewise. (read_and_display_attr): Likewise. (decode_location_expression): Likewise. Don't depend on evaluation order. --- binutils/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'binutils/ChangeLog') diff --git a/binutils/ChangeLog b/binutils/ChangeLog index e376385..79a2123 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,12 @@ +Wed Jun 9 11:40:16 1999 Andreas Schwab + + * readelf.c (dump_section): Cast values from byte_get to + [unsigned] long for printing, in case it is wider than long. + (display_block): Likewise. + (read_and_display_attr): Likewise. + (decode_location_expression): Likewise. Don't depend on + evaluation order. + Mon Jun 7 12:14:57 1999 Andreas Schwab * windres.c (usage): Fix typo. -- cgit v1.1