Update version and copyright information
This commit is contained in:
parent
1952d58df2
commit
601403b4f9
|
@ -1615,7 +1615,7 @@ Optional Packages:
|
||||||
--with-libunwind-ia64 use libunwind frame unwinding for ia64 targets
|
--with-libunwind-ia64 use libunwind frame unwinding for ia64 targets
|
||||||
--with-curses use the curses library instead of the termcap
|
--with-curses use the curses library instead of the termcap
|
||||||
library
|
library
|
||||||
--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 "gdb-msvc"
|
||||||
--with-bugurl=URL Direct users to URL to report a bug
|
--with-bugurl=URL Direct users to URL to report a bug
|
||||||
--with-system-zlib use installed libz
|
--with-system-zlib use installed libz
|
||||||
--with-gnu-ld assume the C compiler uses GNU ld default=no
|
--with-gnu-ld assume the C compiler uses GNU ld default=no
|
||||||
|
@ -7075,7 +7075,7 @@ if test "${with_pkgversion+set}" = set; then :
|
||||||
*) PKGVERSION="($withval) " ;;
|
*) PKGVERSION="($withval) " ;;
|
||||||
esac
|
esac
|
||||||
else
|
else
|
||||||
PKGVERSION="(GDB) "
|
PKGVERSION="(gdb-msvc) "
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -429,7 +429,7 @@ AC_ARG_ENABLE([codesign],
|
||||||
[CODESIGN_CERT=$enableval])
|
[CODESIGN_CERT=$enableval])
|
||||||
AC_SUBST([CODESIGN_CERT])
|
AC_SUBST([CODESIGN_CERT])
|
||||||
|
|
||||||
ACX_PKGVERSION([GDB])
|
ACX_PKGVERSION([gdb-msvc])
|
||||||
ACX_BUGURL([http://www.gnu.org/software/gdb/bugs/])
|
ACX_BUGURL([http://www.gnu.org/software/gdb/bugs/])
|
||||||
AC_DEFINE_UNQUOTED([PKGVERSION], ["$PKGVERSION"], [Additional package description])
|
AC_DEFINE_UNQUOTED([PKGVERSION], ["$PKGVERSION"], [Additional package description])
|
||||||
AC_DEFINE_UNQUOTED([REPORT_BUGS_TO], ["$REPORT_BUGS_TO"], [Bug reporting address])
|
AC_DEFINE_UNQUOTED([REPORT_BUGS_TO], ["$REPORT_BUGS_TO"], [Bug reporting address])
|
||||||
|
|
|
@ -1366,6 +1366,8 @@ print_gdb_version (struct ui_file *stream, bool interactive)
|
||||||
|
|
||||||
fprintf_filtered (stream,
|
fprintf_filtered (stream,
|
||||||
"Copyright (C) 2020 Free Software Foundation, Inc.\n");
|
"Copyright (C) 2020 Free Software Foundation, Inc.\n");
|
||||||
|
fprintf_filtered (stream,
|
||||||
|
"Copyright (C) 2020 Les De Ridder (MSVC patches) <https://lesderid.net>\n");
|
||||||
|
|
||||||
/* Following the copyright is a brief statement that the program is
|
/* Following the copyright is a brief statement that the program is
|
||||||
free software, that users are free to copy and change it on
|
free software, that users are free to copy and change it on
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
9.2
|
9.2+0.1
|
||||||
|
|
Loading…
Reference in New Issue