From 2faab0064bccdf06a454ba5fc37f2cfeceab78bc Mon Sep 17 00:00:00 2001 From: David Srbecky Date: Tue, 12 Feb 2019 16:35:48 +0000 Subject: Create libelffile library for ELF file manipulation. Move some of our tooling to library to make it reusable. Remove MIPS support from the ELF builder. This is slightly easier than making it independent of the runtime. Bug: 110133331 Test: test.py -b --host Change-Id: I93343808d0e27ee8e1117e713a2503e8179fc245 --- compiler/cfi_test.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'compiler/cfi_test.h') diff --git a/compiler/cfi_test.h b/compiler/cfi_test.h index 2fc81c958a..9755ef12d0 100644 --- a/compiler/cfi_test.h +++ b/compiler/cfi_test.h @@ -23,10 +23,10 @@ #include "arch/instruction_set.h" #include "base/enums.h" -#include "debug/dwarf/dwarf_constants.h" #include "debug/dwarf/dwarf_test.h" -#include "debug/dwarf/headers.h" #include "disassembler.h" +#include "dwarf/dwarf_constants.h" +#include "dwarf/headers.h" #include "gtest/gtest.h" #include "thread.h" -- cgit v1.2.3-59-g8ed1b