]> granicus.if.org Git - yasm/commit
Add support for second parameter (fill value) to .org directive in GAS
authorPeter Johnson <peter@tortall.net>
Fri, 20 Jul 2007 03:40:59 +0000 (03:40 -0000)
committerPeter Johnson <peter@tortall.net>
Fri, 20 Jul 2007 03:40:59 +0000 (03:40 -0000)
commit36cdd57be284e60685a03c6016b3268711a21eb8
tree5425bc776db368e6030582d8ccef6d6dff6fd9b8
parent328320cc2b038a4f486655b9244a8c0b3facc56b
Add support for second parameter (fill value) to .org directive in GAS
parser.

Add testcase for both local labels and .org fill.

Noticed by: Jung Lee <moorang@gmail.com>
Testcase from: Xiaoming Mo <xiaoming.mo@skelix.org>

svn path=/trunk/yasm/; revision=1899
libyasm/bc-org.c
libyasm/bytecode.h
modules/parsers/gas/gas-parse.c
modules/parsers/gas/tests/bin/Makefile.inc
modules/parsers/gas/tests/bin/gas-llabel.asm [new file with mode: 0644]
modules/parsers/gas/tests/bin/gas-llabel.hex [new file with mode: 0644]
tools/python-yasm/bytecode.pxi