From 4a9c666ec2f5f6355403ce8b36cfaac0822facde Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Wed, 28 Dec 1994 20:02:03 +0000 Subject: [PATCH] * subsegs.h: Include obstack.h. * as.h (struct frag): Enable align* components now. --- gas/ChangeLog | 8 ++++++++ gas/as.h | 2 -- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 948fe61043a..8182d16feb3 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +Wed Dec 28 15:01:01 1994 Ken Raeburn + + * subsegs.h: Include obstack.h. + +Tue Dec 27 18:16:04 1994 Ken Raeburn + + * as.h (struct frag): Enable align* components now. + Tue Dec 20 14:56:31 1994 Ken Raeburn * frags.c (frag_init): Call obstack_begin on `frags'. diff --git a/gas/as.h b/gas/as.h index 0ed73b7eb1c..c9406f40569 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, -- 2.30.2