aboutsummaryrefslogtreecommitdiff
path: root/gas/read.c
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1993-09-08 00:20:59 +0000
committerStan Shebs <shebs@codesourcery.com>1993-09-08 00:20:59 +0000
commit1531386bca715e97b852bad3733b5032dfe91489 (patch)
tree2e9272762f45beeb3374e1f42546ffb7a8aa731f /gas/read.c
parent511fb5d673dd4ed1eff8f144f53b0a590b5cb549 (diff)
downloadgdb-1531386bca715e97b852bad3733b5032dfe91489.zip
gdb-1531386bca715e97b852bad3733b5032dfe91489.tar.gz
gdb-1531386bca715e97b852bad3733b5032dfe91489.tar.bz2
Add missing ifdef to make m68k-aout targets happy.
Diffstat (limited to 'gas/read.c')
-rw-r--r--gas/read.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/read.c b/gas/read.c
index d8e1206..c4aa0f0 100644
--- a/gas/read.c
+++ b/gas/read.c
@@ -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
}
/*