This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils 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: [PATCH] Let libelf.h's loff_t fall back to off_t


Hmm.  Is it the case that loff_t or off_t that we want to use will always
be 64 bits?  The way we use it in the libelf interfaces always wants a
positive offset (or size).  I don't think change of signedness really needs
to count as an ABI change here.  Could we just use Elf64_Off and be done
with it?

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