Add a test (currently failing) to check that Pascal char sets can store all 256
authorDavid Given <dg@cowlark.com>
Sun, 15 Jan 2017 21:28:14 +0000 (22:28 +0100)
committerDavid Given <dg@cowlark.com>
Sun, 15 Jan 2017 21:28:14 +0000 (22:28 +0100)
commite7e29d34ff53680248f4b733b80bff7a83d2a213
tree30619d227b702139e8e092e5403ee370c163d442
parent1ea46f6afef4c7db32a07b9c539dfa42dce99857
Add a test (currently failing) to check that Pascal char sets can store all 256
possible values. Add the PowerPC ncg and mcg backend support to let the test
actually run, including modifying a bunch of PowrePC libem functions so that
they can be called from both ncg and mcg.
mach/powerpc/libem/ior.s
mach/powerpc/libem/rck.s [new file with mode: 0644]
mach/powerpc/libem/set.s
mach/powerpc/libem/zer.s
mach/powerpc/ncg/table
mach/proto/mcg/treebuilder.c
plat/linuxppc/libsys/trap.s
plat/qemuppc/libsys/trap.s
tests/plat/charsignedness_p.p [new file with mode: 0644]
tests/plat/newdispose_p.p