summaryrefslogtreecommitdiff
path: root/gas/subsegs.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2000-09-12 03:56:22 +0000
committerKazu Hirata <kazu@codesourcery.com>2000-09-12 03:56:22 +0000
commit7de71fc9ac800fea8d76212410fc3d145e753a91 (patch)
tree88200cfcbe2a9c6466e911b296e3bff3dac4496c /gas/subsegs.c
parent22001ac0b6884d1ea42e0b54db5c97e770923dd3 (diff)
downloadbinutils-redhat-7de71fc9ac800fea8d76212410fc3d145e753a91.tar.gz
2000-09-11 Kazu Hirata <kazu@hxi.com>
* bignum-copy.c: Fix formatting. * ehopt.c: Likewise. * flonum-copy.c: Likewise. * flonum-konst.c: Likewise. * flonum-mult.c: Likewise. * literal.c: Likewise. * read.c: Likewise. * sb.c: Likewise. * stabs.c: Likewise. * subsegs.c: Likewise.
Diffstat (limited to 'gas/subsegs.c')
-rw-r--r--gas/subsegs.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/gas/subsegs.c b/gas/subsegs.c
index b2bf70d154..49a93af7ea 100644
--- a/gas/subsegs.c
+++ b/gas/subsegs.c
@@ -1,5 +1,5 @@
/* subsegs.c - subsegments -
- Copyright (C) 1987, 90, 91, 92, 93, 94, 95, 96, 97, 98, 1999
+ Copyright (C) 1987, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000
Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@@ -37,7 +37,7 @@ static struct obstack frchains;
segment_info_type segment_info[SEG_MAXIMUM_ORDINAL];
#else
-/* Commented in "subsegs.h". */
+/* Commented in "subsegs.h". */
frchainS *data0_frchainP, *bss0_frchainP;
#endif /* MANY_SEGMENTS */
@@ -62,7 +62,7 @@ char const *const seg_name[] =
"transfert vector postload",
"register",
"",
-}; /* Used by error reporters, dumpers etc. */
+}; /* Used by error reporters, dumpers etc. */
#else /* BFD_ASSEMBLER */
/* Gas segment information for bfd_abs_section_ptr and
@@ -103,12 +103,12 @@ subsegs_begin ()
#endif
frchain_root = NULL;
- frchain_now = NULL; /* Warn new_subseg() that we are booting. */
+ frchain_now = NULL; /* Warn new_subseg() that we are booting. */
frag_now = &dummy_frag;
#ifndef BFD_ASSEMBLER
- now_subseg = 42; /* Lie for 1st call to subseg_new. */
+ now_subseg = 42; /* Lie for 1st call to subseg_new. */
#ifdef MANY_SEGMENTS
{
int i;
@@ -275,7 +275,7 @@ subseg_set_rest (seg, subseg)
*/
if (!frcP
|| (frcP->frch_seg > seg
- || frcP->frch_subseg > subseg)) /* Kinky logic only works with 2 segments. */
+ || frcP->frch_subseg > subseg)) /* Kinky logic only works with 2 segments. */
{
/*
* This should be the only code that creates a frchainS.
@@ -307,7 +307,7 @@ subseg_set_rest (seg, subseg)
seginfo->frchainP = newP;
}
#endif
-
+
frcP = newP;
}
/*