]> granicus.if.org Git - yasm/commit
Follow NASM after all in only turning off default RIP-rel for FS and GS,
authorPeter Johnson <peter@tortall.net>
Thu, 20 Sep 2007 05:15:29 +0000 (05:15 -0000)
committerPeter Johnson <peter@tortall.net>
Thu, 20 Sep 2007 05:15:29 +0000 (05:15 -0000)
commit314cbfd3efd311d6fef2d69150c19bc28cd86da7
tree19a1024157ca1725ba90245c12692cffa48d8c44
parent4db86bc131a8b1551530020279d0ac68de31ed4c
Follow NASM after all in only turning off default RIP-rel for FS and GS,
not all segment registers.  FS and GS are the only ones which can have
a segment base != 0.

svn path=/trunk/yasm/; revision=1971
modules/arch/x86/tests/Makefile.inc
modules/arch/x86/tests/riprel2.asm
modules/arch/x86/tests/riprel2.hex
modules/arch/x86/tests/ripseg.asm [new file with mode: 0644]
modules/arch/x86/tests/ripseg.errwarn [new file with mode: 0644]
modules/arch/x86/tests/ripseg.hex [new file with mode: 0644]
modules/arch/x86/x86id.c
modules/parsers/nasm/nasm-parse.c