2002-04-01 Daniel Jacobowitz <drow@mvista.com>
authorDaniel Jacobowitz <drow@false.org>
Mon, 1 Apr 2002 05:58:45 +0000 (05:58 +0000)
committerDaniel Jacobowitz <drow@false.org>
Mon, 1 Apr 2002 05:58:45 +0000 (05:58 +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 69615a84bcd46dbb7b1b2c6d0b635b091c64c91c..8c3fb515d528e923f172e3f1b8257e359df83e04 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-31  Mark Kettenis  <kettenis@gnu.org>
 
        * NEWS: Mention gcore support on FreeBSD/i386.
index e21fdad51279bc2e87ef444ed17fbb31e090b6f3..097d51de85a267106b036792e896854741f4dbeb 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"
 
This page took 0.032269 seconds and 4 git commands to generate.