aboutsummaryrefslogtreecommitdiff
path: root/sim/moxie
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/moxie
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/moxie')
-rw-r--r--sim/moxie/ChangeLog4
-rw-r--r--sim/moxie/sim-main.h2
2 files changed, 4 insertions, 2 deletions
diff --git a/sim/moxie/ChangeLog b/sim/moxie/ChangeLog
index 543ff11..e57313c 100644
--- a/sim/moxie/ChangeLog
+++ b/sim/moxie/ChangeLog
@@ -1,3 +1,7 @@
+2015-04-01 Mike Frysinger <vapier@gentoo.org>
+
+ * sim-main.h (SIM_HAVE_BIENDIAN): Delete.
+
2015-03-31 Mike Frysinger <vapier@gentoo.org>
* config.in, configure: Regenerate.
diff --git a/sim/moxie/sim-main.h b/sim/moxie/sim-main.h
index ee7e368..cb1ce72 100644
--- a/sim/moxie/sim-main.h
+++ b/sim/moxie/sim-main.h
@@ -20,8 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#ifndef SIM_MAIN_H
#define SIM_MAIN_H
-#define SIM_HAVE_BIENDIAN
-
#include "sim-basics.h"
typedef address_word sim_cia;