we REALLY don't want to use system headers for libelf...

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
This commit is contained in:
Ali Saidi 2006-03-04 12:35:13 -05:00
parent 1e3b221fe3
commit 1e071c9f5f
2 changed files with 3 additions and 3 deletions

View 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;

View 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"