aboutsummaryrefslogtreecommitdiff
path: root/sim/iq2000
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-06-12 10:32:54 -0400
committerMike Frysinger <vapier@gentoo.org>2015-06-12 10:40:46 -0400
commita34870829162e3276a9e0152efe2c7de5677a0c3 (patch)
tree400109c3d67ffb1a09a09b2126284e28cf15703a /sim/iq2000
parent5b064994f0e7d8a7bfa0b4b080a360ecd9d2af82 (diff)
downloadfsf-binutils-gdb-a34870829162e3276a9e0152efe2c7de5677a0c3.zip
fsf-binutils-gdb-a34870829162e3276a9e0152efe2c7de5677a0c3.tar.gz
fsf-binutils-gdb-a34870829162e3276a9e0152efe2c7de5677a0c3.tar.bz2
sim: drop -DTRACE from configure
No code uses this anymore and the symbol conflicts with the new TRACE helper. Punt it from configure.
Diffstat (limited to 'sim/iq2000')
-rw-r--r--sim/iq2000/ChangeLog4
-rwxr-xr-xsim/iq2000/configure6
2 files changed, 7 insertions, 3 deletions
diff --git a/sim/iq2000/ChangeLog b/sim/iq2000/ChangeLog
index 1f9ab27..031aa52 100644
--- a/sim/iq2000/ChangeLog
+++ b/sim/iq2000/ChangeLog
@@ -1,5 +1,9 @@
2015-06-12 Mike Frysinger <vapier@gentoo.org>
+ * configure: Regenerate.
+
+2015-06-12 Mike Frysinger <vapier@gentoo.org>
+
* decode.c (frvbf_decode): Change TRACE_EXTRACT to CGEN_TRACE_EXTRACT.
* mloop.in (execute): Change TRACE_INSN_INIT to CGEN_TRACE_INSN_INIT,
TRACE_INSN to CGEN_TRACE_INSN, and TRACE_INSN_FINI to CGEN_TRACE_INSN_FINI.
diff --git a/sim/iq2000/configure b/sim/iq2000/configure
index 02ac1d5..5646987 100755
--- a/sim/iq2000/configure
+++ b/sim/iq2000/configure
@@ -12752,10 +12752,10 @@ fi
# Check whether --enable-sim-trace was given.
if test "${enable_sim_trace+set}" = set; then :
enableval=$enable_sim_trace; case "${enableval}" in
- yes) sim_trace="-DTRACE=1 -DWITH_TRACE=-1";;
- no) sim_trace="-DTRACE=0 -DWITH_TRACE=0";;
+ yes) sim_trace="-DWITH_TRACE=-1";;
+ no) sim_trace="-DWITH_TRACE=0";;
[-0-9]*)
- sim_trace="-DTRACE='(${enableval})' -DWITH_TRACE='(${enableval})'";;
+ sim_trace="-DWITH_TRACE='(${enableval})'";;
[[:lower:]]*)
sim_trace=""
for x in `echo "$enableval" | sed -e "s/,/ /g"`; do