mcg now uses dataf4 and dataf8 to emit floating point constants, and so doesn't
authorDavid Given <dg@cowlark.com>
Wed, 12 Sep 2018 21:19:32 +0000 (23:19 +0200)
committerDavid Given <dg@cowlark.com>
Wed, 12 Sep 2018 21:19:32 +0000 (23:19 +0200)
commit642956fa2f37086f782c1acfb5582010d3fc5dc1
tree21eac2c8c7811677fd1b033c9732699fb22492f8
parent8105281534e29d071f2ad228705114faeb45d092
mcg now uses dataf4 and dataf8 to emit floating point constants, and so doesn't
need flt_arith any more. (And also generates them correctly on little-endian
systems.) as now parses numbers properly, doesn't trash memory all over the
place, and can handle negative numbers.
mach/proto/as/comm1.h
mach/proto/as/comm2.y
mach/proto/as/comm5.c
mach/proto/as/comm7.c
mach/proto/mcg/build.lua
mach/proto/mcg/data.c
mach/proto/mcg/mcg.h