NetBSD/gnu/usr.bin/gas.new/arch/i386/obj-format.h

6 lines
77 B
C

#ifdef DEFAULT_ELF
# include "obj-elf.h"
#else
# include "obj-aout.h"
#endif