test/reldef.asm: add some global symbols

Make some symbols global for more testing.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
This commit is contained in:
H. Peter Anvin 2017-06-22 18:39:52 -07:00
parent f61dd0fdbb
commit 8a6903c43d

View file

@ -8,6 +8,9 @@
bar: resd 0
%endif
global start
global foo
section .rodata
rod1: dd 0x01234567
rod2: dd 0x89abcdef