mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-08 04:36:42 +00:00
* subsegs.h: Include obstack.h.
* as.h (struct frag): Enable align* components now.
This commit is contained in:
parent
e43169eb57
commit
4a9c666ec2
@ -1,3 +1,11 @@
|
|||||||
|
Wed Dec 28 15:01:01 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
|
||||||
|
|
||||||
|
* subsegs.h: Include obstack.h.
|
||||||
|
|
||||||
|
Tue Dec 27 18:16:04 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
|
||||||
|
|
||||||
|
* as.h (struct frag): Enable align* components now.
|
||||||
|
|
||||||
Tue Dec 20 14:56:31 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
|
Tue Dec 20 14:56:31 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
|
||||||
|
|
||||||
* frags.c (frag_init): Call obstack_begin on `frags'.
|
* frags.c (frag_init): Call obstack_begin on `frags'.
|
||||||
|
2
gas/as.h
2
gas/as.h
@ -403,12 +403,10 @@ struct frag
|
|||||||
relax_stateT fr_type;
|
relax_stateT fr_type;
|
||||||
relax_substateT fr_subtype;
|
relax_substateT fr_subtype;
|
||||||
|
|
||||||
#if 0 /* not yet */
|
|
||||||
/* Track the alignment and offset of the current frag. With this,
|
/* Track the alignment and offset of the current frag. With this,
|
||||||
sometimes we can avoid creating new frags for .align directives. */
|
sometimes we can avoid creating new frags for .align directives. */
|
||||||
unsigned short align_mask;
|
unsigned short align_mask;
|
||||||
unsigned short align_offset;
|
unsigned short align_offset;
|
||||||
#endif
|
|
||||||
|
|
||||||
/* These are needed only on the NS32K machines. But since we don't
|
/* These are needed only on the NS32K machines. But since we don't
|
||||||
include targ-cpu.h until after this structure has been defined,
|
include targ-cpu.h until after this structure has been defined,
|
||||||
|
Loading…
Reference in New Issue
Block a user