Kevin
Kevin
Oh, whoops. I just realized that e595501 is buggy. If the capitalization doesn't match between the `-definelabel` on the command line and the usage in the file, ARMIPS doesn't recognize...
I rebased against the most recent master (though admittedly there were no conflicts). Also, I forgot to mention when I initially posted this, but if there's some compelling technical reason...
I meant to respond to this much earlier, sorry. The reason I couldn't personally use `-sym2` was because mGBA doesn't understand the format including function sizes, and I couldn't use...
Because it is at least possible that changing `-sym`'s behavior would break someone's workflow, I implemented a `-sym3` that behaves as a case-preserving `-sym`, as I had suggested before. You...
The bug also manifests like this: ``` .gba .thumb .create "test.gba", 0x08000000 .ifdef NOT_DEFINED .importobj "nonexistant.o" .endif .close ``` If `nonexistent.o` doesn't exist, ARMIPS will nonsensically complain about `error: Could...