diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-08-26 20:52:49 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-08-26 20:52:49 +0000 |
commit | 11959ebc14b55fc89feb9597204de8beed3bbe2e (patch) | |
tree | 487bdea33f2930017acd6b9bce99235295b2e0b9 /gas | |
parent | 90b83993d8a384feabbdec6626221a01204dee56 (diff) | |
download | gdb-11959ebc14b55fc89feb9597204de8beed3bbe2e.zip gdb-11959ebc14b55fc89feb9597204de8beed3bbe2e.tar.gz gdb-11959ebc14b55fc89feb9597204de8beed3bbe2e.tar.bz2 |
* doc/as.texinfo (Machine Dependencies): Add v850 to menu.
* doc/c-v850.texi: Change node name to match other chapter nodes.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/doc/as.texinfo | 3 | ||||
-rw-r--r-- | gas/doc/c-v850.texi | 2 |
3 files changed, 9 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 20e8d09..2e73784 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,4 +1,9 @@ start-sanitize-v850 +Tue Aug 26 16:51:14 1997 Ian Lance Taylor <ian@cygnus.com> + + * doc/as.texinfo (Machine Dependencies): Add v850 to menu. + * doc/c-v850.texi: Change node name to match other chapter nodes. + Tue Aug 26 09:46:22 1997 Nick Clifton <nickc@cygnus.com> * doc/c-v850.texi (V850 Opcodes): Correct name for tiny data area diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index 2243c9e..91c527b 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -4670,6 +4670,9 @@ subject, see the hardware manufacturer's manual. @ifset SPARC * Sparc-Dependent:: SPARC Dependent Features @end ifset +@ifset V850 +* V850-Dependent:: V850 Dependent Features +@end ifset @ifset Z8000 * Z8000-Dependent:: Z8000 Dependent Features @end ifset diff --git a/gas/doc/c-v850.texi b/gas/doc/c-v850.texi index 76ff81b..27954be 100644 --- a/gas/doc/c-v850.texi +++ b/gas/doc/c-v850.texi @@ -2,7 +2,7 @@ @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. -@node v850 Machine Dependencies +@node V850-Dependent @chapter v850 Dependent Features @cindex V850 support |