From: Nick Clifton Date: Tue, 15 Apr 2008 14:25:30 +0000 (+0000) Subject: * doc/tc-arm.texi: Fix fnstart and fnend directive names. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a5f245b565ed163ca77b73cdbd923f50800bb83c;p=binutils-gdb.git * doc/tc-arm.texi: Fix fnstart and fnend directive names. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 0ca09067a8e..e38c151cf30 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 7ad4a34abb7..dc7e1f6dedd 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.