]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2002-04-01 Daniel Jacobowitz <drow@mvista.com>
authorDaniel Jacobowitz <drow@false.org>
Mon, 1 Apr 2002 06:01:46 +0000 (06:01 +0000)
committerDaniel Jacobowitz <drow@false.org>
Mon, 1 Apr 2002 06:01:46 +0000 (06:01 +0000)
        * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
        and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".

gdb/ChangeLog
gdb/rs6000-tdep.c

index 8a61e163e21e162b814fb6e0142698250df70197..80fd68521706cfd4bad311fd358869186fd84b3c 100644 (file)
@@ -1,3 +1,8 @@
+2002-04-01  Daniel Jacobowitz  <drow@mvista.com>
+
+       * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
+       and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
+
 2002-03-29  Daniel Jacobowitz  <drow@mvista.com>
 
        Merge from trunk:
index 21057279fe6b8cf9127da856c40755b9a1369be7..03b2943e92ab5899852d41afd5ee8854d924f359 100644 (file)
@@ -35,9 +35,9 @@
 #include "value.h"
 #include "parser-defs.h"
 
-#include "bfd/libbfd.h"                /* for bfd_default_set_arch_mach */
+#include "libbfd.h"            /* for bfd_default_set_arch_mach */
 #include "coff/internal.h"     /* for libcoff.h */
-#include "bfd/libcoff.h"       /* for xcoff_data */
+#include "libcoff.h"           /* for xcoff_data */
 
 #include "elf-bfd.h"