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:
Ian Lance Taylor 1992-12-16 20:13:53 +00:00
parent e85e07cb85
commit 3eb802b53a
3 changed files with 36 additions and 31 deletions

View file

@ -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;