]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Mention hjl.tools@gmail.com in bug URL users/hjl/linux/track
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 4 Nov 2013 19:03:33 +0000 (11:03 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 6 Nov 2013 17:18:11 +0000 (09:18 -0800)
ChangeLog.linux [new file with mode: 0644]
bfd/configure
bfd/configure.in

diff --git a/ChangeLog.linux b/ChangeLog.linux
new file mode 100644 (file)
index 0000000..6bf4e0a
--- /dev/null
@@ -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.
index bdda6dc689d550f523569ec69c89604a25ff37a2..9ac3eca982a31857ba9afbb9aae16025b5c37465 100755 (executable)
@@ -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
 
index 748c2935f8dceb7223e1cf8ef7b658623987de57..1cd844ad21f574ecaa5853a4d6ba554b69faafae 100644 (file)
@@ -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