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:
ddcf1fc
)
* ecoff.c: Incldue filenames.h
author
Nick Clifton
<nickc@redhat.com>
Wed, 2 Mar 2011 17:23:09 +0000
(17:23 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Wed, 2 Mar 2011 17:23:09 +0000
(17:23 +0000)
gas/ChangeLog
patch
|
blob
|
history
gas/ecoff.c
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index 8fcce3e0f4662c3357ace35e72535257d91be576..f53dd03ff2e3335a3cd153dff4307eeb22573535 100644
(file)
--- a/
gas/ChangeLog
+++ b/
gas/ChangeLog
@@
-1,3
+1,7
@@
+2011-03-02 Nick Clifton <nickc@redhat.com>
+
+ * ecoff.c: Incldue filenames.h
+
2011-02-28 Kai Tietz <kai.tietz@onevision.com>
* depend.c (register_dependency): Use filename_(n)cmp.
diff --git
a/gas/ecoff.c
b/gas/ecoff.c
index 27e48e5f0b6491c68e7472acda633311357a2464..102ce9e82390017297e3c5e0d9f6a5e2fb0d7ccb 100644
(file)
--- a/
gas/ecoff.c
+++ b/
gas/ecoff.c
@@
-37,7
+37,7
@@
#include "coff/internal.h"
#include "coff/symconst.h"
#include "aout/stab_gnu.h"
-
+#include "filenames.h"
#include "safe-ctype.h"
/* Why isn't this in coff/sym.h? */