diff options
author | Joern Rennecke <joern.rennecke@embecosm.com> | 2011-10-26 12:14:17 +0000 |
---|---|---|
committer | Joern Rennecke <joern.rennecke@embecosm.com> | 2011-10-26 12:14:17 +0000 |
commit | 56b1318518d87bf96803f9842f4111d466a6cfe1 (patch) | |
tree | 6b30e1c4cf107e1a5f0f13b46c3ca247a3049a4e /gas | |
parent | cef976f513db5e7521eb74b350e6ae901e9cc81a (diff) | |
download | gdb-56b1318518d87bf96803f9842f4111d466a6cfe1.zip gdb-56b1318518d87bf96803f9842f4111d466a6cfe1.tar.gz gdb-56b1318518d87bf96803f9842f4111d466a6cfe1.tar.bz2 |
gas:
* doc/as.texinfo [EPIPHANY]: Include c-epiphany.texi to avoid
duplication.
opcodes:
* disassemble.c (ARCH_epiphany): Move into alphasorted spot.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/doc/as.texinfo | 21 |
2 files changed, 18 insertions, 8 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index d82606a..1f1a7b5 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2011-10-26 Joern Rennecke <joern.rennecke@embecosm.com> + + * doc/as.texinfo [EPIPHANY]: Include c-epiphany.texi to avoid + duplication. + 2011-10-25 Mike Frysinger <vapier@gentoo.org> * config/rx-defs.h (rx_error): Add const to first arg. diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index 362c10b..a22eb32 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -852,16 +852,21 @@ Warn when a nop after a 32-bit multiply instruction is generated. The following options are available when @value{AS} is configured for the Adapteva EPIPHANY series. -@table @gcctabopt - -@item -mepiphany -Specifies that the both 32 and 16 bit instructions are allowed. This is the -default behavior. +@ifclear man +@xref{Epiphany Options}, for the options available when @value{AS} is +configured for an Epiphany processor. +@end ifclear -@item -mepiphany16 -Restricts the permitted instructions to just the 16 bit set. +@ifset man +@c man begin OPTIONS +The following options are available when @value{AS} is configured for +an Epiphany processor. +@c man end +@c man begin INCLUDE +@include c-epiphany.texi +@c ended inside the included file +@end ifset -@end table @end ifset @ifset I80386 |