We were previously always emitting the GOT into __DATA_CONST, even for
target platforms where it should end up in __DATA.
I stumbled onto this while trying to use the class-dump tool -- with
the wrong segment names, it fails to locate the ObjC runtime info and
therefore fails to dump any classes.
it's still not quite correct to unconditionally put it in non-const, though.
(there's the -data_const flag for one )