struct external_exec;
#include <a.out.sun4.h>
#include "bfd.h"
-#include "liba.out.h"
+#include "libaout.h"
#include "libbfd.h"
#include "stab.gnu.h"
-#include "liba.out.h" /* BFD a.out internal data structures */
+#include "libaout.h" /* BFD a.out internal data structures */
#include "archures.h"
/* Align an address by rounding it up to a power of two. It leaves the
#endif
+/* Parameterize the a.out code based on whether it is being built
+ for a 32-bit architecture or a 64-bit architecture. */
#if ARCH_SIZE==64
#define GET_WORD bfd_h_get_64
#define GET_SWORD (int64_type)GET_WORD
#include "aout64.h"
#include "stab.gnu.h"
#include "ar.h"
-#include "liba.out.h" /* BFD a.out internal data structures */
+#include "libaout.h" /* BFD a.out internal data structures */
int vfprintf(file, format, args) /* Temporary crock! */
FILE *file; char *format; char *args;
#include <stdio.h>
#include "libbfd.h"
-#include "liba.out.h" /* BFD a.out internal data structures */
+#include "libaout.h" /* BFD a.out internal data structures */
#include <sys/types.h>
#include <sys/param.h>