diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-03-31 01:13:12 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-04-01 01:22:44 -0400 |
commit | 0fe84f3fbe9a740c38a8dbaa0150b8e4c25c69dd (patch) | |
tree | c52807092eb6da88708bb229b3110cfaf5c06faf /sim/avr/sim-main.h | |
parent | aadc9410ba24ecf777fcc515afda69ef94d74248 (diff) | |
download | binutils-0fe84f3fbe9a740c38a8dbaa0150b8e4c25c69dd.zip binutils-0fe84f3fbe9a740c38a8dbaa0150b8e4c25c69dd.tar.gz binutils-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/avr/sim-main.h')
-rw-r--r-- | sim/avr/sim-main.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sim/avr/sim-main.h b/sim/avr/sim-main.h index 02c76d3..025eb15 100644 --- a/sim/avr/sim-main.h +++ b/sim/avr/sim-main.h @@ -19,8 +19,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; |