From 5357150c97899af2cc93072780a9c3a128c5b1ae Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 21 Jan 2016 22:17:59 -0500 Subject: sim: unify symbol table handling The common sim tracing code already handles loading and tracking of symbols from the target program so that it can show symbol info in trace/disassembly calls. Once we touch up the trace code and add a few API callbacks, ports don't need to do loading and searching of symbol tables themselves anymore. --- sim/aarch64/memory.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'sim/aarch64/memory.h') diff --git a/sim/aarch64/memory.h b/sim/aarch64/memory.h index 3f63973..5a0a4ad 100644 --- a/sim/aarch64/memory.h +++ b/sim/aarch64/memory.h @@ -23,7 +23,6 @@ #define _MEMORY_H #include -#include "bfd.h" #include "simulator.h" extern void aarch64_get_mem_long_double (sim_cpu *, uint64_t, FRegister *); @@ -53,6 +52,4 @@ extern void aarch64_set_mem_s8 (sim_cpu *, uint64_t, int8_t); extern uint64_t aarch64_get_heap_start (sim_cpu *); extern uint64_t aarch64_get_stack_start (sim_cpu *); -extern void mem_add_blk (sim_cpu *, uint64_t, char *, uint64_t, bfd_boolean); - #endif /* _MEMORY_H */ -- cgit v1.1