From: H.J. Lu Date: Mon, 4 Nov 2013 19:03:33 +0000 (-0800) Subject: Mention hjl.tools@gmail.com in bug URL X-Git-Tag: hjl/linux/release/2.24.51.0.2~3^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fheads%2Fusers%2Fhjl%2Flinux%2Ftrack;p=thirdparty%2Fbinutils-gdb.git Mention hjl.tools@gmail.com in bug URL --- 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 + + * 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