Sim - Use long int format instead of int to avoid compiling warning
[deliverable/binutils-gdb.git] / gas / doc / c-m68k.texi
index 9d92aa0cdbdfac217b95457fecea83bf11670095..d260d3d79c1a6d806e117406a22286c3665af0d3 100644 (file)
@@ -1,5 +1,4 @@
-@c Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2000, 2003,
-@c 2004, 2006, 2007, 2011 Free Software Foundation, Inc.
+@c Copyright (C) 1991-2014 Free Software Foundation, Inc.
 @c This is part of the GAS manual.
 @c For copying conditions, see the file as.texinfo.
 @ifset GENERIC
@@ -113,7 +112,7 @@ at the beginning of a line.
 
 @cindex @samp{--base-size-default-16}
 @cindex @samp{--base-size-default-32}
-@item --base-size-default-16  --base-size-default-32 
+@item --base-size-default-16  --base-size-default-32
 If you use an addressing mode with a base register without specifying
 the size, @code{@value{AS}} will normally use the full 32 bit value.
 For example, the addressing mode @samp{%a0@@(%d0)} is equivalent to
@@ -346,7 +345,7 @@ The following additional addressing modes are understood:
 
 @table @dfn
 @item Address Register Indirect
-@samp{(%a0)} through @samp{(%a7)}@* 
+@samp{(%a0)} through @samp{(%a7)}@*
 @samp{%a7} is also known as @samp{%sp}, i.e., the Stack Pointer.  @code{%a6}
 is also known as @samp{%fp}, the Frame Pointer.
 
@@ -615,7 +614,7 @@ branch instructions allow both word and long displacements.
 @cindex comments, M680x0
 Line comments are introduced by the @samp{|} character appearing
 anywhere on a line, unless the @option{--bitwise-or} command line option
-has been specified. 
+has been specified.
 
 An asterisk (@samp{*}) as the first character on a line marks the
 start of a line comment as well.
This page took 0.023469 seconds and 4 git commands to generate.