aboutsummaryrefslogtreecommitdiff
path: root/gas/as.h
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1994-12-28 20:02:03 +0000
committerKen Raeburn <raeburn@cygnus>1994-12-28 20:02:03 +0000
commit4a9c666ec2f5f6355403ce8b36cfaac0822facde (patch)
treec5f9462116f9d2ef0bf5ea33c5fdf0f2f424b826 /gas/as.h
parente43169eb57828e2c67f2671ddec84604ae0a08bb (diff)
downloadfsf-binutils-gdb-4a9c666ec2f5f6355403ce8b36cfaac0822facde.zip
fsf-binutils-gdb-4a9c666ec2f5f6355403ce8b36cfaac0822facde.tar.gz
fsf-binutils-gdb-4a9c666ec2f5f6355403ce8b36cfaac0822facde.tar.bz2
* subsegs.h: Include obstack.h.
* as.h (struct frag): Enable align* components now.
Diffstat (limited to 'gas/as.h')
-rw-r--r--gas/as.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gas/as.h b/gas/as.h
index 0ed73b7..c9406f4 100644
--- a/gas/as.h
+++ b/gas/as.h
@@ -403,12 +403,10 @@ struct frag
relax_stateT fr_type;
relax_substateT fr_subtype;
-#if 0 /* not yet */
/* Track the alignment and offset of the current frag. With this,
sometimes we can avoid creating new frags for .align directives. */
unsigned short align_mask;
unsigned short align_offset;
-#endif
/* These are needed only on the NS32K machines. But since we don't
include targ-cpu.h until after this structure has been defined,