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]

[PATCH 0/3] move entry point info to the per-BFD object


This series is part of the ongoing objfile splitting project.

Right now the entry info object in the objfile is relocated when it is
created.  This series applies the usual transform, changing gdb to
apply the offset at the point of use.  Then the entry_info object is
moved into the per-BFD.

See patch #2 for the possibly latent bug I think I uncovered.

Built and regtested on x86-64 Fedora 18.

Tom


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