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:
parent
1e3b221fe3
commit
1e071c9f5f
2 changed files with 3 additions and 3 deletions
|
@ -27,6 +27,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "arch/alpha/system.hh"
|
#include "arch/alpha/system.hh"
|
||||||
|
#include "arch/vtophys.hh"
|
||||||
#include "base/remote_gdb.hh"
|
#include "base/remote_gdb.hh"
|
||||||
#include "base/loader/object_file.hh"
|
#include "base/loader/object_file.hh"
|
||||||
#include "base/loader/symtab.hh"
|
#include "base/loader/symtab.hh"
|
||||||
|
@ -35,7 +36,6 @@
|
||||||
#include "mem/functional/physical.hh"
|
#include "mem/functional/physical.hh"
|
||||||
#include "sim/byteswap.hh"
|
#include "sim/byteswap.hh"
|
||||||
#include "sim/builder.hh"
|
#include "sim/builder.hh"
|
||||||
#include "targetarch/vtophys.hh"
|
|
||||||
|
|
||||||
using namespace LittleEndianGuest;
|
using namespace LittleEndianGuest;
|
||||||
|
|
||||||
|
|
|
@ -38,8 +38,8 @@
|
||||||
#define __LIBELF_NEED_LINK_H 0
|
#define __LIBELF_NEED_LINK_H 0
|
||||||
#define __LIBELF_SYMBOL_VERSIONS 0
|
#define __LIBELF_SYMBOL_VERSIONS 0
|
||||||
|
|
||||||
#include <libelf/libelf.h>
|
#include "libelf/libelf.h"
|
||||||
#include <libelf/gelf.h>
|
#include "libelf/gelf.h"
|
||||||
|
|
||||||
#include "base/loader/elf_object.hh"
|
#include "base/loader/elf_object.hh"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue