• Show log

    Commit

  • Hash : e8d340de
    Author : Guillem Jover
    Date : 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.