aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite/d10v-elf/t-macros.i
AgeCommit message (Collapse)AuthorFilesLines
2021-01-15sim: d10v: relocate tests & clean up test harnessMike Frysinger1-233/+0
This is the only target using a dir directly under testsuite/. All others use sim/<arch>/ instead. Relocate it so all targets look the same, and so we can leverage the common test harness. We drop loop.s in the process because it was never referenced and was just 2 lines of code. All other test files are moved & have directives added to the top so that the test harness can invoke them correctly.
2000-01-06import gdb-2000-01-05 snapshotJason Molenda1-5/+68
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+170
1999-04-16Initial creation of sourceware repositoryStan Shebs1-146/+0
1998-02-11Update tests to match recently modified ABIAndrew Cagney1-16/+35
1997-12-03* d10v_sim.h (SEXT56): Define.Andrew Cagney1-0/+127
* simops.c (OP_4201): For "rac", sign extend 56 bit value before it is shifted. * d10v_sim.h (MAX32, MIN32, MASK32, MASK40): Re-define using SIGNED64 macro.