Wed Dec 16 12:12:33 1992 Ian Lance Taylor (ian@cygnus.com)
* write.c, obj-ieee.c: don't define SUB_SEGMENT_ALIGN if it is already defined.
This commit is contained in:
parent
e85e07cb85
commit
3eb802b53a
3 changed files with 36 additions and 31 deletions
|
@ -545,7 +545,9 @@ DEFUN_VOID (write_object_file)
|
|||
frag */
|
||||
|
||||
subseg_new (frchain_ptr->frch_seg, frchain_ptr->frch_subseg);
|
||||
#ifndef SUB_SEGMENT_ALIGN
|
||||
#define SUB_SEGMENT_ALIGN 2
|
||||
#endif
|
||||
frag_align (SUB_SEGMENT_ALIGN, 0);
|
||||
frag_wane (frag_now);
|
||||
frag_now->fr_fix = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue