Skip to content
Snippets Groups Projects
Commit 5cdc3a4c authored by Jan Kratochvil's avatar Jan Kratochvil Committed by John Koleszar
Browse files

nasm: address labels 'rel label' vice 'wrt rip'

nasm does not support `label wrt rip', it requires `rel label'. It is
still fully compatible with yasm.

Provide nasm compatibility. No binary change by this patch with yasm on
{x86_64,i686}-fedora13-linux-gnu. Few longer opcodes with nasm on
{x86_64,i686}-fedora13-linux-gnu have been checked as safe.

Change-Id: I488773a4e930a56e43b0cc72d867ee5291215f50
parent e114f699
No related branches found
No related tags found
No related merge requests found
Showing
with 369 additions and 369 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment