In particular allow explict exporting of __stack_pointer but
exclude this from --export-all to avoid requiring the mutable
globals feature whenenve --export-all is used.
This uncovered a bug in populateTargetFeatures regarding checking
if the mutable-globals feature is allowed.
Oops! Nice catch.