]> granicus.if.org Git - yasm/commit
Make resolve_label() take a symrec * instead of a section * and bytecode *.
authorPeter Johnson <peter@tortall.net>
Wed, 9 Jan 2002 07:23:00 +0000 (07:23 -0000)
committerPeter Johnson <peter@tortall.net>
Wed, 9 Jan 2002 07:23:00 +0000 (07:23 -0000)
commite23d88b9573ff48fd725ed060f7bd063ca0b72fb
treec7f034e0ec692843a4e56b1566711e5fd3720238
parentfea731d3eb782f87a94fb6f660239ab83f7a53fe
Make resolve_label() take a symrec * instead of a section * and bytecode *.
Extend expr_expand_equ() into expr_expand_labelequ() and call resolve_label()
here.

svn path=/trunk/yasm/; revision=440
16 files changed:
libyasm/arch.h
libyasm/bytecode.c
libyasm/bytecode.h
libyasm/expr.c
libyasm/expr.h
modules/arch/x86/x86-int.h
modules/arch/x86/x86bc.c
modules/optimizers/basic/basic-optimizer.c
src/arch.h
src/arch/x86/x86-int.h
src/arch/x86/x86bc.c
src/bytecode.c
src/bytecode.h
src/expr.c
src/expr.h
src/optimizers/basic/basic-optimizer.c