aboutsummaryrefslogtreecommitdiff
path: root/ld
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
commitcb9faf63f8bbbba7d825217184007ad0061e8ce2 (patch)
tree58e0a59e0b05e8354b7d4efb5c7ce03bbd4eb0a8 /ld
parentb617dc20de5aef14b09eabf2530a8bde28a7ee46 (diff)
downloadfsf-binutils-gdb-cb9faf63f8bbbba7d825217184007ad0061e8ce2.zip
fsf-binutils-gdb-cb9faf63f8bbbba7d825217184007ad0061e8ce2.tar.gz
fsf-binutils-gdb-cb9faf63f8bbbba7d825217184007ad0061e8ce2.tar.bz2
* ldemul.h: Forward declare struct option.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/ldemul.h3
2 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 2098f2a..418bc93 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2004-12-07 Ben Elliston <bje@gnu.org>
+
+ * ldemul.h: Forward declare struct option.
+
2004-12-01 Danny Smith <dannysmith@users.sourceforge.net>
* scripttempl/pe.sc (.data): Add .jcr subsection.
diff --git a/ld/ldemul.h b/ld/ldemul.h
index 8feef67..8fbbaa2 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