diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-06-12 13:30:24 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-06-12 13:30:24 +0000 |
commit | 789be9f7ca6ca68798072cce33e91ffb245a7f07 (patch) | |
tree | 345be7f27ea762712204fcdc8e4f76dbec5c69cc /binutils/ChangeLog | |
parent | 2641b0c9d8425bd318d5d1ca51d14e049ff8ea86 (diff) | |
download | gdb-789be9f7ca6ca68798072cce33e91ffb245a7f07.zip gdb-789be9f7ca6ca68798072cce33e91ffb245a7f07.tar.gz gdb-789be9f7ca6ca68798072cce33e91ffb245a7f07.tar.bz2 |
* readelf.c (get_elf_class): Use correct printf format for type.
(get_data_encoding): Likewise.
(get_osabi_name): Likewise.
(process_file_header): Don't pass an extra argument to printf.
(process_dynamic_segment): Cast dynamic_size to long before
printing.
(decode_location_expression): Cast byte_get to long before
printing.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 79a2123..7353727 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,14 @@ +1999-06-12 Ian Lance Taylor <ian@zembu.com> + + * readelf.c (get_elf_class): Use correct printf format for type. + (get_data_encoding): Likewise. + (get_osabi_name): Likewise. + (process_file_header): Don't pass an extra argument to printf. + (process_dynamic_segment): Cast dynamic_size to long before + printing. + (decode_location_expression): Cast byte_get to long before + printing. + 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 |