diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-12-24 22:37:11 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-12-24 22:39:30 -0500 |
commit | ef04e3719831b50e62cb97cd0ac10548a35cef40 (patch) | |
tree | c4cf4a5113f0edcbc376a917f58ec98dd7369194 /sim/mips | |
parent | cb379ede3cf6cf367b2bb58b85d8ee849a82a9b0 (diff) | |
download | binutils-gdb-ef04e3719831b50e62cb97cd0ac10548a35cef40.tar.gz |
sim: mips: delete TARGET_TX3904 define
With the LMA cleanup, we no longer need this define.
Diffstat (limited to 'sim/mips')
-rw-r--r-- | sim/mips/ChangeLog | 5 | ||||
-rwxr-xr-x | sim/mips/configure | 1 | ||||
-rw-r--r-- | sim/mips/configure.ac | 1 |
3 files changed, 5 insertions, 2 deletions
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index d4d23eb11e8..46fd20c6ca5 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/ChangeLog @@ -1,5 +1,10 @@ 2015-12-24 Mike Frysinger <vapier@gentoo.org> + * configure.ac (SIM_SUBTARGET): Drop -DTARGET_TX3904=1. + * configure: Regenerated. + +2015-12-24 Mike Frysinger <vapier@gentoo.org> + * sim-main.h (SIM_QUIET_NAN_NEGATED): Move from tconfig.h. * tconfig.h: Delete. diff --git a/sim/mips/configure b/sim/mips/configure index 67f7e090a5b..e1a838ddbdb 100755 --- a/sim/mips/configure +++ b/sim/mips/configure @@ -13981,7 +13981,6 @@ case "${target}" in mips*tx39*) hw_enabled=yes hw_extra_devices="tx3904cpu tx3904irc tx3904tmr tx3904sio" - SIM_SUBTARGET="$SIM_SUBTARGET -DTARGET_TX3904=1" ;; *) ;; diff --git a/sim/mips/configure.ac b/sim/mips/configure.ac index a64232696b4..2d7bf7ceb3d 100644 --- a/sim/mips/configure.ac +++ b/sim/mips/configure.ac @@ -444,7 +444,6 @@ case "${target}" in mips*tx39*) hw_enabled=yes hw_extra_devices="tx3904cpu tx3904irc tx3904tmr tx3904sio" - SIM_SUBTARGET="$SIM_SUBTARGET -DTARGET_TX3904=1" ;; *) ;; |