summaryrefslogtreecommitdiff
path: root/binutils/rdcoff.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2002-05-23 04:11:57 +0000
committerKazu Hirata <kazu@codesourcery.com>2002-05-23 04:11:57 +0000
commit53c7db4bbb8b5cd0b5e52f2edfe4f79ece93d433 (patch)
treec0c49d3b0064b17252de7d68a74f8aeca462050e /binutils/rdcoff.c
parent9ee0b326c90957a2d90bad0673cf5ac1f9c4dbf7 (diff)
downloadbinutils-gdb-53c7db4bbb8b5cd0b5e52f2edfe4f79ece93d433.tar.gz
* rdcoff.c: Fix formatting.
* rddbg.c: Likewise. * readelf.c: Likewise. * rename.c: Likewise. * resbin.c: Likewise. * resrc.c: Likewise. * resres.c: Likewise.
Diffstat (limited to 'binutils/rdcoff.c')
-rw-r--r--binutils/rdcoff.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/binutils/rdcoff.c b/binutils/rdcoff.c
index 058289567f8..249cc8596f2 100644
--- a/binutils/rdcoff.c
+++ b/binutils/rdcoff.c
@@ -655,7 +655,7 @@ parse_coff_symbol (abfd, types, sym, coff_symno, psyment, dhandle, type,
break;
}
- return true;
+ return true;
}
/* Determine if a symbol has external visibility. */
@@ -666,13 +666,13 @@ external_coff_symbol_p (sym_class)
{
switch (sym_class)
{
- case C_EXT:
- case C_WEAKEXT:
- return true;
+ case C_EXT:
+ case C_WEAKEXT:
+ return true;
default:
break;
}
- return false;
+ return false;
}
/* This is the main routine. It looks through all the symbols and
@@ -786,7 +786,7 @@ parse_coff (abfd, syms, symcount, dhandle)
if (syment.n_type == T_NULL)
break;
/* Fall through. */
- case C_WEAKEXT:
+ case C_WEAKEXT:
case C_EXT:
if (ISFCN (syment.n_type))
{