summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/ld/ld.h
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-01-03 18:35:54 +0000
committerdg <dg@FreeBSD.org>1994-01-03 18:35:54 +0000
commitd44d2d472f3e1b740ef13daa56c5fe596ac8ae65 (patch)
tree843f2ac107662b253aa7c4a7f07018e0e2daae40 /gnu/usr.bin/ld/ld.h
parent787505bcb71fbac392206277fb94309536adee8e (diff)
downloadFreeBSD-src-d44d2d472f3e1b740ef13daa56c5fe596ac8ae65.zip
FreeBSD-src-d44d2d472f3e1b740ef13daa56c5fe596ac8ae65.tar.gz
Implemented 'QMAGIC' a.out format correctly, and changed the default
output to be QMAGIC.
Diffstat (limited to 'gnu/usr.bin/ld/ld.h')
-rw-r--r--gnu/usr.bin/ld/ld.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/gnu/usr.bin/ld/ld.h b/gnu/usr.bin/ld/ld.h
index 081734e..1cee37a 100644
--- a/gnu/usr.bin/ld/ld.h
+++ b/gnu/usr.bin/ld/ld.h
@@ -1,4 +1,4 @@
-/* $Id: ld.h,v 1.7 1993/12/04 00:52:58 jkh Exp $ */
+/* $Id: ld.h,v 1.8 1993/12/11 11:58:26 jkh Exp $ */
/*-
* This code is derived from software copyrighted by the Free Software
* Foundation.
@@ -54,12 +54,10 @@ char *progname;
/* Define this to specify the default executable format. */
#ifndef DEFAULT_MAGIC
-#define DEFAULT_MAGIC ZMAGIC
+#define DEFAULT_MAGIC QMAGIC
#endif
-#ifdef QMAGIC
-int oldmagic;
-#endif
+extern netzmagic;
/*
OpenPOWER on IntegriCloud