]> Git Repo - binutils.git/blobdiff - bfd/i386aout.c
Renamed opc-sparc.c to sparc-opc.c for more significant characters in cpu
[binutils.git] / 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: [email protected]***********************************************/
-#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.022454 seconds and 4 git commands to generate.