aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-04-13 02:38:57 -0400
committerMike Frysinger <vapier@gentoo.org>2015-04-13 02:41:10 -0400
commitbf12d44ee075e694a2b0dca87b9e9ca0e685d319 (patch)
tree9a24d96ec6efff307fbd1729c8445ddb6963b272
parenta542beff945c1a416f85309d57b21d4a18422883 (diff)
sim: fix the PKGVERSION define
This should be SIM, not GDB.
-rw-r--r--sim/arm/ChangeLog4
-rwxr-xr-xsim/arm/configure4
-rw-r--r--sim/avr/ChangeLog4
-rwxr-xr-xsim/avr/configure4
-rw-r--r--sim/bfin/ChangeLog4
-rwxr-xr-xsim/bfin/configure4
-rw-r--r--sim/common/ChangeLog5
-rw-r--r--sim/common/acinclude.m42
-rwxr-xr-xsim/common/configure4
-rw-r--r--sim/cr16/ChangeLog4
-rwxr-xr-xsim/cr16/configure4
-rw-r--r--sim/cris/ChangeLog4
-rwxr-xr-xsim/cris/configure4
-rw-r--r--sim/d10v/ChangeLog4
-rwxr-xr-xsim/d10v/configure4
-rw-r--r--sim/erc32/ChangeLog4
-rwxr-xr-xsim/erc32/configure4
-rw-r--r--sim/frv/ChangeLog4
-rwxr-xr-xsim/frv/configure4
-rw-r--r--sim/ft32/ChangeLog4
-rwxr-xr-xsim/ft32/configure4
-rw-r--r--sim/h8300/ChangeLog4
-rwxr-xr-xsim/h8300/configure4
-rw-r--r--sim/iq2000/ChangeLog4
-rwxr-xr-xsim/iq2000/configure4
-rw-r--r--sim/lm32/ChangeLog4
-rwxr-xr-xsim/lm32/configure4
-rw-r--r--sim/m32c/ChangeLog4
-rwxr-xr-xsim/m32c/configure4
-rw-r--r--sim/m32r/ChangeLog4
-rwxr-xr-xsim/m32r/configure4
-rw-r--r--sim/m68hc11/ChangeLog4
-rwxr-xr-xsim/m68hc11/configure4
-rw-r--r--sim/mcore/ChangeLog4
-rwxr-xr-xsim/mcore/configure4
-rw-r--r--sim/microblaze/ChangeLog4
-rwxr-xr-xsim/microblaze/configure4
-rw-r--r--sim/mips/ChangeLog4
-rwxr-xr-xsim/mips/configure4
-rw-r--r--sim/mn10300/ChangeLog4
-rwxr-xr-xsim/mn10300/configure4
-rw-r--r--sim/moxie/ChangeLog4
-rwxr-xr-xsim/moxie/configure4
-rw-r--r--sim/msp430/ChangeLog4
-rwxr-xr-xsim/msp430/configure4
-rw-r--r--sim/rl78/ChangeLog4
-rwxr-xr-xsim/rl78/configure4
-rw-r--r--sim/rx/ChangeLog4
-rwxr-xr-xsim/rx/configure4
-rw-r--r--sim/sh/ChangeLog4
-rwxr-xr-xsim/sh/configure4
-rw-r--r--sim/sh64/ChangeLog4
-rwxr-xr-xsim/sh64/configure4
-rw-r--r--sim/v850/ChangeLog4
-rwxr-xr-xsim/v850/configure4
55 files changed, 164 insertions, 55 deletions
diff --git a/sim/arm/ChangeLog b/sim/arm/ChangeLog
index 802e837bff..4078d71f1a 100644
--- a/sim/arm/ChangeLog
+++ b/sim/arm/ChangeLog
@@ -1,3 +1,7 @@
+2015-04-13 Mike Frysinger <vapier@gentoo.org>
+
+ * configure: Regenerate.
+
2015-04-12 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (SIM_OBJS): Move wrapper.o to the start of the list.
diff --git a/sim/arm/configure b/sim/arm/configure
index ead6d3d4eb..39f93ad4b4 100755
--- a/sim/arm/configure
+++ b/sim/arm/configure
@@ -1429,7 +1429,7 @@ Optional Packages:
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
- --with-pkgversion=PKG Use PKG in the version string in place of "GDB"
+ --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
--with-bugurl=URL Direct users to URL to report a bug
Some influential environment variables:
@@ -12808,7 +12808,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
- PKGVERSION="(GDB) "
+ PKGVERSION="(SIM) "
fi
diff --git a/sim/avr/ChangeLog b/sim/avr/ChangeLog
index 840ec0bc0c..d8b2a29c11 100644
--- a/sim/avr/ChangeLog
+++ b/sim/avr/ChangeLog
@@ -1,3 +1,7 @@
+2015-04-13 Mike Frysinger <vapier@gentoo.org>
+
+ * configure: Regenerate.
+
2015-04-06 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (SIM_OBJS): Delete sim-engine.o and sim-hrw.o.
diff --git a/sim/avr/configure b/sim/avr/configure
index 092ef46e25..38d09c0d61 100755
--- a/sim/avr/configure
+++ b/sim/avr/configure
@@ -1429,7 +1429,7 @@ Optional Packages:
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
- --with-pkgversion=PKG Use PKG in the version string in place of "GDB"
+ --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
--with-bugurl=URL Direct users to URL to report a bug
Some influential environment variables:
@@ -12808,7 +12808,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
- PKGVERSION="(GDB) "
+ PKGVERSION="(SIM) "
fi
diff --git a/sim/bfin/ChangeLog b/sim/bfin/ChangeLog
index 74107293c8..cd73580045 100644
--- a/sim/bfin/ChangeLog
+++ b/sim/bfin/ChangeLog
@@ -1,3 +1,7 @@
+2015-04-13 Mike Frysinger <vapier@gentoo.org>
+
+ * configure: Regenerate.
+
2015-04-06 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (SIM_OBJS): Delete sim-engine.o and sim-hrw.o.
diff --git a/sim/bfin/configure b/sim/bfin/configure
index 59723c26c3..5b9aaa2bca 100755
--- a/sim/bfin/configure
+++ b/sim/bfin/configure
@@ -1444,7 +1444,7 @@ Optional Packages:
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
- --with-pkgversion=PKG Use PKG in the version string in place of "GDB"
+ --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
--with-bugurl=URL Direct users to URL to report a bug
Some influential environment variables:
@@ -12830,7 +12830,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
- PKGVERSION="(GDB) "
+ PKGVERSION="(SIM) "
fi
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog
index a7341f5ad3..5c0667b8a1 100644
--- a/sim/common/ChangeLog
+++ b/sim/common/ChangeLog
@@ -1,5 +1,10 @@
2015-04-13 Mike Frysinger <vapier@gentoo.org>
+ * acinclude.m4 (ACX_PKGVERSION): Change GDB to SIM.
+ * configure: Regenerate.
+
+2015-04-13 Mike Frysinger <vapier@gentoo.org>
+
* sim-options.c: Include version.h.
(OPTIONS_VERSION): New enum.
(standard_options): Add "version".
diff --git a/sim/common/acinclude.m4 b/sim/common/acinclude.m4
index 6522fea121..75ea8ea8d5 100644
--- a/sim/common/acinclude.m4
+++ b/sim/common/acinclude.m4
@@ -235,7 +235,7 @@ if test x"$silent" != x"yes" && test x"$sim_profile" != x""; then
fi],[sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1"])dnl
AC_SUBST(sim_profile)
-ACX_PKGVERSION([GDB])
+ACX_PKGVERSION([SIM])
ACX_BUGURL([http://www.gnu.org/software/gdb/bugs/])
AC_DEFINE_UNQUOTED([PKGVERSION], ["$PKGVERSION"], [Additional package description])
AC_DEFINE_UNQUOTED([REPORT_BUGS_TO], ["$REPORT_BUGS_TO"], [Bug reporting address])
diff --git a/sim/common/configure b/sim/common/configure
index b81c8a1db3..631ebac4a8 100755
--- a/sim/common/configure
+++ b/sim/common/configure
@@ -1412,7 +1412,7 @@ Optional Packages:
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
- --with-pkgversion=PKG Use PKG in the version string in place of "GDB"
+ --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
--with-bugurl=URL Direct users to URL to report a bug
Some influential environment variables:
@@ -11062,7 +11062,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
- PKGVERSION="(GDB) "
+ PKGVERSION="(SIM) "
fi
diff --git a/sim/cr16/ChangeLog b/sim/cr16/ChangeLog
index 6e2d58c297..272d7ca7e5 100644
--- a/sim/cr16/ChangeLog
+++ b/sim/cr16/ChangeLog
@@ -1,3 +1,7 @@
+2015-04-13 Mike Frysinger <vapier@gentoo.org>
+
+ * configure: Regenerate.
+
2015-04-06 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (SIM_OBJS): Delete sim-engine.o.
diff --git a/sim/cr16/configure b/sim/cr16/configure
index ead6d3d4eb..39f93ad4b4 100755
--- a/sim/cr16/configure
+++ b/sim/cr16/configure
@@ -1429,7 +1429,7 @@ Optional Packages:
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
- --with-pkgversion=PKG Use PKG in the version string in place of "GDB"
+ --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
--with-bugurl=URL Direct users to URL to report a bug
Some influential environment variables:
@@ -12808,7 +12808,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
- PKGVERSION="(GDB) "
+ PKGVERSION="(SIM) "
fi
diff --git a/sim/cris/ChangeLog b/sim/cris/ChangeLog
index 0c56cb9280..b69e20fc63 100644
--- a/sim/cris/ChangeLog
+++ b/sim/cris/ChangeLog
@@ -1,3 +1,7 @@
+2015-04-13 Mike Frysinger <vapier@gentoo.org>
+
+ * configure: Regenerate.
+
2015-04-06 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (SIM_OBJS): Delete sim-engine.o and sim-hrw.o.
diff --git a/sim/cris/configure b/sim/cris/configure
index f8e83403bf..6705a1bccf 100755
--- a/sim/cris/configure
+++ b/sim/cris/configure
@@ -1439,7 +1439,7 @@ Optional Packages:
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
- --with-pkgversion=PKG Use PKG in the version string in place of "GDB"
+ --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
--with-bugurl=URL Direct users to URL to report a bug
Some influential environment variables:
@@ -12818,7 +12818,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
- PKGVERSION="(GDB) "
+ PKGVERSION="(SIM) "
fi
diff --git a/sim/d10v/ChangeLog b/sim/d10v/ChangeLog
index 418f6cea02..331f359f7d 100644
--- a/sim/d10v/ChangeLog
+++ b/sim/d10v/ChangeLog
@@ -1,3 +1,7 @@
+2015-04-13 Mike Frysinger <vapier@gentoo.org>
+
+ * configure: Regenerate.
+
2015-04-06 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (SIM_OBJS): Delete sim-engine.o.
diff --git a/sim/d10v/configure b/sim/d10v/configure
index ead6d3d4eb..39f93ad4b4 100755
--- a/sim/d10v/configure
+++ b/sim/d10v/configure
@@ -1429,7 +1429,7 @@ Optional Packages:
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
- --with-pkgversion=PKG Use PKG in the version string in place of "GDB"
+ --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
--with-bugurl=URL Direct users to URL to report a bug
Some influential environment variables:
@@ -12808,7 +12808,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
- PKGVERSION="(GDB) "
+ PKGVERSION="(SIM) "
fi
diff --git a/sim/erc32/ChangeLog b/sim/erc32/ChangeLog
index 5879674f77..57c19324bc 100644
--- a/sim/erc32/ChangeLog
+++ b/sim/erc32/ChangeLog
@@ -1,3 +1,7 @@
+2015-04-13 Mike Frysinger <vapier@gentoo.org>
+
+ * configure: Regenerate.
+
2015-03-31 Mike Frysinger <vapier@gentoo.org>
* config.in, configure: Regenerate.
diff --git a/sim/erc32/configure b/sim/erc32/configure
index a0f3228f9a..bfe5dbbcff 100755
--- a/sim/erc32/configure
+++ b/sim/erc32/configure
@@ -1415,7 +1415,7 @@ Optional Packages:
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
- --with-pkgversion=PKG Use PKG in the version string in place of "GDB"
+ --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
--with-bugurl=URL Direct users to URL to report a bug
Some influential environment variables:
@@ -12794,7 +12794,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
- PKGVERSION="(GDB) "
+ PKGVERSION="(SIM) "
fi
diff --git a/sim/frv/ChangeLog b/sim/frv/ChangeLog
index 92e0dcb722..9580c5649c 100644
--- a/sim/frv/ChangeLog
+++ b/sim/frv/ChangeLog
@@ -1,3 +1,7 @@
+2015-04-13 Mike Frysinger <vapier@gentoo.org>
+
+ * configure: Regenerate.
+
2015-04-06 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (SIM_OBJS): Delete sim-engine.o and sim-hrw.o.
diff --git a/sim/frv/configure b/sim/frv/configure
index 13ca7c3cc8..50e50c2924 100755
--- a/sim/frv/configure
+++ b/sim/frv/configure
@@ -1434,7 +1434,7 @@ Optional Packages:
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
- --with-pkgversion=PKG Use PKG in the version string in place of "GDB"
+ --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
--with-bugurl=URL Direct users to URL to report a bug
Some influential environment variables:
@@ -12813,7 +12813,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
- PKGVERSION="(GDB) "
+ PKGVERSION="(SIM) "
fi
diff --git a/sim/ft32/ChangeLog b/sim/ft32/ChangeLog
index 2ae6060e20..f3208e6f6c 100644
--- a/sim/ft32/ChangeLog
+++ b/sim/ft32/ChangeLog
@@ -1,5 +1,9 @@
2015-04-13 Mike Frysinger <vapier@gentoo.org>
+ * configure: Regenerate.
+
+2015-04-13 Mike Frysinger <vapier@gentoo.org>
+
* interp.c (ft32_pc_get): Return the pc value.
2015-04-12 Mike Frysinger <vapier@gentoo.org>
diff --git a/sim/ft32/configure b/sim/ft32/configure
index 0d21f067de..946f84fb75 100755
--- a/sim/ft32/configure
+++ b/sim/ft32/configure
@@ -1429,7 +1429,7 @@ Optional Packages:
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
- --with-pkgversion=PKG Use PKG in the version string in place of "GDB"
+ --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
--with-bugurl=URL Direct users to URL to report a bug
Some influential environment variables:
@@ -12808,7 +12808,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
- PKGVERSION="(GDB) "
+ PKGVERSION="(SIM) "
fi
diff --git a/sim/h8300/ChangeLog b/sim/h8300/ChangeLog
index c0be32df24..215a182fbc 100644
--- a/sim/h8300/ChangeLog
+++ b/sim/h8300/ChangeLog
@@ -1,3 +1,7 @@
+2015-04-13 Mike Frysinger <vapier@gentoo.org>
+
+ * configure: Regenerate.
+
2015-04-06 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (SIM_OBJS): Delete sim-engine.o.
diff --git a/sim/h8300/configure b/sim/h8300/configure
index 97b396f193..c273fc47cc 100755
--- a/sim/h8300/configure
+++ b/sim/h8300/configure
@@ -1411,7 +1411,7 @@ Optional Packages:
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
- --with-pkgversion=PKG Use PKG in the version string in place of "GDB"
+ --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
--with-bugurl=URL Direct users to URL to report a bug
Some influential environment variables:
@@ -12790,7 +12790,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
- PKGVERSION="(GDB) "
+ PKGVERSION="(SIM) "
fi
diff --git a/sim/iq2000/ChangeLog b/sim/iq2000/ChangeLog
index bc95baf665..9da17e5908 100644
--- a/sim/iq2000/ChangeLog
+++ b/sim/iq2000/ChangeLog
@@ -1,3 +1,7 @@
+2015-04-13 Mike Frysinger <vapier@gentoo.org>
+
+ * configure: Regenerate.
+
2015-04-06 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (SIM_OBJS): Delete sim-engine.o and sim-hrw.o.
diff --git a/sim/iq2000/configure b/sim/iq2000/configure
index 3561837ed6..02ac1d53c7 100755
--- a/sim/iq2000/configure
+++ b/sim/iq2000/configure
@@ -1433,7 +1433,7 @@ Optional Packages:
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
- --with-pkgversion=PKG Use PKG in the version string in place of "GDB"
+ --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
--with-bugurl=URL Direct users to URL to report a bug
Some influential environment variables:
@@ -12812,7 +12812,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
- PKGVERSION="(GDB) "
+ PKGVERSION="(SIM) "
fi
diff --git a/sim/lm32/ChangeLog b/sim/lm32/ChangeLog
index 31e621f5f7..fdb204bb05 100644
--- a/sim/lm32/ChangeLog
+++ b/sim/lm32/ChangeLog
@@ -1,3 +1,7 @@
+2015-04-13 Mike Frysinger <vapier@gentoo.org>
+
+ * configure: Regenerate.
+
2015-04-06 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (SIM_OBJS): Delete sim-engine.o and sim-hrw.o.
diff --git a/sim/lm32/configure b/sim/lm32/configure
index d908fcac97..3fa679c88c 100755
--- a/sim/lm32/configure
+++ b/sim/lm32/configure
@@ -1431,7 +1431,7 @@ Optional Packages:
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
- --with-pkgversion=PKG Use PKG in the version string in place of "GDB"
+ --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
--with-bugurl=URL Direct users to URL to report a bug
Some influential environment variables:
@@ -12810,7 +12810,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
- PKGVERSION="(GDB) "
+ PKGVERSION="(SIM) "
fi
diff --git a/sim/m32c/ChangeLog b/sim/m32c/ChangeLog
index 814d2dc446..de47b6df22 100644
--- a/sim/m32c/ChangeLog
+++ b/sim/m32c/ChangeLog
@@ -1,3 +1,7 @@
+2015-04-13 Mike Frysinger <vapier@gentoo.org>
+
+ * configure: Regenerate.
+
2015-04-01 Mike Frysinger <vapier@gentoo.org>
* configure.ac: Call SIM_AC_OPTION_WARNINGS.
diff --git a/sim/m32c/configure b/sim/m32c/configure
index 99a06d1290..1a1515f14c 100755
--- a/sim/m32c/configure
+++ b/sim/m32c/configure
@@ -1419,7 +1419,7 @@ Optional Packages:
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
- --with-pkgversion=PKG Use PKG in the version string in place of "GDB"
+ --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
--with-bugurl=URL Direct users to URL to report a bug
Some influential environment variables:
@@ -12798,7 +12798,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
- PKGVERSION="(GDB) "
+ PKGVERSION="(SIM) "
fi
diff --git a/sim/m32r/ChangeLog b/sim/m32r/ChangeLog
index e7d332fe5e..2dcd3a0787 100644
--- a/sim/m32r/ChangeLog
+++ b/sim/m32r/ChangeLog
@@ -1,3 +1,7 @@
+2015-04-13 Mike Frysinger <vapier@gentoo.org>
+
+ * configure: Regenerate.
+
2015-04-06 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (SIM_OBJS): Delete sim-engine.o and sim-hrw.o.
diff --git a/sim/m32r/configure b/sim/m32r/configure
index 417e24c148..2145d6a7db 100755
--- a/sim/m32r/configure
+++ b/sim/m32r/configure
@@ -1435,7 +1435,7 @@ Optional Packages:
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
- --with-pkgversion=PKG Use PKG in the version string in place of "GDB"
+ --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
--with-bugurl=URL Direct users to URL to report a bug
Some influential environment variables:
@@ -12814,7 +12814,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
- PKGVERSION="(GDB) "
+ PKGVERSION="(SIM) "
fi
diff --git a/sim/m68hc11/ChangeLog b/sim/m68hc11/ChangeLog
index 73adccb02d..adedfc4b82 100644
--- a/sim/m68hc11/ChangeLog
+++ b/sim/m68hc11/ChangeLog
@@ -1,5 +1,9 @@
2015-04-13 Mike Frysinger <vapier@gentoo.org>
+ * configure: Regenerate.
+
+2015-04-13 Mike Frysinger <vapier@gentoo.org>
+
* Makefile.in (SIM_OBJS): Add sim-cpu.o.
* interp.c (m68hc11_pc_get, m68hc11_pc_set): New functions.
(sim_open): Declare new local var i. Call sim_cpu_alloc_all.
diff --git a/sim/m68hc11/configure b/sim/m68hc11/configure
index e66e89cc71..7bde7e486c 100755
--- a/sim/m68hc11/configure
+++ b/sim/m68hc11/configure
@@ -1428,7 +1428,7 @@ Optional Packages:
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
- --with-pkgversion=PKG Use PKG in the version string in place of "GDB"
+ --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
--with-bugurl=URL Direct users to URL to report a bug
Some influential environment variables:
@@ -12807,7 +12807,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
- PKGVERSION="(GDB) "
+ PKGVERSION="(SIM) "
fi
diff --git a/sim/mcore/ChangeLog b/sim/mcore/ChangeLog
index cd32d7ab7c..f8f29a8cf1 100644
--- a/sim/mcore/ChangeLog
+++ b/sim/mcore/ChangeLog
@@ -1,3 +1,7 @@
+2015-04-13 Mike Frysinger <vapier@gentoo.org>
+
+ * configure: Regenerate.
+
2015-04-06 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (SIM_OBJS): Delete sim-engine.o.
diff --git a/sim/mcore/configure b/sim/mcore/configure
index ead6d3d4eb..39f93ad4b4 100755
--- a/sim/mcore/configure
+++ b/sim/mcore/configure
@@ -1429,7 +1429,7 @@ Optional Packages:
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
- --with-pkgversion=PKG Use PKG in the version string in place of "GDB"
+ --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
--with-bugurl=URL Direct users to URL to report a bug
Some influential environment variables:
@@ -12808,7 +12808,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
- PKGVERSION="(GDB) "
+ PKGVERSION="(SIM) "
fi
diff --git a/sim/microblaze/ChangeLog b/sim/microblaze/ChangeLog
index 5120267321..7285fd7745 100644
--- a/sim/microblaze/ChangeLog
+++ b/sim/microblaze/ChangeLog
@@ -1,3 +1,7 @@
+2015-04-13 Mike Frysinger <vapier@gentoo.org>
+
+ * configure: Regenerate.
+
2015-04-06 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (SIM_OBJS): Delete sim-engine.o.
diff --git a/sim/microblaze/configure b/sim/microblaze/configure
index ead6d3d4eb..39f93ad4b4 100755
--- a/sim/microblaze/configure
+++ b/sim/microblaze/configure
@@ -1429,7 +1429,7 @@ Optional Packages:
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
- --with-pkgversion=PKG Use PKG in the version string in place of "GDB"
+ --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
--with-bugurl=URL Direct users to URL to report a bug
Some influential environment variables:
@@ -12808,7 +12808,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
- PKGVERSION="(GDB) "
+ PKGVERSION="(SIM) "
fi
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog
index a962f84a81..7577dc679e 100644
--- a/sim/mips/ChangeLog
+++ b/sim/mips/ChangeLog
@@ -1,5 +1,9 @@
2015-04-13 Mike Frysinger <vapier@gentoo.org>
+ * configure: Regenerate.
+
+2015-04-13 Mike Frysinger <vapier@gentoo.org>
+
* Makefile.in (SIM_OBJS): Add sim-cpu.o.
* interp.c (mips_pc_get, mips_pc_set): New functions.
(sim_open): Declare new local var i. Call sim_cpu_alloc_all.
diff --git a/sim/mips/configure b/sim/mips/configure
index 1abf98ef9b..16367a80a5 100755
--- a/sim/mips/configure
+++ b/sim/mips/configure
@@ -1455,7 +1455,7 @@ Optional Packages:
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
- --with-pkgversion=PKG Use PKG in the version string in place of "GDB"
+ --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
--with-bugurl=URL Direct users to URL to report a bug
--with-x use the X Window System
@@ -12836,7 +12836,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
- PKGVERSION="(GDB) "
+ PKGVERSION="(SIM) "
fi
diff --git a/sim/mn10300/ChangeLog b/sim/mn10300/ChangeLog
index dbeb0c7036..87985d6ccd 100644
--- a/sim/mn10300/ChangeLog
+++ b/sim/mn10300/ChangeLog
@@ -1,5 +1,9 @@
2015-04-13 Mike Frysinger <vapier@gentoo.org>
+ * configure: Regenerate.
+
+2015-04-13 Mike Frysinger <vapier@gentoo.org>
+
* Makefile.in (MN10300_OBJS): Add sim-cpu.o.
* interp.c (mn10300_pc_get, mn10300_pc_set): New functions.
(sim_open): Declare new local var i. Call sim_cpu_alloc_all.
diff --git a/sim/mn10300/configure b/sim/mn10300/configure
index a8303bec97..54425b1c64 100755
--- a/sim/mn10300/configure
+++ b/sim/mn10300/configure
@@ -1434,7 +1434,7 @@ Optional Packages:
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
- --with-pkgversion=PKG Use PKG in the version string in place of "GDB"
+ --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
--with-bugurl=URL Direct users to URL to report a bug
Some influential environment variables:
@@ -12813,7 +12813,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
- PKGVERSION="(GDB) "
+ PKGVERSION="(SIM) "
fi
diff --git a/sim/moxie/ChangeLog b/sim/moxie/ChangeLog
index e59cbfafd1..32b4f456d2 100644
--- a/sim/moxie/ChangeLog
+++ b/sim/moxie/ChangeLog
@@ -1,3 +1,7 @@
+2015-04-13 Mike Frysinger <vapier@gentoo.org>
+
+ * configure: Regenerate.
+
2015-04-06 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (SIM_OBJS): Delete sim-engine.o and sim-hrw.o.
diff --git a/sim/moxie/configure b/sim/moxie/configure
index 6417068bf1..6540bccf13 100755
--- a/sim/moxie/configure
+++ b/sim/moxie/configure
@@ -1430,7 +1430,7 @@ Optional Packages:
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
- --with-pkgversion=PKG Use PKG in the version string in place of "GDB"
+ --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
--with-bugurl=URL Direct users to URL to report a bug
Some influential environment variables:
@@ -12809,7 +12809,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
- PKGVERSION="(GDB) "
+ PKGVERSION="(SIM) "
fi
diff --git a/sim/msp430/ChangeLog b/sim/msp430/ChangeLog
index 31e115c34b..9347ed5df1 100644
--- a/sim/msp430/ChangeLog
+++ b/sim/msp430/ChangeLog
@@ -1,3 +1,7 @@
+2015-04-13 Mike Frysinger <vapier@gentoo.org>
+
+ * configure: Regenerate.
+
2015-04-06 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (SIM_OBJS): Delete sim-engine.o and sim-hrw.o.
diff --git a/sim/msp430/configure b/sim/msp430/configure
index ff3e5bc9a4..12f9ed4c22 100755
--- a/sim/msp430/configure
+++ b/sim/msp430/configure
@@ -1425,7 +1425,7 @@ Optional Packages:
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
- --with-pkgversion=PKG Use PKG in the version string in place of "GDB"
+ --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
--with-bugurl=URL Direct users to URL to report a bug
Some influential environment variables:
@@ -12804,7 +12804,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
- PKGVERSION="(GDB) "
+ PKGVERSION="(SIM) "
fi
diff --git a/sim/rl78/ChangeLog b/sim/rl78/ChangeLog
index 0bf54cad82..d515328659 100644
--- a/sim/rl78/ChangeLog
+++ b/sim/rl78/ChangeLog
@@ -1,3 +1,7 @@
+2015-04-13 Mike Frysinger <vapier@gentoo.org>
+
+ * configure: Regenerate.
+
2015-03-31 Mike Frysinger <vapier@gentoo.org>
* config.in, configure: Regenerate.
diff --git a/sim/rl78/configure b/sim/rl78/configure
index b0e2f08f14..2b074d56be 100755
--- a/sim/rl78/configure
+++ b/sim/rl78/configure
@@ -1411,7 +1411,7 @@ Optional Packages:
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
- --with-pkgversion=PKG Use PKG in the version string in place of "GDB"
+ --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
--with-bugurl=URL Direct users to URL to report a bug
Some influential environment variables:
@@ -12790,7 +12790,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
- PKGVERSION="(GDB) "
+ PKGVERSION="(SIM) "
fi
diff --git a/sim/rx/ChangeLog b/sim/rx/ChangeLog
index e8c3e540f1..45e67c308e 100644
--- a/sim/rx/ChangeLog
+++ b/sim/rx/ChangeLog
@@ -1,3 +1,7 @@
+2015-04-13 Mike Frysinger <vapier@gentoo.org>
+
+ * configure: Regenerate.
+
2015-03-31 Mike Frysinger <vapier@gentoo.org>
* config.in, configure: Regenerate.
diff --git a/sim/rx/configure b/sim/rx/configure
index ab886c1cd2..cffb1ba822 100755
--- a/sim/rx/configure
+++ b/sim/rx/configure
@@ -1415,7 +1415,7 @@ Optional Packages:
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
- --with-pkgversion=PKG Use PKG in the version string in place of "GDB"
+ --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
--with-bugurl=URL Direct users to URL to report a bug
Some influential environment variables:
@@ -12794,7 +12794,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
- PKGVERSION="(GDB) "
+ PKGVERSION="(SIM) "
fi
diff --git a/sim/sh/ChangeLog b/sim/sh/ChangeLog
index 7b935241b9..23efac2a88 100644
--- a/sim/sh/ChangeLog
+++ b/sim/sh/ChangeLog
@@ -1,3 +1,7 @@
+2015-04-13 Mike Frysinger <vapier@gentoo.org>
+
+ * configure: Regenerate.
+
2015-04-06 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (SIM_OBJS): Delete sim-engine.o.
diff --git a/sim/sh/configure b/sim/sh/configure
index ead6d3d4eb..39f93ad4b4 100755
--- a/sim/sh/configure
+++ b/sim/sh/configure
@@ -1429,7 +1429,7 @@ Optional Packages:
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
- --with-pkgversion=PKG Use PKG in the version string in place of "GDB"
+ --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
--with-bugurl=URL Direct users to URL to report a bug
Some influential environment variables:
@@ -12808,7 +12808,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
- PKGVERSION="(GDB) "
+ PKGVERSION="(SIM) "
fi
diff --git a/sim/sh64/ChangeLog b/sim/sh64/ChangeLog
index e6a17e078d..574fbb1088 100644
--- a/sim/sh64/ChangeLog
+++ b/sim/sh64/ChangeLog
@@ -1,3 +1,7 @@
+2015-04-13 Mike Frysinger <vapier@gentoo.org>
+
+ * configure: Regenerate.
+
2015-04-06 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (SIM_OBJS): Delete sim-engine.o and sim-hrw.o.
diff --git a/sim/sh64/configure b/sim/sh64/configure
index c31b447048..b1d6a9c16d 100755
--- a/sim/sh64/configure
+++ b/sim/sh64/configure
@@ -1433,7 +1433,7 @@ Optional Packages:
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
- --with-pkgversion=PKG Use PKG in the version string in place of "GDB"
+ --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
--with-bugurl=URL Direct users to URL to report a bug
Some influential environment variables:
@@ -12812,7 +12812,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
- PKGVERSION="(GDB) "
+ PKGVERSION="(SIM) "
fi
diff --git a/sim/v850/ChangeLog b/sim/v850/ChangeLog
index 9a5e907f86..62c6ef05a7 100644
--- a/sim/v850/ChangeLog
+++ b/sim/v850/ChangeLog
@@ -1,5 +1,9 @@
2015-04-13 Mike Frysinger <vapier@gentoo.org>
+ * configure: Regenerate.
+
+2015-04-13 Mike Frysinger <vapier@gentoo.org>
+
* Makefile.in (SIM_OBJS): Add sim-cpu.o.
* interp.c (v850_pc_get, v850_pc_set): New functions.
(sim_open): Declare new local var i. Call sim_cpu_alloc_all.
diff --git a/sim/v850/configure b/sim/v850/configure
index 9926027326..f631e0c54b 100755
--- a/sim/v850/configure
+++ b/sim/v850/configure
@@ -1429,7 +1429,7 @@ Optional Packages:
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
- --with-pkgversion=PKG Use PKG in the version string in place of "GDB"
+ --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
--with-bugurl=URL Direct users to URL to report a bug
Some influential environment variables:
@@ -12808,7 +12808,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
- PKGVERSION="(GDB) "
+ PKGVERSION="(SIM) "
fi