Add missing ifdef to make m68k-aout targets happy.

This commit is contained in:
Stan Shebs 1993-09-08 00:20:59 +00:00
parent 511fb5d673
commit 1531386bca
2 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,7 @@
Tue Sep 7 10:22:52 1993 Stan Shebs (shebs@rtl.cygnus.com)
* read.c: (change_to_section): Don't include body if not MANY_SECTIONS.
* read.c: (s_stab, s_xstab, s_desc): New functions to parse
various stab-related directives.
* read.h: (s_stab, s_xstab, s_desc): New function prototypes.

View file

@ -2674,6 +2674,7 @@ change_to_section (name, len, exp)
unsigned int exp;
{
#ifndef BFD_ASSEMBLER
#ifdef MANY_SEGMENTS
unsigned int i;
extern segment_info_type segment_info[];
@ -2691,6 +2692,7 @@ change_to_section (name, len, exp)
segment_info[i].scnhdr.s_flags = 0 /* STYP_NOLOAD */;
subseg_new (i, exp);
#endif
#endif
}
/*