commit | 5cdc3a4c29c5da43a4c346d57932c1c46068abec | [log] [tgz] |
---|---|---|
author | Jan Kratochvil <jan.kratochvil@redhat.com> | Mon Oct 04 23:18:58 2010 +0200 |
committer | John Koleszar <jkoleszar@google.com> | Mon Oct 04 19:47:54 2010 -0400 |
tree | a3b6514c0d6bd8133c9b9c9e462cbcda2ee991e7 | |
parent | e114f699f654235e05fb1bbd605c35708890d8b8 [diff] |
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