Used by kexec-tools (PR46942)
In GNU as, tc-i386.c:output_jump uses 4-byte immediate if a data32 prefix is present.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D88137
[X86] Parse data32 call in .code16 as CALLpcrel32 ClosedPublic Authored by MaskRay on Sep 23 2020, 12:11 AM.
Details Summary Used by kexec-tools (PR46942)
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 23 2020, 6:22 PM Closed by commit rG3d38a975d72c: [X86] Parse data32 call in .code16 as CALLpcrel32 (authored by MaskRay). · Explain WhySep 23 2020, 6:37 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 293662 llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
llvm/test/MC/X86/data-prefix-fail.s
llvm/test/MC/X86/x86-16.s
|