we REALLY don't want to use system headers for libelf...
authorAli Saidi <saidi@eecs.umich.edu>
Sat, 4 Mar 2006 17:35:13 +0000 (12:35 -0500)
committerAli Saidi <saidi@eecs.umich.edu>
Sat, 4 Mar 2006 17:35:13 +0000 (12:35 -0500)
use "" not <>

targetarch->arch

arch/alpha/system.cc:
    targetarch -> arch
base/loader/elf_object.cc:
    we REALLY don't want to use system headers  for libelf...
    use "" not <>

--HG--
extra : convert_revision : d0e1672dc655dca3081e36b2158e7b19ef54af40

arch/alpha/system.cc
base/loader/elf_object.cc

index b841a6d5339a2e855b6a3d261d2647bc202f1349..1e80c7768086ea214d0bb864c2b1076e8b36e3c5 100644 (file)
@@ -27,6 +27,7 @@
  */
 
 #include "arch/alpha/system.hh"
+#include "arch/vtophys.hh"
 #include "base/remote_gdb.hh"
 #include "base/loader/object_file.hh"
 #include "base/loader/symtab.hh"
@@ -35,7 +36,6 @@
 #include "mem/functional/physical.hh"
 #include "sim/byteswap.hh"
 #include "sim/builder.hh"
-#include "targetarch/vtophys.hh"
 
 using namespace LittleEndianGuest;
 
index 9dd9f9d00b24a41caa65b5104a764cba9b8e4e89..fd69c9e5611589aea99ae014991e0637f492e00d 100644 (file)
@@ -38,8 +38,8 @@
 #define __LIBELF_NEED_LINK_H    0
 #define __LIBELF_SYMBOL_VERSIONS 0
 
-#include <libelf/libelf.h>
-#include <libelf/gelf.h>
+#include "libelf/libelf.h"
+#include "libelf/gelf.h"
 
 #include "base/loader/elf_object.hh"