aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>1999-06-09 02:44:17 +0000
committerAndreas Schwab <schwab@linux-m68k.org>1999-06-09 02:44:17 +0000
commit148d3c43bee8cfe438a60f7e86732edf2cbf8d43 (patch)
tree1caeab9789e8453357990b45a4d3876286caa18d /binutils/ChangeLog
parent6027a0b892f65d24bf6eda685a644459627be73f (diff)
downloadgdb-148d3c43bee8cfe438a60f7e86732edf2cbf8d43.zip
gdb-148d3c43bee8cfe438a60f7e86732edf2cbf8d43.tar.gz
gdb-148d3c43bee8cfe438a60f7e86732edf2cbf8d43.tar.bz2
* 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.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog9
1 files changed, 9 insertions, 0 deletions
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 <schwab@issan.cs.uni-dortmund.de>
+
+ * 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 <schwab@issan.cs.uni-dortmund.de>
* windres.c (usage): Fix typo.