Win32 Is the Only Stable ABI on Linux
blog.hiler.eu·17h·
Discuss: Hacker News

TL;DR

  • Glibc 2.36 was released and all the games using EAC EOS are no longer playable.
  • A user did bisect and found the offending commit.
  • I’ve filed a Glibc bug hoping for a quick revert.
  • Turns out other things are also broken.
  • Most likely it will stay this way.
  • Win32 (via Wine + friends) is the only stable ABI on Linux :-P

DT_HASH and DT_GNU_HASH

In the ELF format there are two ways of providing a hash table of symbols. DT_HASH and DT_GNU_HASH. The first one is part of SYSV generic ABI and is well documented and marked as mandatory. DT_GNU_HASH is a …

Similar Posts

Loading similar posts...