Commit e8d340de9e2ce39e340dde81ee139d5631ab0049

Guillem Jover 2017-06-05T05:30:27

Remove a.out support from nlist() Some libc libraries do not have an <a.out.h> header. And a.out as an executable format is very much obsolete on pretty much all currently supported systems, even if they might still support loading such objects. Remove the a.out support to increase portability.