summaryrefslogtreecommitdiff
path: root/binutils/debug.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2002-05-20 18:23:05 +0000
committerKazu Hirata <kazu@codesourcery.com>2002-05-20 18:23:05 +0000
commitac8ebf3c8a3ca4484b70d5ce4e3a2fd7fbe778ac (patch)
tree5c581b98e83dbd2d8ef2e2c9d472ed648dc250c8 /binutils/debug.c
parent656d09803e1c74d73b29b9d0f22737242888bfb3 (diff)
downloadbinutils-redhat-ac8ebf3c8a3ca4484b70d5ce4e3a2fd7fbe778ac.tar.gz
* debug.c: Fix formatting.
* debug.h: Likewise. * dlltool.c: Likewise. * dllwrap.c: Likewise. * emul_aix.c: Likewise. * emul_vanilla.c: Likewise.
Diffstat (limited to 'binutils/debug.c')
-rw-r--r--binutils/debug.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/binutils/debug.c b/binutils/debug.c
index ffdc7667a4..0788188340 100644
--- a/binutils/debug.c
+++ b/binutils/debug.c
@@ -1211,7 +1211,7 @@ debug_record_variable (handle, name, type, kind, val)
n->u.variable = v;
- return true;
+ return true;
}
/* Make a type with a given kind and size. */
@@ -1786,7 +1786,7 @@ debug_make_baseclass (handle, type, bitpos, virtual, visibility)
bfd_vma bitpos;
boolean virtual;
enum debug_visibility visibility;
-{
+{
struct debug_baseclass *b;
b = (struct debug_baseclass *) xmalloc (sizeof *b);
@@ -2123,7 +2123,7 @@ debug_find_named_type (handle, name)
}
}
- return DEBUG_TYPE_NULL;
+ return DEBUG_TYPE_NULL;
}
/* Find a tagged type. */
@@ -2304,7 +2304,7 @@ debug_get_return_type (handle, type)
case DEBUG_KIND_METHOD:
return type->u.kmethod->return_type;
}
- /*NOTREACHED*/
+ /*NOTREACHED*/
}
/* Get the parameter types of a function or method type (except that
@@ -3314,7 +3314,7 @@ debug_type_samep (info, t1, t2)
case DEBUG_KIND_POINTER:
ret = debug_type_samep (info, t1->u.kpointer, t2->u.kpointer);
break;
-
+
case DEBUG_KIND_FUNCTION:
if (t1->u.kfunction->varargs != t2->u.kfunction->varargs
|| ! debug_type_samep (info, t1->u.kfunction->return_type,