2
0
mirror of https://sourceware.org/git/binutils-gdb.git synced 2024-12-15 04:31:49 +08:00
binutils-gdb/bfd/aout64.c

6 lines
69 B
C
Raw Normal View History

1991-05-18 11:58:02 +09:00
#ifdef TARGET_64_BIT
#define ARCH_SIZE 64
#include "aoutx.h"
#endif