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 /gas | |
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 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/doc/as.texinfo | 11 |
2 files changed, 13 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 5f9cbfd..93438cf 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2007-03-22 Joseph Myers <joseph@codesourcery.com> + + * doc/as.texinfo: Include VERSION_PACKAGE when reporting version. + 2003-03-21 H.J. Lu <hongjiu.lu@intel.com> * config/tc-i386.c (process_suffix): Check 0x90 instead of diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index f5332ed..41c80a9 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -127,6 +127,10 @@ notice identical to this one except for the removal of this paragraph @ifclear GENERIC @subtitle for the @value{TARGET} family @end ifclear +@ifset VERSION_PACKAGE +@sp 1 +@subtitle @value{VERSION_PACKAGE} +@end ifset @sp 1 @subtitle Version @value{VERSION} @sp 1 @@ -170,8 +174,11 @@ Copyright @copyright{} 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000, 2001, 2002, @node Top @top Using @value{AS} -This file is a user guide to the @sc{gnu} assembler @command{@value{AS}} version -@value{VERSION}. +This file is a user guide to the @sc{gnu} assembler @command{@value{AS}} +@ifset VERSION_PACKAGE +@value{VERSION_PACKAGE} +@end ifset +version @value{VERSION}. @ifclear GENERIC This version of the file describes @command{@value{AS}} configured to generate code for @value{TARGET} architectures. |