summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2013-11-04 11:03:33 -0800
committerH.J. Lu <hjl.tools@gmail.com>2013-11-06 09:18:11 -0800
commitad40f5720a7c0f611333c01fe22e265be88dc2bc (patch)
treecbb0fb1c9777f7228ae9cce3ccd3871dd4ff1bb6
parenta1ca47c64aa2ffccaac9cac047b1c933919f87b9 (diff)
downloadbinutils-gdb-users/hjl/linux/track.tar.gz
Mention hjl.tools@gmail.com in bug URLusers/hjl/linux/track
-rw-r--r--ChangeLog.linux5
-rwxr-xr-xbfd/configure6
-rw-r--r--bfd/configure.in4
3 files changed, 10 insertions, 5 deletions
diff --git a/ChangeLog.linux b/ChangeLog.linux
new file mode 100644
index 00000000000..6bf4e0af44e
--- /dev/null
+++ b/ChangeLog.linux
@@ -0,0 +1,5 @@
+2013-11-04 H.J. Lu <hjl.tools@gmail.com>
+
+ * bfd/configure.in (ACX_PKGVERSION): Pass "Linux/GNU Binutils".
+ (ACX_BUGURL): Add mailto:hjl.tools@gmail.com.
+ * bfd/configure: Regenerated.
diff --git a/bfd/configure b/bfd/configure
index bdda6dc689d..9ac3eca982a 100755
--- a/bfd/configure
+++ b/bfd/configure
@@ -1460,7 +1460,7 @@ Optional Packages:
--with-separate-debug-dir=DIR
Look for global separate debug info in DIR
[default=LIBDIR/debug]
- --with-pkgversion=PKG Use PKG in the version string in place of "GNU
+ --with-pkgversion=PKG Use PKG in the version string in place of "Linux/GNU
Binutils"
--with-bugurl=URL Direct users to URL to report a bug
--with-zlib include zlib support (auto/yes/no) default=auto
@@ -12121,7 +12121,7 @@ if test "${with_pkgversion+set}" = set; then :
*) PKGVERSION="($withval) " ;;
esac
else
- PKGVERSION="(GNU Binutils) "
+ PKGVERSION="(Linux/GNU Binutils) "
fi
@@ -12139,7 +12139,7 @@ if test "${with_bugurl+set}" = set; then :
;;
esac
else
- BUGURL="http://www.sourceware.org/bugzilla/"
+ BUGURL="http://www.sourceware.org/bugzilla/ and mailto:hjl.tools@gmail.com"
fi
diff --git a/bfd/configure.in b/bfd/configure.in
index 748c2935f8d..1cd844ad21f 100644
--- a/bfd/configure.in
+++ b/bfd/configure.in
@@ -126,8 +126,8 @@ if test $want_elf_stt_common = true; then
[Define if we may generate symbols with ELF's STT_COMMON type])
fi
-ACX_PKGVERSION([GNU Binutils])
-ACX_BUGURL([http://www.sourceware.org/bugzilla/])
+ACX_PKGVERSION([Linux/GNU Binutils])
+ACX_BUGURL([http://www.sourceware.org/bugzilla/ and mailto:hjl.tools@gmail.com])
AM_BINUTILS_WARNINGS