diff options
author | Joseph Myers <joseph@codesourcery.com> | 2007-03-22 21:18:34 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2007-03-22 21:18:34 +0000 |
commit | e49e529d120e4bf2c93791900a41cf1a9e7e3cef (patch) | |
tree | 4a55d8397f1979da3964d87fb7771b9dff70a93c /ld | |
parent | 5200c3f3c16c1451b4e4c5028d5a58b27d4dc3db (diff) | |
download | gdb-e49e529d120e4bf2c93791900a41cf1a9e7e3cef.zip gdb-e49e529d120e4bf2c93791900a41cf1a9e7e3cef.tar.gz gdb-e49e529d120e4bf2c93791900a41cf1a9e7e3cef.tar.bz2 |
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.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/ld.texinfo | 17 |
2 files changed, 18 insertions, 3 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 16c45a5..1912285 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2007-03-22 Joseph Myers <joseph@codesourcery.com> + + * ld.texinfo: Include VERSION_PACKAGE when reporting version. + 2007-03-20 Paul Brook <paul@codesourcery.com> * emultempl/armelf.em (pic_veneer): New variable. diff --git a/ld/ld.texinfo b/ld/ld.texinfo index abcf5c0..9fd9c44 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -61,7 +61,11 @@ END-INFO-DIR-ENTRY @end ifinfo @ifinfo -This file documents the @sc{gnu} linker LD version @value{VERSION}. +This file documents the @sc{gnu} linker LD +@ifset VERSION_PACKAGE +@value{VERSION_PACKAGE} +@end ifset +version @value{VERSION}. Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @@ -89,7 +93,10 @@ notice identical to this one except for the removal of this paragraph @titlepage @title The GNU linker @sp 1 -@subtitle @code{ld} version 2 +@subtitle @code{ld} +@ifset VERSION_PACKAGE +@subtitle @value{VERSION_PACKAGE} +@end ifset @subtitle Version @value{VERSION} @author Steve Chamberlain @author Ian Lance Taylor @@ -125,7 +132,11 @@ section entitled ``GNU Free Documentation License''. @ifnottex @node Top @top LD -This file documents the @sc{gnu} linker ld version @value{VERSION}. +This file documents the @sc{gnu} linker ld +@ifset VERSION_PACKAGE +@value{VERSION_PACKAGE} +@end ifset +version @value{VERSION}. This document is distributed under the terms of the GNU Free Documentation License. A copy of the license is included in the |