aboutsummaryrefslogtreecommitdiff
path: root/sim/mips/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-01-10 02:49:15 -0500
committerMike Frysinger <vapier@gentoo.org>2016-01-10 03:42:06 -0500
commit6d90347b5dcbb10ecb410b1246613c0caf511bd9 (patch)
treefa877782f00a57372cbebc78901078dc87047d70 /sim/mips/ChangeLog
parent347fe5bb868b7383d4f6942894b31ecf1da6894e (diff)
downloadgdb-6d90347b5dcbb10ecb410b1246613c0caf511bd9.zip
gdb-6d90347b5dcbb10ecb410b1246613c0caf511bd9.tar.gz
gdb-6d90347b5dcbb10ecb410b1246613c0caf511bd9.tar.bz2
sim: mips: drop SIM_AC_OPTION_SMP call
No other port calls this macro directly, and mips has it hardcoded to the default -- disabling smp. In the future we'll enable this for all targets in common code, so tidy up the mips code now.
Diffstat (limited to 'sim/mips/ChangeLog')
-rw-r--r--sim/mips/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog
index 21e832c..9d88694 100644
--- a/sim/mips/ChangeLog
+++ b/sim/mips/ChangeLog
@@ -1,5 +1,10 @@
2016-01-10 Mike Frysinger <vapier@gentoo.org>
+ * configure.ac (SIM_AC_OPTION_SMP): Delete call.
+ * configure: Regenerate.
+
+2016-01-10 Mike Frysinger <vapier@gentoo.org>
+
* configure.ac (SIM_AC_OPTION_INLINE): Delete call.
* configure: Regenerate.