summaryrefslogtreecommitdiff
path: root/ld/ldemul.h
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2004-12-07 12:29:41 +0000
committerBen Elliston <bje@au.ibm.com>2004-12-07 12:29:41 +0000
commit912b1395b4bcc5f6c7c5d616a03735ae08980fd7 (patch)
treee01657e5a6d0d4e5b53696717fab2eb40fd84bbe /ld/ldemul.h
parentc7dc0759d6f0dec377fadf6fec28aa2313f74fdf (diff)
downloadbinutils-redhat-912b1395b4bcc5f6c7c5d616a03735ae08980fd7.tar.gz
* ldemul.h: Forward declare struct option.
Diffstat (limited to 'ld/ldemul.h')
-rw-r--r--ld/ldemul.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/ldemul.h b/ld/ldemul.h
index 8feef6748c..8fbbaa2f87 100644
--- a/ld/ldemul.h
+++ b/ld/ldemul.h
@@ -17,6 +17,9 @@
#ifndef LDEMUL_H
#define LDEMUL_H
+/* Forward declaration for ldemul_add_options() and others. */
+struct option;
+
extern void ldemul_hll
(char *);
extern void ldemul_syslib