This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: RFC: Add output_bfd to bfd_link_info
- From: Ian Lance Taylor <ian at wasabisystems dot com>
- To: "H. J. Lu" <hjl at lucon dot org>
- Cc: binutils at sources dot redhat dot com
- Date: 22 Apr 2004 21:07:41 -0400
- Subject: Re: RFC: Add output_bfd to bfd_link_info
- References: <20040422203601.GA13529@lucon.org>
"H. J. Lu" <hjl@lucon.org> writes:
> I find a need to access output_bfd via bfd_link_info. I was wondering
> why it wasn't there to begin with. Any comments?
It's not there because it is passed to every function which needs it.
But I don't think it hurts to add it if you really want it. Wait for
somebody else to approve it, though.
Ian