summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/ld/ld.h
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-03-30 15:30:11 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-03-30 15:30:11 +0000
commitf6ab5cd567eae5b6537564ff2a13e61b444e8d59 (patch)
tree16b8bdbdcda3062516b1b84ec4b0f900d17ab120 /gnu/usr.bin/ld/ld.h
parentcf6ba41bd10581a3e33ca72326b838f86f9191d1 (diff)
From NetBSD: merge of 960317
Diffstat (limited to 'gnu/usr.bin/ld/ld.h')
-rw-r--r--gnu/usr.bin/ld/ld.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/usr.bin/ld/ld.h b/gnu/usr.bin/ld/ld.h
index 54ff9945fde..e973f5e75e3 100644
--- a/gnu/usr.bin/ld/ld.h
+++ b/gnu/usr.bin/ld/ld.h
@@ -1,6 +1,5 @@
-/*
- * $Id: ld.h,v 1.1 1995/10/18 08:40:55 deraadt Exp $
- */
+/* $OpenBSD: ld.h,v 1.2 1996/03/30 15:30:02 niklas Exp $ */
+
/*-
* This code is derived from software copyrighted by the Free Software
* Foundation.
@@ -157,8 +156,10 @@ extern int netzmagic;
#define RELOC_PIC_TYPE(r) ((r)->r_baserel? \
PIC_TYPE_LARGE:PIC_TYPE_NONE)
-#define RELOC_INIT_SEGMENT_RELOC(r)
+#endif
+#ifndef RELOC_INIT_SEGMENT_RELOC
+#define RELOC_INIT_SEGMENT_RELOC(r)
#endif
#ifndef MAX_GOTOFF