diff options
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-rl78.texi | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/gas/doc/c-rl78.texi b/gas/doc/c-rl78.texi index 44ede47..0964ac4 100644 --- a/gas/doc/c-rl78.texi +++ b/gas/doc/c-rl78.texi @@ -1,5 +1,4 @@ -@c Copyright 2011 -@c Free Software Foundation, Inc. +@c Copyright 2011-2013 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @ifset GENERIC @@ -25,8 +24,15 @@ @cindex options, RL78 @cindex RL78 options -The Renesas RL78 port of @code{@value{AS}} has no target-specific -options. +@table @code +@item relax +Enable support for link-time relaxation. + +@item mg10 +Mark the generated binary as targeting the G10 variant of the RL78 +architecture. + +@end table @node RL78-Modifiers @section Symbolic Operand Modifiers |