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:
@@ -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;
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user