diff options
author | Stan Shebs <shebs@codesourcery.com> | 1993-09-07 17:39:56 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1993-09-07 17:39:56 +0000 |
commit | 4064305ec08e84f8857e65e3281e389a3dffed45 (patch) | |
tree | 405eba3c65bc39c5789ce00caf92c9afe4049cb2 /gas/write.c | |
parent | f3e8b15d8e4ac6ff46fefe7ae67dda956285f6cb (diff) | |
download | gdb-4064305ec08e84f8857e65e3281e389a3dffed45.zip gdb-4064305ec08e84f8857e65e3281e389a3dffed45.tar.gz gdb-4064305ec08e84f8857e65e3281e389a3dffed45.tar.bz2 |
Changes to support stabs-in-coff
Diffstat (limited to 'gas/write.c')
-rw-r--r-- | gas/write.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/write.c b/gas/write.c index 953e613..2e7ae83 100644 --- a/gas/write.c +++ b/gas/write.c @@ -750,7 +750,7 @@ write_contents (abfd, sec, xxx) static void merge_data_into_text () { -#ifdef BFD_ASSEMBLER +#if defined(BFD_ASSEMBLER) || defined(MANY_SEGMENTS) seg_info (text_section)->frchainP->frch_last->fr_next = seg_info (data_section)->frchainP->frch_root; seg_info (text_section)->frchainP->frch_last = |