diff options
author | Joseph Myers <joseph@codesourcery.com> | 2008-06-05 22:36:57 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2008-06-05 22:36:57 +0000 |
commit | c16158bc9c346310d06db48674a3dfc3e241e8df (patch) | |
tree | 2e8363eab355ee85b6b45cc963bb03edf058bbd2 /gdb/config.in | |
parent | 75c99385347dccd47be824629ed4dda494bfc037 (diff) | |
download | binutils-c16158bc9c346310d06db48674a3dfc3e241e8df.zip binutils-c16158bc9c346310d06db48674a3dfc3e241e8df.tar.gz binutils-c16158bc9c346310d06db48674a3dfc3e241e8df.tar.bz2 |
2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
Nathan Sidwell <nathan@codesourcery.com>
Joseph Myers <joseph@codesourcery.com>
* acinclude.m4: Include ../config/acx.m4.
* configure.ac: Use ACX_PKGVERSION and ACX_BUGURL.
* configure, config.in: Regenerate.
* main.c (print_gdb_help): Use REPORT_BUGS_TO for bug-reporting
address.
* top.c (print_gdb_version): Use PKGVERSION and REPORT_BUGS_TO.
doc:
2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
Nathan Sidwell <nathan@codesourcery.com>
Joseph Myers <joseph@codesourcery.com>
* configure.ac: Include ../../config/acx.m4. Use ACX_PKGVERSION
and ACX_BUGURL.
* configure: Regenerate.
* Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
(GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
* gdb.texinfo: Use VERSION_PACKAGE and BUGURL. Remove
mailing-list-specific text about bug reporting unless
BUGURL_DEFAULT.
gdbserver:
2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
Nathan Sidwell <nathan@codesourcery.com>
Joseph Myers <joseph@codesourcery.com>
* acinclude.m4: Include ../../config/acx.m4.
* configure.ac: Use ACX_PKGVERSION and ACX_BUGURL.
* configure, config.in: Regenerate.
* Makefile.in (gdbreplay$(EXEEXT)): Add version.o.
* server.c (gdbserver_version): Print PKGVERSION.
(gdbsrever_usage): Add stream parameter. Print REPORT_BUGS_TO.
(main): Adjust gdbserver_usage calls.
* gdbreplay.c (version, host_name): Add declarations.
(gdbreplay_version, gdbreplay_usage): New.
(main): Accept --version and --help options.
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in index 934b66c..2a60c29 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -561,6 +561,9 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION +/* Additional package description */ +#undef PKGVERSION + /* Define if the prfpregset_t type is broken. */ #undef PRFPREGSET_T_BROKEN @@ -590,6 +593,9 @@ 'ptrdiff_t'. */ #undef PTRDIFF_T_SUFFIX +/* Bug reporting address */ +#undef REPORT_BUGS_TO + /* Define as the return type of signal handlers (`int' or `void'). */ #undef RETSIGTYPE |