]> granicus.if.org Git - yasm/commit
Change handling of res* (no longer require that the entire containing buffer
authorPeter Johnson <peter@tortall.net>
Sun, 5 May 2002 18:18:07 +0000 (18:18 -0000)
committerPeter Johnson <peter@tortall.net>
Sun, 5 May 2002 18:18:07 +0000 (18:18 -0000)
commit58cc15c1d6b1c48344063d6570b10658d96a5a9c
tree2ad992244da4cd5577a41ba602f17aee6f915187
parent20b53b589130e3d8497d5c63c93a3eb8bd40b61c
Change handling of res* (no longer require that the entire containing buffer
be allocated and filled with 0's to write it out).
Other fixes:
 Specifically look for floating point values in res* and multiple exprs.
 One-byte PC-relative displacement *is* legal (short jumps).

svn path=/trunk/yasm/; revision=620
libyasm/bytecode.c
libyasm/bytecode.h
modules/objfmts/bin/bin-objfmt.c
src/bytecode.c
src/bytecode.h
src/objfmts/bin/bin-objfmt.c