This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: Object files know where they're built?!?


Hi Nathanael,

Try messing with libelf.  It makes it pretty trivial to
extract certain sections (e.g. "text" and "data"), and
ignore others (that may have date stamps, source file
names, etc.)

Cheers,
	Bruce


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