Hacker News new | ask | show | jobs
by HoppyHaus 1546 days ago
GCC a.out is an ELF file (except in extremely rare circumstances). "a.out" as a executable format is like ELF, but different and practically no longer used. This is a proposal to remove the latter
1 comments

Ah! Thanks.