This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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: [unladen-swallow] Re: [RFA] Add interface for registering JITed code


>>>>> "Reid" == Reid Kleckner <rnk@mit.edu> writes:

Reid> Here's an updated patch.  What else needs to be dealt with?

Nothing.  I think this is ok.

I read it a few more times and nothing popped out at me.

Reid> +      /* Hack to work around the fact that BFD does not take ownership of the
Reid> +         memory for files allocated in memory.  */
Reid> +      if (objfile->obfd->flags & BFD_IN_MEMORY)
Reid> +        bim = (struct bfd_in_memory *) objfile->obfd->iostream;

What is the status of the BFD patch to fix this?

Tom


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