Hi Omar, On Thu, Aug 24, 2023 at 12:40:19PM -0700, Omar Sandoval wrote: > On Thu, Aug 24, 2023 at 12:02:11AM +0200, Mark Wielaard wrote: > > > > * libelf/gelf.h (Gelf_Relr): New typedef for Elf64_Relr. > > > > +/* Relative relocation entry (in section of type SHT_RELR). */ > > +typedef Elf64_Relr Gelf_Relr; > > Should this be GElf_Relr (with an uppercase E in GElf like the other > typedefs)?
Oops. Yes, it should. Thanks for spotting that. Cheers, Mark