]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
sim: mips: delete TARGET_TX3904 define
authorMike Frysinger <vapier@gentoo.org>
Fri, 25 Dec 2015 03:37:11 +0000 (22:37 -0500)
committerMike Frysinger <vapier@gentoo.org>
Fri, 25 Dec 2015 03:39:30 +0000 (22:39 -0500)
With the LMA cleanup, we no longer need this define.

sim/mips/ChangeLog
sim/mips/configure
sim/mips/configure.ac

index d4d23eb11e8d5af2edf65b4b6e55ba4d15cbafca..46fd20c6ca5708ad2609b7fe67694ea539596bd5 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 67f7e090a5b2b4878c0871fb7586d4c4dbf953f3..e1a838ddbdb6b0189adc34cf817ef265f37c7b44 100755 (executable)
@@ -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"
        ;;
   *)
        ;;
index a64232696b467e05eb76cd7577a08510aced716d..2d7bf7ceb3d5caeabbe2872c247822a2c4a24c0e 100644 (file)
@@ -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"
        ;;
   *)
        ;;