aboutsummaryrefslogtreecommitdiff
path: root/bfd/i386aout.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/i386aout.c')
-rw-r--r--bfd/i386aout.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/bfd/i386aout.c b/bfd/i386aout.c
index 8ca7941..78226c7 100644
--- a/bfd/i386aout.c
+++ b/bfd/i386aout.c
@@ -23,17 +23,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#define ARCH 32
#define BYTES_IN_WORD 4
-#include <ansidecl.h>
-#include <sysdep.h>
#include "bfd.h"
+#include "sysdep.h"
#include "libbfd.h"
#include "aout64.h"
-
-/**From: bothner@cs.wisc.edu***********************************************/
-#undef N_TXTOFF
-#define N_TXTOFF(x) ( (N_MAGIC((x)) == ZMAGIC) ? PAGE_SIZE : EXEC_BYTES_SIZE)
-/**************************************************************************/
-
#include "stab.gnu.h"
#include "ar.h"
#include "libaout.h" /* BFD a.out internal data structures */