Kingcom / armips

An assembler for various ARM and MIPS platforms. Builds available at http://buildbot.orphis.net/armips/
MIT License
363 stars 77 forks source link

Preserve case of labels provided through -definelabel for -sym2 #165

Closed Zeturic closed 4 years ago

Zeturic commented 4 years ago

As requested in the comments of #155, I extracted only the changes that preserve case of -definelabel labels for use by -sym2.

I also went ahead and deleted -definelabel's printUsage call while I was there since sp1187 had previously mentioned it was superfluous.