From 28e7409f622ad4dd0ec4146b485ae64ffe691b7e Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 31 Jul 2000 22:08:14 +0000 Subject: Add --pcrel option to m68k port --- gas/doc/c-m68k.texi | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gas/doc/c-m68k.texi') 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 -- cgit v1.1