* as.c (show_usage): Document --execstack and --noexecstack.
authorJakub Jelinek <jakub@redhat.com>
Wed, 4 Jun 2003 16:54:45 +0000 (16:54 +0000)
committerJakub Jelinek <jakub@redhat.com>
Wed, 4 Jun 2003 16:54:45 +0000 (16:54 +0000)
commit68d55fe3f008459534e270cc7b54f122846466f9
tree458470a157a612fad7f94e850c86aba03ae3f221
parentb21fd293ac00e7804f1d576440e5bd2e38f1a2a3
* as.c (show_usage): Document --execstack and --noexecstack.
(parse_args): Add --execstack and --noexecstack.
(main): Create .note.GNU-stack section if --execstack or
--noexecstack was given on comand line, set its SHF_EXECINSTR bit.
* as.h (flag_execstack, flag_noexecstack): New.
gas/ChangeLog
gas/as.c
gas/as.h
This page took 0.026799 seconds and 4 git commands to generate.