diff options
author | George Rimar <grimar@accesssoftek.com> | 2019-09-13 08:56:28 +0000 |
---|---|---|
committer | George Rimar <grimar@accesssoftek.com> | 2019-09-13 08:56:28 +0000 |
commit | d70690833908f1fbb1fce1d18831901594e43860 (patch) | |
tree | 29f8bc6c89ea551d9f1713afb9883d9bd04b070c /lldb/source/Commands/CommandObjectFrame.cpp | |
parent | 570c50aa922e39c91266aba0b68005cdb8aaebb4 (diff) | |
download | llvm-d70690833908f1fbb1fce1d18831901594e43860.zip llvm-d70690833908f1fbb1fce1d18831901594e43860.tar.gz llvm-d70690833908f1fbb1fce1d18831901594e43860.tar.bz2 |
[llvm-objdump] Fix llvm-objdump --all-headers output order
Patch by Justice Adams!
Made llvm-objdump --all-headers output match the order of GNU objdump for compatibility reasons.
Old order of the headers output:
* file header
* section header table
* symbol table
* program header table
* dynamic section
New order of the headers output (GNU compatible):
* file header information
* program header table
* dynamic section
* section header table
* symbol table
(Relevant BugZilla Bug: https://bugs.llvm.org/show_bug.cgi?id=41830)
Differential revision: https://reviews.llvm.org/D67357
llvm-svn: 371826
Diffstat (limited to 'lldb/source/Commands/CommandObjectFrame.cpp')
0 files changed, 0 insertions, 0 deletions