diff options
author | Nick Clifton <nickc@redhat.com> | 2011-11-28 16:51:09 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2011-11-28 16:51:09 +0000 |
commit | a734115acd31e4fcb8e450bad991d5a51285c994 (patch) | |
tree | a32558a76b89b6c5197e56b9b1dee4c4b3172075 /binutils/ChangeLog | |
parent | 5d9c59954f8b3d17402ac68681556a8f858833e2 (diff) | |
download | ppe42-binutils-a734115acd31e4fcb8e450bad991d5a51285c994.tar.gz ppe42-binutils-a734115acd31e4fcb8e450bad991d5a51285c994.zip |
PR binutils/13421
* readelf.c (arm_section_get_word): Add descriptive comments.
Initliase the rel_type field of the arm_sec structure.
(expand_prel31): Rename to arm_expand_prel31.
(dump_arm_unwind): Use new name.
Print the function name based on the function address entry.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 93a0bc7e27..f17c2f1c94 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,12 @@ +2011-11-28 Nick Clifton <nickc@redhat.com> + + PR binutils/13421 + * readelf.c (arm_section_get_word): Add descriptive comments. + Initliase the rel_type field of the arm_sec structure. + (expand_prel31): Rename to arm_expand_prel31. + (dump_arm_unwind): Use new name. + Print the function name based on the function address entry. + 2011-11-11 Andreas Schwab <schwab@linux-m68k.org> * readelf.c (process_program_headers): Fix typo printing p_memsz |