From a5b82cbeafb7402d544dea4eb421d0e305ce7add Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Thu, 18 Mar 2010 15:34:47 +0000 Subject: [PATCH] * doc/c-arm.texi (.setfp): Correct example. --- gas/ChangeLog | 4 ++++ gas/doc/c-arm.texi | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 929cb7be05..4736a3a28c 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2010-03-18 Daniel Jacobowitz + + * doc/c-arm.texi (.setfp): Correct example. + 2010-03-18 Wei Guozhi PR gas/11323 diff --git a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi index 60a4557989..60b453f20d 100644 --- a/gas/doc/c-arm.texi +++ b/gas/doc/c-arm.texi @@ -770,7 +770,7 @@ or Make all unwinder annotations relative to a frame pointer. Without this the unwinder will use offsets from the stack pointer. -The syntax of this directive is the same as the @code{sub} or @code{mov} +The syntax of this directive is the same as the @code{add} or @code{mov} instruction used to set the frame pointer. @var{spreg} must be either @code{sp} or mentioned in a previous @code{.movsp} directive. @@ -779,7 +779,7 @@ instruction used to set the frame pointer. @var{spreg} must be either mov ip, sp @dots{} .setfp fp, ip, #4 -sub fp, ip, #4 +add fp, ip, #4 @end smallexample @cindex @code{.secrel32} directive, ARM