diff options
Diffstat (limited to 'gas/doc/c-m68k.texi')
-rw-r--r-- | gas/doc/c-m68k.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/doc/c-m68k.texi b/gas/doc/c-m68k.texi index 16f857f..877c166 100644 --- a/gas/doc/c-m68k.texi +++ b/gas/doc/c-m68k.texi @@ -84,6 +84,13 @@ to instead assume that the displacement is 16 bits. In this case, @samp{disp} is a 16 bit value. You may use the @samp{--disp-size-default-32} option to restore the default behaviour. +@cindex @samp{--pcrel} +Always generate PC relative branches. Actually what this option really +does is to prevent PC relative branches from being turned into absolute +jumps. If this cannot be done (because the specific architecture does +not have a suitable PC relative branch instruction), the assembler will +generate an error message. + @cindex @samp{-m68000} and related options @cindex architecture options, M680x0 @cindex M680x0 architecture options |