Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bugs in llvm-objdump printing the last word for -section in non i386 and ↵ | Kevin Enderby | 2016-04-27 | 1 | -0/+0 |
| | | | | | | | | | | | x86 files. Two problems, 1) for the last 4 bytes it would print them as separate bytes not a word and 2) it would print the same last byte for those bytes less than a word. rdar://25938224 llvm-svn: 267819 | ||||
* | Fix a bug in llvm-objdump printing of 32-bit addresses for -section in non ↵ | Kevin Enderby | 2016-04-27 | 1 | -0/+0 |
i386 and x86 files. rdar://25896202 llvm-svn: 267807 |