sim: synacor: simplify test generation
authorMike Frysinger <vapier@gentoo.org>
Wed, 10 Nov 2021 06:10:00 +0000 (01:10 -0500)
committerMike Frysinger <vapier@gentoo.org>
Thu, 11 Nov 2021 02:45:43 +0000 (21:45 -0500)
commit23ec4a527d8554c7f09ee7683e6474175bd23b72
tree808a028912ceaab638131f8427e979e09c98ecfb
parent2ec453b566acf1bb9e972e0f1a8ccafedae5fef6
sim: synacor: simplify test generation

Objcopy was used to create a binary file of just the executable code
since the environment requires code to based at address 0.  We can
accomplish the same thing with the -Ttext=0 flag, so switch to that
to get rid of custom logic.
sim/testsuite/example-synacor/allinsn.exp
sim/testsuite/lib/sim-defs.exp