aboutsummaryrefslogtreecommitdiff
path: root/sim/cr16
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-03-31 01:13:12 -0400
committerMike Frysinger <vapier@gentoo.org>2015-04-01 01:22:44 -0400
commit0fe84f3fbe9a740c38a8dbaa0150b8e4c25c69dd (patch)
treec52807092eb6da88708bb229b3110cfaf5c06faf /sim/cr16
parentaadc9410ba24ecf777fcc515afda69ef94d74248 (diff)
downloadgdb-0fe84f3fbe9a740c38a8dbaa0150b8e4c25c69dd.zip
gdb-0fe84f3fbe9a740c38a8dbaa0150b8e4c25c69dd.tar.gz
gdb-0fe84f3fbe9a740c38a8dbaa0150b8e4c25c69dd.tar.bz2
sim: run: punt!
Now that all targets have been converted to nrun, we can finally punt this old inconsistent interface. A few stray references to the old run were sprinkled about; clean them up in the process. We leave behind the run(1) man page mostly so that we get it updated for the new nrun interface.
Diffstat (limited to 'sim/cr16')
-rw-r--r--sim/cr16/ChangeLog4
-rw-r--r--sim/cr16/interp.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/sim/cr16/ChangeLog b/sim/cr16/ChangeLog
index 0aaa479..55355c4 100644
--- a/sim/cr16/ChangeLog
+++ b/sim/cr16/ChangeLog
@@ -1,3 +1,7 @@
+2015-04-01 Mike Frysinger <vapier@gentoo.org>
+
+ * interp.c (sim_set_profile, sim_set_profile_size): Delete.
+
2015-03-31 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (simops.o): New rule.
diff --git a/sim/cr16/interp.c b/sim/cr16/interp.c
index fc8afd0..86fd280 100644
--- a/sim/cr16/interp.c
+++ b/sim/cr16/interp.c
@@ -42,8 +42,6 @@ uint32 sign_flag;
static struct hash_entry *lookup_hash (uint64 ins, int size);
static void get_operands (operand_desc *s, uint64 mcode, int isize, int nops);
-extern void sim_set_profile (int n);
-extern void sim_set_profile_size (int n);
static INLINE uint8 *map_memory (unsigned phys_addr);
#define MAX_HASH 16