diff options
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. |