0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-10-10 00:25:06 -04:00
Files
nasm/travis/test/vmread.err.stderr
H. Peter Anvin c719835357 Officially deprecate implicit DEFAULT ABS, add DEFAULT [FS|GS]:[ABS|REL]
Making DEFAULT ABS the default for 64-bit mode was a real
mistake. Issue a warning so we can eventually change it.

Support making FS: and GS: references also be REL by default.

Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
2025-09-13 23:15:47 -07:00

8 lines
551 B
Plaintext

./travis/test/vmread.asm:8: warning: implicit DEFAULT ABS is deprecated [-w+implicit-abs-deprecated]
./travis/test/vmread.asm:15: error: invalid operand sizes for instruction
./travis/test/vmread.asm:16: error: invalid operand sizes for instruction
./travis/test/vmread.asm:19: error: instruction not supported in 64-bit mode
./travis/test/vmread.asm:20: error: instruction not supported in 64-bit mode
./travis/test/vmread.asm:22: error: invalid operand sizes for instruction
./travis/test/vmread.asm:23: error: invalid operand sizes for instruction