This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]