aboutsummaryrefslogtreecommitdiff
path: root/gas/as.h
diff options
context:
space:
mode:
Diffstat (limited to 'gas/as.h')
-rw-r--r--gas/as.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/gas/as.h b/gas/as.h
index 12aeecb..ca65a0b 100644
--- a/gas/as.h
+++ b/gas/as.h
@@ -65,7 +65,7 @@
#include <stdio.h>
#include <assert.h>
-#include "listing.h"
+
#define obstack_chunk_alloc xmalloc
#define obstack_chunk_free xfree
@@ -263,7 +263,7 @@ struct frag /* a code fragment */
typedef struct frag fragS;
-COMMON fragS * frag_now; /* -> current frag we are building. */
+COMMON fragS *frag_now; /* -> current frag we are building. */
/* This frag is incomplete. */
/* It is, however, included in frchain_now. */
/* Frag_now->fr_fix is bogus. Use: */
@@ -389,7 +389,8 @@ void subsegs_begin();
/* these define types needed by the interfaces */
#include "struc-symbol.h"
-#include "aout/reloc.h"
+/*#include "aout/reloc.h"*/
+
#include "write.h"
#include "expr.h"
#include "frags.h"
@@ -400,6 +401,8 @@ void subsegs_begin();
#include "tc.h"
#include "obj.h"
+#include "listing.h"
+
/*
* Local Variables:
* comment-column: 0