diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-08-24 19:05:17 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-08-24 19:05:17 +0000 |
commit | dcc29b9f956850cadadfbb887bb875f9b3b24067 (patch) | |
tree | 7de59af72e8f2eb9e132912e3e4453561238c3a5 /gnu/usr.bin | |
parent | 85baac5f0020fd488f96b977bb8c8bf1b19a53a4 (diff) |
Align defines nicely
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r-- | gnu/usr.bin/ld/symbol.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/ld/symbol.c b/gnu/usr.bin/ld/symbol.c index 6007b35611c..216d8fe6b3b 100644 --- a/gnu/usr.bin/ld/symbol.c +++ b/gnu/usr.bin/ld/symbol.c @@ -1,4 +1,4 @@ -/* * $OpenBSD: symbol.c,v 1.3 1999/01/23 00:14:13 espie Exp $ - symbol table routines*/ +/* * $OpenBSD: symbol.c,v 1.4 1999/08/24 19:05:16 niklas Exp $ - symbol table routines*/ /* */ @@ -37,14 +37,14 @@ symtab_init(relocatable_output) #define END_SYM "_end" #define DYN_SYM "__DYNAMIC" #define GOT_SYM "__GLOBAL_OFFSET_TABLE_" -#define OTHER_SYM "_GLOBAL_OFFSET_TABLE_" +#define OTHER_SYM "_GLOBAL_OFFSET_TABLE_" #else #define ETEXT_SYM "etext" #define EDATA_SYM "edata" #define END_SYM "end" #define DYN_SYM "_DYNAMIC" #define GOT_SYM "_GLOBAL_OFFSET_TABLE_" -#define OTHER_SYM "__GLOBAL_OFFSET_TABLE_" +#define OTHER_SYM "__GLOBAL_OFFSET_TABLE_" #endif dynamic_symbol = getsym(DYN_SYM); |