* ldemul.h: Forward declare struct option.
authorBen Elliston <bje@au.ibm.com>
Tue, 7 Dec 2004 12:29:41 +0000 (12:29 +0000)
committerBen Elliston <bje@au.ibm.com>
Tue, 7 Dec 2004 12:29:41 +0000 (12:29 +0000)
ld/ChangeLog
ld/ldemul.h

index 2098f2adbefd7568c74ad948a7535184af68e4bf..418bc939feee7a23b8848852be83b3ab4bcf65c9 100644 (file)
@@ -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.
index 8feef6748c2d896850fa621f54de37cd77d6f28c..8fbbaa2f87463de91fc7597d5dc444f409952039 100644 (file)
@@ -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