diff options
Diffstat (limited to 'gas/write.c')
-rw-r--r-- | gas/write.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/write.c b/gas/write.c index 9a5fb31..b6eaf43 100644 --- a/gas/write.c +++ b/gas/write.c @@ -215,6 +215,7 @@ void write_object_file() * data frags into the text segment. Do this before relaxing so * we know to take advantage of -R and make shorter addresses. */ +#ifndef OBJ_AOUT if (flagseen[ 'R' ]) { fixS *tmp; @@ -230,7 +231,7 @@ void write_object_file() text_fix_root=data_fix_root; data_fix_root=NULL; } - +#endif relax_segment(text_frag_root, SEG_TEXT); relax_segment(data_frag_root, SEG_DATA); /* |