diff options
author | Paul Brook <paul@codesourcery.com> | 2006-09-16 16:24:28 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2006-09-16 16:24:28 +0000 |
commit | 4fa3602bd53183badf1d259128a5f951f32db8cb (patch) | |
tree | ace6b6dea4677f55a342aca81e295234d671eefe /gas/doc/c-arm.texi | |
parent | 97725dc4f67140bd0b914a4cb9b92fe94799509c (diff) | |
download | gdb-4fa3602bd53183badf1d259128a5f951f32db8cb.zip gdb-4fa3602bd53183badf1d259128a5f951f32db8cb.tar.gz gdb-4fa3602bd53183badf1d259128a5f951f32db8cb.tar.bz2 |
2006-09-16 Paul Brook <paul@codesourcery.com>
gas/
* config/tc-arm.c (s_arm_unwind_movsp): Add offset argument.
* doc/c-arm.texi (movsp): Document offset argument.
gas/testsuite/
* gas/arm/unwind.s: Test two argument form of .movsp.
* gas/arm/unwind.d: Update expected output.
* gas/arm/unwind_vxworks.d: Ditto.
Diffstat (limited to 'gas/doc/c-arm.texi')
-rw-r--r-- | gas/doc/c-arm.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi index d9b7b26..7fede6c 100644 --- a/gas/doc/c-arm.texi +++ b/gas/doc/c-arm.texi @@ -545,8 +545,10 @@ A positive value indicates the function prologue allocated stack space by decrementing the stack pointer. @cindex @code{.movsp} directive, ARM -@item .movsp @var{reg} -Tell the unwinder that @var{reg} contains the current stack pointer. +@item .movsp @var{reg} [, #@var{offset}] +Tell the unwinder that @var{reg} contains an offset from the current +stack pointer. If @var{offset} is not specified then it is assumed to be +zero. @cindex @code{.setfp} directive, ARM @item .setfp @var{fpreg}, @var{spreg} [, #@var{offset}] |