aboutsummaryrefslogtreecommitdiff
path: root/gas/doc/c-m68k.texi
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-07-31 22:08:14 +0000
committerNick Clifton <nickc@redhat.com>2000-07-31 22:08:14 +0000
commit28e7409f622ad4dd0ec4146b485ae64ffe691b7e (patch)
tree0895805ebb9846e118082a97824ff7d480dad494 /gas/doc/c-m68k.texi
parent9aa1e687a21389d01f11ddc602b28e6bd59a18d3 (diff)
downloadgdb-28e7409f622ad4dd0ec4146b485ae64ffe691b7e.zip
gdb-28e7409f622ad4dd0ec4146b485ae64ffe691b7e.tar.gz
gdb-28e7409f622ad4dd0ec4146b485ae64ffe691b7e.tar.bz2
Add --pcrel option to m68k port
Diffstat (limited to 'gas/doc/c-m68k.texi')
-rw-r--r--gas/doc/c-m68k.texi7
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