OSDN Git Service
(root)
/
pf3gnuchains
/
pf3gnuchains4x.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c434691
)
* coffcode.h: Include libiberty.h.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 5 Sep 2009 16:38:48 +0000
(16:38 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 5 Sep 2009 16:38:48 +0000
(16:38 +0000)
bfd/ChangeLog
patch
|
blob
|
history
bfd/coffcode.h
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index
ee64969
..
5668d91
100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-1,3
+1,7
@@
+2009-09-05 Eli Zaretskii <eliz@gnu.org>
+
+ * coffcode.h: Include libiberty.h.
+
2009-09-05 Martin Thuresson <martin@mtme.org>
* coff-arm.c (coff_arm_relocate_section)
diff --git
a/bfd/coffcode.h
b/bfd/coffcode.h
index
9b9ab99
..
043cf20
100644
(file)
--- a/
bfd/coffcode.h
+++ b/
bfd/coffcode.h
@@
-361,6
+361,8
@@
CODE_FRAGMENT
*/
+#include "libiberty.h"
+
#ifdef COFF_WITH_PE
#include "peicode.h"
#else