From: Ben Elliston Date: Tue, 7 Dec 2004 12:29:41 +0000 (+0000) Subject: * ldemul.h: Forward declare struct option. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cb9faf63f8bbbba7d825217184007ad0061e8ce2;p=binutils-gdb.git * ldemul.h: Forward declare struct option. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 2098f2adbef..418bc939fee 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2004-12-07 Ben Elliston + + * ldemul.h: Forward declare struct option. + 2004-12-01 Danny Smith * scripttempl/pe.sc (.data): Add .jcr subsection. diff --git a/ld/ldemul.h b/ld/ldemul.h index 8feef6748c2..8fbbaa2f874 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