X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=sim%2Faarch64%2Fsimulator.h;h=68a940ec3bebf13195691bab229fa8384bc5e49e;hb=456e800a63def18484f69a51f59c2338a5cc4568;hp=08bed3d754f35a3ade3e6c8e7189694524fc8fe4;hpb=1a846c62626357f9e966ef50917dca3a357c9644;p=deliverable%2Fbinutils-gdb.git diff --git a/sim/aarch64/simulator.h b/sim/aarch64/simulator.h index 08bed3d754..68a940ec3b 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-2020 Free Software Foundation, Inc. Contributed by Red Hat. @@ -46,9 +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 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 */