This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: [PATCH] Add --execstack and --noexecstack options to gas
On Thu, Jun 05, 2003 at 09:35:47PM +0930, Alan Modra wrote:
> On Wed, Jun 04, 2003 at 01:54:20PM +0200, Jakub Jelinek wrote:
> > I don't know if it is ok to do this in generic code, or if I should instead
> > duplicate it for all the ELF backends which need it (i386, x86_64, ppc32,
> > alpha, s390, s390x, m68k at least).
>
> It could have gone in config/obj-elf.c along with defining
> obj_parse_option etc., but I guess it doesn't matter.
I wasn't sure how this would look like with multi-obj configurations.
as.c would need to call all obj functions if target format is not known yet
or the handler for the target format if it is known already.
Jakub