]> granicus.if.org Git - yasm/commit
Make output endian-tolerant by making intnum and floatnum output functions for
authorPeter Johnson <peter@tortall.net>
Sun, 6 Oct 2002 19:43:51 +0000 (19:43 -0000)
committerPeter Johnson <peter@tortall.net>
Sun, 6 Oct 2002 19:43:51 +0000 (19:43 -0000)
commit494ed1738d2360685d6c03661f51edbf75c0f7ff
tree932c54fcbc99ce4e7b39874a18ab9bd970e5dcee
parentd1f5de8d450bcf307698cb5718cd168e2a5fe83f
Make output endian-tolerant by making intnum and floatnum output functions for
arch.  This will also simplify other objfmt expr output functions.  Change
file functions to use bits instead of byte/short/long, and create both little
and big endian versions.  This name change caused changes in several other
files.

svn path=/trunk/yasm/; revision=747
22 files changed:
libyasm/arch.h
libyasm/bytecode.c
libyasm/file.c
libyasm/file.h
libyasm/floatnum.c
libyasm/intnum.c
modules/arch/x86/x86arch.c
modules/arch/x86/x86arch.h
modules/arch/x86/x86bc.c
modules/arch/x86/x86expr.c
modules/objfmts/bin/bin-objfmt.c
src/arch.h
src/arch/x86/x86arch.c
src/arch/x86/x86arch.h
src/arch/x86/x86bc.c
src/arch/x86/x86expr.c
src/bytecode.c
src/file.c
src/file.h
src/floatnum.c
src/intnum.c
src/objfmts/bin/bin-objfmt.c