OSDN Git Service

2002-04-01 Daniel Jacobowitz <drow@mvista.com>
authorDaniel Jacobowitz <dan@debian.org>
Mon, 1 Apr 2002 05:58:45 +0000 (05:58 +0000)
committerDaniel Jacobowitz <dan@debian.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 69615a8..8c3fb51 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 e21fdad..097d51d 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"