From 873545aa33705bfc15c8314fcaac9d759211d755 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 21 Feb 2005 02:55:56 +0000 Subject: * readelf.c (BYTE_GET8): Delete. Replace uses with BYTE_GET. (byte_get_little_endian): Don't handle size of -8. (byte_get_signed, byte_get_big_endian): Likewise. (print_dec_vma, print_hex_vma): New functions. (print_vma): Use them. Return chars output. (get_dynamic_data): Return a bfd_vma array. Add ent_size parm. (process_symbol_table): Handle alpha and s390 .hash. --- binutils/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'binutils/ChangeLog') diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 12837ea537..7978950e0b 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,13 @@ +2005-02-21 Alan Modra + + * readelf.c (BYTE_GET8): Delete. Replace uses with BYTE_GET. + (byte_get_little_endian): Don't handle size of -8. + (byte_get_signed, byte_get_big_endian): Likewise. + (print_dec_vma, print_hex_vma): New functions. + (print_vma): Use them. Return chars output. + (get_dynamic_data): Return a bfd_vma array. Add ent_size parm. + (process_symbol_table): Handle alpha and s390 .hash. + 2005-02-18 H.J. Lu * readelf.c (display_debug_loc): Print out offset for end of -- cgit v1.2.1