OSDN Git Service

* as.c (show_usage): Document --execstack and --noexecstack.
authorjakub <jakub>
Wed, 4 Jun 2003 16:54:44 +0000 (16:54 +0000)
committerjakub <jakub>
Wed, 4 Jun 2003 16:54:44 +0000 (16:54 +0000)
commitce3eeca1ccb9793bce19726a1228c81266ca8f44
tree0c6e189cb9ded2fd219927edfe92fc85288650d8
parentc4b07803d5402f21a85c81daa59fa79f6b707124
* 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