diff options
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/Makefile.am | 1 | ||||
-rw-r--r-- | gas/doc/Makefile.in | 1 | ||||
-rw-r--r-- | gas/doc/all.texi | 1 | ||||
-rw-r--r-- | gas/doc/as.texinfo | 11 |
4 files changed, 14 insertions, 0 deletions
diff --git a/gas/doc/Makefile.am b/gas/doc/Makefile.am index 6a02ccf..1a91757 100644 --- a/gas/doc/Makefile.am +++ b/gas/doc/Makefile.am @@ -49,6 +49,7 @@ CPU_DOCS = \ c-m32r.texi \ c-m68hc11.texi \ c-m68k.texi \ + c-microblaze.texi \ c-mips.texi \ c-mmix.texi \ c-mt.texi \ diff --git a/gas/doc/Makefile.in b/gas/doc/Makefile.in index 847b352a..de4d839 100644 --- a/gas/doc/Makefile.in +++ b/gas/doc/Makefile.in @@ -270,6 +270,7 @@ CPU_DOCS = \ c-m32r.texi \ c-m68hc11.texi \ c-m68k.texi \ + c-microblaze.texi \ c-mips.texi \ c-mmix.texi \ c-mt.texi \ diff --git a/gas/doc/all.texi b/gas/doc/all.texi index 9a94e6b..9bca41d 100644 --- a/gas/doc/all.texi +++ b/gas/doc/all.texi @@ -50,6 +50,7 @@ @set M68HC11 @set M680X0 @set MCORE +@set MICROBLAZE @set MIPS @set MMIX @set MS1 diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index 3af86f8..ae56183 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -363,6 +363,10 @@ gcc(1), ld(1), and the Info entries for @file{binutils} and @file{ld}. [@b{-jsri2bsr}] [@b{-sifilter}] [@b{-relax}] [@b{-mcpu=[210|340]}] @end ifset +@ifset MICROBLAZE +@emph{Target MICROBLAZE options:} +@c MicroBlaze has no machine-dependent assembler options. +@end ifset @ifset MIPS @emph{Target MIPS options:} @@ -6766,6 +6770,9 @@ subject, see the hardware manufacturer's manual. @ifset M68HC11 * M68HC11-Dependent:: M68HC11 and 68HC12 Dependent Features @end ifset +@ifset MICROBLAZE +* MicroBlaze-Dependent:: MICROBLAZE Dependent Features +@end ifset @ifset MIPS * MIPS-Dependent:: MIPS Dependent Features @end ifset @@ -6934,6 +6941,10 @@ family. @include c-m68hc11.texi @end ifset +@ifset MICROBLAZE +@include c-microblaze.texi +@end ifset + @ifset MIPS @include c-mips.texi @end ifset |