X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=sim%2Faarch64%2Fsimulator.h;h=e1b4f1cfd03ce4e253e8a80bc0ba6be7c96f1c17;hb=73ddaae1555b44a4af79e49f63785e182e037553;hp=f186ec5278edf89acbbec41405d3c37763f5b4e1;hpb=618f726fcb851883a0094aa7fa17003889b7189f;p=deliverable%2Fbinutils-gdb.git diff --git a/sim/aarch64/simulator.h b/sim/aarch64/simulator.h index f186ec5278..e1b4f1cfd0 100644 --- a/sim/aarch64/simulator.h +++ b/sim/aarch64/simulator.h @@ -1,6 +1,6 @@ /* simulator.h -- Prototypes for AArch64 simulator functions. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2019 Free Software Foundation, Inc. Contributed by Red Hat. @@ -29,8 +29,6 @@ #include "sim-main.h" #include "decode.h" -extern bfd_boolean disas; - #define TOP_LEVEL_RETURN_PC 0xffffffffffffffecULL /* Call this to set the start stack pointer, frame pointer and pc @@ -48,10 +46,7 @@ extern void aarch64_init (sim_cpu *, uint64_t); hit an error. */ extern void aarch64_run (SIM_DESC); - -extern const char * aarch64_get_func (uint64_t); -extern void aarch64_print_insn (SIM_DESC, uint64_t); -extern uint64_t aarch64_get_sym_value (const char *); +extern const char * aarch64_get_func (SIM_DESC, uint64_t); extern void aarch64_init_LIT_table (void); #endif /* _SIMULATOR_H */