doc: Update for Solaris 11.4.
[gnulib.git] / doc / glibc-headers / a.out.texi
blobc5e6c82ab5603710814f299f7ddacebc11a6b10a
1 @node a.out.h
2 @section @file{a.out.h}
4 Describes the structure of executables (and object files?) in the old
5 @code{a.out} format.
7 Gnulib module: ---
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
13 Portability problems not fixed by Gnulib:
14 @itemize
15 @item
16 This header file is missing on some platforms:
17 Mac OS X 10.5, Solaris 11.4, mingw, MSVC 14, Interix 3.5, BeOS, Android 9.0.
18 @item
19 This header file is useless because most executables and object files are
20 in ELF format on some platforms:
21 glibc 2.3.6, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8.
22 @end itemize