[PATCH] Add --execstack and --noexecstack options to gas

Ben Elliston bje@wasabisystems.com
Thu Jun 5 01:43:00 GMT 2003


Jakub Jelinek <jakub@redhat.com> writes:

> 2003-06-04  Jakub Jelinek  <jakub@redhat.com>
> 
> 	* 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.

While you have documented these options in show_usage(), you seem to
have forgotten to update the real documentation.  ;-)

Ben



More information about the Binutils mailing list