summaryrefslogtreecommitdiff
path: root/binutils/ieee.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2002-05-21 19:34:58 +0000
committerKazu Hirata <kazu@codesourcery.com>2002-05-21 19:34:58 +0000
commitcdb6f3de3ff2e70ebb36252aabd6ceae568384ca (patch)
treecda8f5dc768eb3560fdb1a99112faa44cdb1699d /binutils/ieee.c
parent2569d41d3298a815143c782f4613211f59ca9d7b (diff)
downloadbinutils-redhat-cdb6f3de3ff2e70ebb36252aabd6ceae568384ca.tar.gz
* filemode.c: Fix formatting.
* ieee.c: Likewise. * is-ranlib.c: Likewise. * is-strip.c: Likewise. * maybe-ranlib.c: Likewise. * maybe-strip.c: Likewise. * nlmconv.c: Likewise. * nm.c: Likewise. * not-ranlib.c: Likewise. * not-strip.c: Likewise. * objcopy.c: Likewise. * objdump.c: Likewise.
Diffstat (limited to 'binutils/ieee.c')
-rw-r--r--binutils/ieee.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/binutils/ieee.c b/binutils/ieee.c
index ad5ddc7d65..39f4c2ba8a 100644
--- a/binutils/ieee.c
+++ b/binutils/ieee.c
@@ -344,7 +344,7 @@ ieee_read_number (info, pp, pv)
}
/* Read a number in an IEEE file. If ppresent is not NULL, the number
- need not be there. */
+ need not be there. */
static boolean
ieee_read_optional_number (info, pp, pv, ppresent)
@@ -1036,7 +1036,7 @@ parse_ieee_bb (info, pp)
case 2:
/* BB2: Global type definitions. The name is supposed to be
- empty, but we don't check. */
+ empty, but we don't check. */
if (! debug_set_filename (info->dhandle, "*global*"))
return false;
info->saw_filename = true;
@@ -6207,7 +6207,7 @@ ieee_end_struct_type (p)
/* If we were ignoring this struct definition because it was a
duplicate defintion, just through away whatever bytes we have
- accumulated. Leave the type on the stack. */
+ accumulated. Leave the type on the stack. */
if (info->type_stack->type.ignorep)
return true;
@@ -6761,7 +6761,7 @@ ieee_tag_type (p, name, id, kind)
if (! nt->type.localp)
{
/* This is a duplicate of a global type, so it must be
- local. */
+ local. */
localp = true;
}
}