- Timestamp:
- Oct 15, 2018 12:52:06 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTLdrMachORelocs-1.S
r55516 r74845 1 1 /* 2 * as - o tstRTLdrMachORelocs-1-as.o tstRTLdrMachORelocs-1.S3 * ld - r -o tstRTLdrMachORelocs-1.o tstRTLdrMachORelocs-1-as.o2 * as -arch x86_64 -mmacosx-version-min=10.7-o tstRTLdrMachORelocs-1-as.o tstRTLdrMachORelocs-1.S 3 * ld -arch x86_64 -r -o tstRTLdrMachORelocs-1.o tstRTLdrMachORelocs-1-as.o 4 4 * tstLdr-3 0x2000 tstRTLdrMachORelocs-1.o 0x2000 > tmp.disas 5 5 * diff tmp.disas tstRTLdrMachORelocs-1.disas … … 52 52 cmpl $99881106, abssym(%rip) 53 53 jmp abssym 54 1193046 = 0x123456 (1193046)+00000000000000dd55 54 56 55 .byte 0x90 … … 64 63 .quad Leh_func_end6 - _g_Data.0 65 64 .byte 0x48, 0xb8 /* movabsq */ 66 .quad Leh_func_end6 - _g_Data.0 + 0x80 65 .quad Leh_func_end6 - _g_Data.0 + 0x80 /* buggy assembler here? (clang-900.0.39.2) */ 67 66 .byte 0x48, 0xb8 /* movabsq */ 68 67 .quad _myfunc6_end - _g_Data.0 … … 84 83 .byte 0xcc 85 84 86 .section __DATA,__data ,regular,pure_instructions85 .section __DATA,__data //,regular,pure_instructions 87 86 .align 3, 0xcc 88 87 _g_Data.0:
Note:
See TracChangeset
for help on using the changeset viewer.