aboutsummaryrefslogtreecommitdiff
path: root/bfd/aout64.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/aout64.c')
-rw-r--r--bfd/aout64.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/aout64.c b/bfd/aout64.c
new file mode 100644
index 0000000..ad97508
--- /dev/null
+++ b/bfd/aout64.c
@@ -0,0 +1,5 @@
+#ifdef TARGET_64_BIT
+#define ARCH_SIZE 64
+#include "aoutx.h"
+#endif
+