Remove dead N_TXTOFF override.
authorJohn Gilmore <gnu@cygnus>
Fri, 11 Oct 1991 10:09:28 +0000 (10:09 +0000)
committerJohn Gilmore <gnu@cygnus>
Fri, 11 Oct 1991 10:09:28 +0000 (10:09 +0000)
Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first.

bfd/i386aout.c

index 8ca794131ccf63a5c25eccc99d88f2c50b6a5386..78226c74ab8b824e91d7acaa56344833067aa1cc 100644 (file)
@@ -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 */
This page took 0.028404 seconds and 4 git commands to generate.