Age | Commit message (Collapse) | Author | Files | Lines |
|
Resolves #51
|
|
|
|
No Examine Target
|
|
|
|
|
|
|
|
|
|
Debug 0.13 Tests
|
|
|
|
Spike appears to have a problem geterating DTS at 0x80000000.
|
|
|
|
|
|
|
|
Get the test running on Spike again
|
|
|
|
|
|
|
|
|
|
|
|
This is the most reliable way to run the tests for now.
|
|
Without this programs won't run.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(actually it just gets an exception anyway).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I've added an additional linker relaxation that relaxes two instruction
pc-relative sequences to one instruction gp relative sequences when
possible. This sequence now optimizes the initial gp generation to
mv gp, gp
which is obviously bogus. The fix is to disable relaxations when
setting up gp, preventing the linker from relaxing away this setup code.
|
|
This changed a while ago in binutils.
|
|
|