This is the mail archive of the binutils@sourceware.cygnus.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]

Re: Retreiving dynamic links through BFD


On Thu, May 27, 1999 at 01:37:00AM -0400, Ian Lance Taylor wrote:

You don't sleep, do you?

Try #3 for a proto.

    struct bfd_shared_libs {
	   struct bfd_shared_libs *next;
 	   char *libname;
    };
 
    boolean bfd_fetch_shared_libs (bfd *, struct bfd_shared_libs **);

> Probably using bfd_alloc is all right for this case.  Memory allocated
> using bfd_alloc is freed when the BFD is closed.

Thanks.

>    Will you need paperwork from me for this patch when written?
> 
> Yes.

Okay - Is the package name "bfd" or "binutils"?

Tks,
Jeff Bailey

-- 
I'm not a vegetarian because I love animals, I'm a vegetarian
because I hate plants.

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