2
0
mirror of https://sourceware.org/git/binutils-gdb.git synced 2025-03-01 13:26:47 +08:00
binutils-gdb/bfd/aout64.c
Steve Chamberlain a3bb31a043 Initial revision
1991-05-18 02:58:02 +00:00

6 lines
69 B
C

#ifdef TARGET_64_BIT
#define ARCH_SIZE 64
#include "aoutx.h"
#endif