blob: a43443e48c2eb4a9bb5ea62a6c7598e5e1bc53aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* Handle Solaris 2.6. */
#include "sol2-5.h"
#if 0 /* dldump does not handle all the extensions used by GNU ld. */
#undef UNEXEC
#define UNEXEC unexsol.o
#endif
/* arch-tag: 71ea3857-89dc-4395-9623-77964e6ed3ca
(do not change this comment) */
|