Previously, we were printing out something like this for
sections/symbols with alignment 16
0000000000201000 0000000000000182 10 .data
which I think confusing. I think printing it in decimal is
better.
Paths
| Differential D29258
Print alignment in decimal instead of hexadecimal. ClosedPublic Authored by ruiu on Jan 28 2017, 5:24 PM.
Details Summary Previously, we were printing out something like this for 0000000000201000 0000000000000182 10 .data which I think confusing. I think printing it in decimal is
Diff Detail
Event TimelineClosed by commit rL293685: Print alignment in decimal instead of hexadecimal. (authored by ruiu). · Explain WhyJan 31 2017, 12:53 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 86480 lld/trunk/COFF/MapFile.cpp
lld/trunk/ELF/MapFile.cpp
lld/trunk/test/COFF/lldmap.test
lld/trunk/test/ELF/map-file.s
|