projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b617dc2
)
* ldemul.h: Forward declare struct option.
author
Ben Elliston
<bje@au.ibm.com>
Tue, 7 Dec 2004 12:29:41 +0000
(12:29 +0000)
committer
Ben Elliston
<bje@au.ibm.com>
Tue, 7 Dec 2004 12:29:41 +0000
(12:29 +0000)
ld/ChangeLog
patch
|
blob
|
history
ld/ldemul.h
patch
|
blob
|
history
diff --git
a/ld/ChangeLog
b/ld/ChangeLog
index 2098f2adbefd7568c74ad948a7535184af68e4bf..418bc939feee7a23b8848852be83b3ab4bcf65c9 100644
(file)
--- 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 8feef6748c2d896850fa621f54de37cd77d6f28c..8fbbaa2f87463de91fc7597d5dc444f409952039 100644
(file)
--- 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