Add support for ARMv8-M security extensions instructions
[deliverable/binutils-gdb.git] / gas / doc / c-score.texi
index da1391b8aa6dfd08c534f80d5e3c49182ec6783b..48add8dbc63616c40448d1dd2d9614e069828fa7 100644 (file)
@@ -1,5 +1,4 @@
-@c Copyright 2009, 2011, 2013
-@c Free Software Foundation, Inc.
+@c Copyright (C) 2009-2016 Free Software Foundation, Inc.
 @c This is part of the GAS manual.
 @c For copying conditions, see the file as.texinfo.
 @ifset GENERIC
@@ -19,7 +18,7 @@
 * SCORE-Syntax::        Syntax
 @end menu
 
-@node SCORE-Opts 
+@node SCORE-Opts
 @section Options
 
 @cindex options for SCORE
@@ -40,10 +39,10 @@ Assemble code for a big-endian cpu
 @item -EL
 Assemble code for a little-endian cpu
 
-@item -FIXDD 
+@item -FIXDD
 Assemble code for fix data dependency
 
-@item -NWARN 
+@item -NWARN
 Assemble code for no warning message for fix data dependency
 
 @item -SCORE5
@@ -64,7 +63,7 @@ Assemble code for target is SCORE7, this is default setting
 @item -march=score3
 Assemble code for target is SCORE3
 
-@item -USE_R1 
+@item -USE_R1
 Assemble code for no warning message when using temp register r1
 
 @item -KPIC
@@ -75,7 +74,7 @@ assembler to mark the output file as PIC.
 @item -O0
 Assembler will not perform any optimizations
 
-@item -V 
+@item -V
 Sunplus release version
 
 @end table
@@ -89,56 +88,56 @@ A number of assembler directives are available for SCORE.  The
 following table is far from complete.
 
 @table @code
-@item .set nwarn 
-Let the assembler not to generate warnings if the source machine 
+@item .set nwarn
+Let the assembler not to generate warnings if the source machine
 language instructions happen data dependency.
 
-@item .set fixdd 
-Let the assembler to insert bubbles (32 bit nop instruction / 
-16 bit nop! Instruction) if the source machine language instructions 
+@item .set fixdd
+Let the assembler to insert bubbles (32 bit nop instruction /
+16 bit nop! Instruction) if the source machine language instructions
 happen data dependency.
 
-@item .set nofixdd 
-Let the assembler to generate warnings if the source machine 
+@item .set nofixdd
+Let the assembler to generate warnings if the source machine
 language instructions happen data dependency. (Default)
 
 @item .set r1
-Let the assembler not to generate warnings if the source program 
-uses r1. allow user to use r1 
+Let the assembler not to generate warnings if the source program
+uses r1. allow user to use r1
 
 @item set nor1
 Let the assembler to generate warnings if the source program uses
 r1. (Default)
 
 @item .sdata
-Tell the assembler to add subsequent data into the sdata section  
+Tell the assembler to add subsequent data into the sdata section
 
 @item .rdata
 Tell the assembler to add subsequent data into the rdata section
 
 @item .frame "frame-register", "offset", "return-pc-register"
-Describe a stack frame. "frame-register" is the frame register, 
-"offset" is the distance from the frame register to the virtual 
-frame pointer, "return-pc-register" is the return program register. 
-You must use ".ent" before ".frame" and only one ".frame" can be 
-used per ".ent". 
+Describe a stack frame. "frame-register" is the frame register,
+"offset" is the distance from the frame register to the virtual
+frame pointer, "return-pc-register" is the return program register.
+You must use ".ent" before ".frame" and only one ".frame" can be
+used per ".ent".
 
 @item .mask "bitmask", "frameoffset"
-Indicate which of the integer registers are saved in the current 
-function's stack frame, this is for the debugger to explain the 
+Indicate which of the integer registers are saved in the current
+function's stack frame, this is for the debugger to explain the
 frame chain.
 
 @item .ent "proc-name"
-Set the beginning of the procedure "proc_name". Use this directive 
-when you want to generate information for the debugger. 
+Set the beginning of the procedure "proc_name". Use this directive
+when you want to generate information for the debugger.
 
 @item .end proc-name
-Set the end of a procedure. Use this directive to generate information 
-for the debugger. 
+Set the end of a procedure. Use this directive to generate information
+for the debugger.
 
 @item .bss
-Switch the destination of following statements into the bss section, 
-which is used for data that is uninitialized anywhere.  
+Switch the destination of following statements into the bss section,
+which is used for data that is uninitialized anywhere.
 
 @end table
 
This page took 0.026836 seconds and 4 git commands to generate.