This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: [rfa] Add bfd_runtime
- From: Ian Lance Taylor <ian at wasabisystems dot com>
- To: Andrew Cagney <cagney at gnu dot org>
- Cc: binutils at sources dot redhat dot com
- Date: 07 Oct 2004 01:16:03 -0400
- Subject: Re: [rfa] Add bfd_runtime
- References: <40E1FF7A.10405@redhat.com> <m3smcdajcg.fsf@gossamer.airs.com><40E2CB85.2030607@redhat.com> <m33c4d6rki.fsf@gossamer.airs.com><40EAAF53.8070001@redhat.com> <m3hdsc1vij.fsf@gossamer.airs.com><414F63A3.2050009@redhat.com> <m3acvkzbff.fsf@gossamer.airs.com><41647E0E.2010409@gnu.org>
Andrew Cagney <cagney@gnu.org> writes:
> Let me see if I've got this:
>
> objfile - iterate over sections
> corefile - iterate over segments
> archive - ???
archive - iterate over objfiles
> So how would you solve this problem? Given a memory access method and
> a starting offset, construct a bfd containing a list of sections
> constructed using both the segment and section information in the
> inferior?
I would write a new BFD target vector; e.g., elf32-i386-runtime.
Ian