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:
348e86d
)
* 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 ee6496915ae0697d43cf619d5b7ed447cc767d62..5668d919cb8ca59923b39163da0b9f96845cc114 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 9b9ab99282ac7d3e873a74f81cf3d6db775810d1..043cf20bb4ce6b5826a49e67f9c467969c8adcb8 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