diff options
author | Tristan Gingold <tristan.gingold@adacore.com> | 2014-03-24 12:37:32 +0100 |
---|---|---|
committer | Tristan Gingold <tristan.gingold@adacore.com> | 2014-03-27 09:35:10 +0100 |
commit | 595330b7cedfac2b073e9ffc6a815221b7121f0c (patch) | |
tree | fd7c02e788cefd58f5cc5c379ab2b12058933b1f /binutils/ChangeLog | |
parent | 467637ade646c54bac41721df4f3509cc98103e4 (diff) | |
download | gdb-595330b7cedfac2b073e9ffc6a815221b7121f0c.zip gdb-595330b7cedfac2b073e9ffc6a815221b7121f0c.tar.gz gdb-595330b7cedfac2b073e9ffc6a815221b7121f0c.tar.bz2 |
objdump: set address of debug sections.
This patche fixes the values of FDE pc in output of objdump -Wf. They now
match readelf ones.
binutils/
* objdump.c (load_specific_debug_section): Set address of section.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 0d9648c..b9fa77d 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -4,6 +4,10 @@ 2014-03-24 Tristan Gingold <gingold@adacore.com> + * objdump.c (load_specific_debug_section): Set address of section. + +2014-03-24 Tristan Gingold <gingold@adacore.com> + * od-macho.c (dump_unwind_encoding_x86): Set the factor. (dump_exe_compact_unwind): Change the condition. Improve indentation. |