Automatic date update in version.in
[deliverable/binutils-gdb.git] / sim / aarch64 / simulator.h
index a17bd21860b157c52b717a2794758347dc8ce1e7..e1b4f1cfd03ce4e253e8a80bc0ba6be7c96f1c17 100644 (file)
@@ -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.
 
@@ -46,13 +46,7 @@ extern void         aarch64_init (sim_cpu *, uint64_t);
    hit an error.  */
 
 extern void         aarch64_run (SIM_DESC);
-
-/* Call this to execute one instruction at the current PC.  */
-
-extern bfd_boolean  aarch64_step (sim_cpu *);
-
-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 */
This page took 0.022783 seconds and 4 git commands to generate.