diff options
author | Hendiadyoin1 <leon.a@serenityos.org> | 2022-04-07 14:53:19 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-04-07 16:50:34 +0200 |
commit | f602bbf1359667efa2735bd1c6b95228c8b9c61f (patch) | |
tree | 48f9c4c35dc4317fa18b1613dedbf16c161d7b96 /Userland/Libraries/LibGfx/Triangle.h | |
parent | 5ee85aaa5dba85d2d03d613c976096fdde96095f (diff) | |
download | serenity-f602bbf1359667efa2735bd1c6b95228c8b9c61f.zip |
LibX86+disasm: Use an output format closer to objdump
This mainly does two things,
1. Removes spaces after commas
2. Elides "0x" and leading zeros in most contexts
Remaining differences are:
1. objdump always has memory size annotations
We lack these and probably have some annotations wrong
2. Boolean check names
We use jump-zero, while objdump uses jump-equal for example
3. We sometimes add "00 00" symbols, which objdump elides
4. We always demangle (This is a good thing)
5. We always resolve relocations (This is a good thing)
6. We seem to detect some symbols differently/incorrectly
Diffstat (limited to 'Userland/Libraries/LibGfx/Triangle.h')
0 files changed, 0 insertions, 0 deletions