forked from Imagelibrary/binutils-gdb
bfd:
* Makefile.am (bfdver.h): Only set VERSION_PACKAGE in bfdver.texi if nonempty. * configure.in (REPORT_BUGS_TO): Do not use "URL:" prefix. * Makefile.in, configure, doc/Makefile.in: Regenerate. binutils: * doc/binutils.texi: Include VERSION_PACKAGE when reporting version. gas: * doc/as.texinfo: Include VERSION_PACKAGE when reporting version. gprof: * Makefile.am (TEXI2POD): Include $(AM_MAKEINFOFLAGS). (AM_MAKEINFOFLAGS, TEXI2DVI): Define with -I ../bfd/doc. * Makefile.in: Regenerate. * gprof.texi: Include bfdver.texi. Report both VERSION_PACKAGE and VERSION. ld: * ld.texinfo: Include VERSION_PACKAGE when reporting version.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2007-03-22 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* doc/binutils.texi: Include VERSION_PACKAGE when reporting
|
||||
version.
|
||||
|
||||
2007-03-16 Kai Tietz <Kai.Tietz@onevision.com>
|
||||
|
||||
* dlltool.c (make_one_lib_file): Use pc-relative relocation
|
||||
|
||||
@@ -69,6 +69,9 @@ notice identical to this one except for the removal of this paragraph
|
||||
@titlepage
|
||||
@finalout
|
||||
@title The @sc{gnu} Binary Utilities
|
||||
@ifset VERSION_PACKAGE
|
||||
@subtitle @value{VERSION_PACKAGE}
|
||||
@end ifset
|
||||
@subtitle Version @value{VERSION}
|
||||
@sp 1
|
||||
@subtitle @value{UPDATED}
|
||||
@@ -100,7 +103,11 @@ Copyright @copyright{} 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
|
||||
|
||||
@cindex version
|
||||
This brief manual contains documentation for the @sc{gnu} binary
|
||||
utilities (collectively version @value{VERSION}):
|
||||
utilities
|
||||
@ifset VERSION_PACKAGE
|
||||
@value{VERSION_PACKAGE}
|
||||
@end ifset
|
||||
version @value{VERSION}:
|
||||
|
||||
@iftex
|
||||
@table @code
|
||||
|
||||
Reference in New Issue
Block a user