aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/ld/ld.h
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1994-01-03 18:35:54 +0000
committerDavid Greenman <dg@FreeBSD.org>1994-01-03 18:35:54 +0000
commit1799d2585ecb457a29b7c271af4fb78017ed75d0 (patch)
tree843f2ac107662b253aa7c4a7f07018e0e2daae40 /gnu/usr.bin/ld/ld.h
parent504c39bf88611341e311d1c92de19b0d748e24e1 (diff)
downloadsrc-1799d2585ecb457a29b7c271af4fb78017ed75d0.tar.gz
src-1799d2585ecb457a29b7c271af4fb78017ed75d0.zip
Implemented 'QMAGIC' a.out format correctly, and changed the default
output to be QMAGIC.
Notes
Notes: svn path=/head/; revision=928
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 081734ed23df..1cee37a04b2e 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;
/*