From: John Gilmore Date: Fri, 11 Oct 1991 10:09:28 +0000 (+0000) Subject: Remove dead N_TXTOFF override. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=600d4864081c1969a5575f91564d8cb21c8e6807;p=binutils-gdb.git Remove dead N_TXTOFF override. Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first. --- diff --git a/bfd/i386aout.c b/bfd/i386aout.c index 8ca794131cc..78226c74ab8 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 -#include #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 */