Tweak psect attributes in VMS initialization code.
authorCraig A. Berry <craigberry@mac.com>
Sat, 20 Oct 2012 03:16:17 +0000 (22:16 -0500)
committerCraig A. Berry <craigberry@mac.com>
Sat, 20 Oct 2012 18:38:10 +0000 (13:38 -0500)
commit2646d7b3acfbf62693aa89b516e662afa6eb89c1
tree6f877c8018c5095b51cd17ae5bbb836c01182d7f
parentb3ecbfd38f4ef2dab1907a9460a7cc16dddd97cd
Tweak psect attributes in VMS initialization code.

noexe is the default and older compilers can't process it, so don't
explicitly specify it.

nopic is mandatory but non-default on VAX and is silently ignored
on Alpha and Itanium, so go ahead and specify it explicitly.
vms/vms.c