From cbea9c9595dabff4fea3915ebb4620ae1e9e5346 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 15 Apr 2008 14:25:30 +0000 Subject: [PATCH] * doc/tc-arm.texi: Fix fnstart and fnend directive names. --- 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 0ca09067a..e38c151cf 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2008-04-15 Khem Raj + + * doc/tc-arm.texi: Fix fnstart and fnend directive names. + 2008-04-14 Edmar Wienskoski * config/tc-ppc.c (parse_cpu): Handle "e500mc". Extend "e500" to diff --git a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi index 7ad4a34ab..dc7e1f6de 100644 --- a/gas/doc/c-arm.texi +++ b/gas/doc/c-arm.texi @@ -499,11 +499,11 @@ it prevents accurate control of the placement of literal pools. This is a synonym for .ltorg. @cindex @code{.fnstart} directive, ARM -@item .unwind_fnstart +@item .fnstart Marks the start of a function with an unwind table entry. @cindex @code{.fnend} directive, ARM -@item .unwind_fnend +@item .fnend Marks the end of a function with an unwind table entry. The unwind index table entry is created when this directive is processed. -- 2.11.4.GIT