diff options
Diffstat (limited to 'bfd/aout32.c')
-rw-r--r-- | bfd/aout32.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/aout32.c b/bfd/aout32.c new file mode 100644 index 0000000..a372716 --- /dev/null +++ b/bfd/aout32.c @@ -0,0 +1,4 @@ + +#define ARCH_SIZE 32 + +#include "aoutx.h" |