aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-objdump/llvm-objdump.cpp
diff options
context:
space:
mode:
authorDaniel Sanders <daniel.sanders@imgtec.com>2014-07-14 14:02:14 +0000
committerDaniel Sanders <daniel.sanders@imgtec.com>2014-07-14 14:02:14 +0000
commit8e254166e1d23bc5a8430f83a23153782961b007 (patch)
treeeb612406f2e8250cb5803b9ef7e7c762d85f8012 /llvm/tools/llvm-objdump/llvm-objdump.cpp
parent7ddb0ab85f04f56371ae948052188d968725b8b7 (diff)
downloadllvm-8e254166e1d23bc5a8430f83a23153782961b007.zip
llvm-8e254166e1d23bc5a8430f83a23153782961b007.tar.gz
llvm-8e254166e1d23bc5a8430f83a23153782961b007.tar.bz2
[mips] Correct section alignments and EntrySizes for .bss, .text, .data, .reginfo, .MIPS.options, and .MIPS.abiflags
Summary: .bss, .text, and .data are at least 16-byte aligned. .reginfo is 4-byte aligned and has a 24-byte EntrySize. .MIPS.abiflags has an 24-byte EntrySize. .MIPS.options is 8-byte aligned and has 1-byte EntrySize. Using a 1-byte EntrySize for .MIPS.options seems strange because the records are neither 1-byte long nor fixed-length but this matches the value that GAS emits. Differential Revision: http://reviews.llvm.org/D4487 llvm-svn: 212939
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions