]> granicus.if.org Git - yasm/commit
Fix #97: Support right-shifted symbols in binary output (the root cause).
authorPeter Johnson <peter@tortall.net>
Sun, 28 Jan 2007 00:47:16 +0000 (00:47 -0000)
committerPeter Johnson <peter@tortall.net>
Sun, 28 Jan 2007 00:47:16 +0000 (00:47 -0000)
commit9bbc4a49265bd75341dec890502a2061811bbd80
tree9217c654611ce36553c67c1c58755e7408a98b21
parent763687f8bde3c6ce671b5762413a413e7f4e199c
Fix #97: Support right-shifted symbols in binary output (the root cause).

Also fix the symptom by checking for non-NULL value->rel.

svn path=/trunk/yasm/; revision=1744
modules/objfmts/bin/bin-objfmt.c
modules/objfmts/bin/tests/Makefile.inc
modules/objfmts/bin/tests/shr.asm [new file with mode: 0644]
modules/objfmts/bin/tests/shr.hex [new file with mode: 0644]