summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/ld/symseg.h
diff options
context:
space:
mode:
authorMarco S Hyman <marc@cvs.openbsd.org>2002-07-15 21:05:58 +0000
committerMarco S Hyman <marc@cvs.openbsd.org>2002-07-15 21:05:58 +0000
commit48090618bf8d65e520ac1339a9d8a0ed0a01c8ba (patch)
tree1904bd82cdc42206d87dc4a113babad799b718bc /gnu/usr.bin/ld/symseg.h
parent2ae2d5c3a0352f33f2702ed4d00cba288eeca040 (diff)
space to tab cleanup. Nothing but whitespace changes in this commit.
Diffstat (limited to 'gnu/usr.bin/ld/symseg.h')
-rw-r--r--gnu/usr.bin/ld/symseg.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/ld/symseg.h b/gnu/usr.bin/ld/symseg.h
index 41f1701e0a2..7cb72a6f4b9 100644
--- a/gnu/usr.bin/ld/symseg.h
+++ b/gnu/usr.bin/ld/symseg.h
@@ -1,4 +1,4 @@
-/* * $OpenBSD: symseg.h,v 1.2 1998/03/26 19:46:28 niklas Exp $*/
+/* * $OpenBSD: symseg.h,v 1.3 2002/07/15 21:05:56 marc Exp $*/
/*-
*
* This code is derived from software copyrighted by the Free Software
@@ -251,7 +251,7 @@ struct block
this pointer may be zero when the correct value should be
the second special block (for symbols whose scope is one compilation).
This is because the compiler ouptuts the special blocks at the
- very end, after the other blocks. */
+ very end, after the other blocks. */
struct block *superblock;
/* Number of local symbols. */
int nsyms;
@@ -307,7 +307,7 @@ enum address_class
and for extern symbols within functions.
Inside GDB, this is changed to LOC_STATIC once the
real address is obtained from a loader symbol. */
- LOC_CONST_BYTES /* Value is a constant byte-sequence. */
+ LOC_CONST_BYTES /* Value is a constant byte-sequence. */
};
struct symbol
@@ -325,7 +325,7 @@ struct symbol
union
{
long value;
- struct block *block; /* for LOC_BLOCK */
+ struct block *block; /* for LOC_BLOCK */
char *bytes; /* for LOC_CONST_BYTES */
}
value;