* doc/tc-arm.texi: Fix fnstart and fnend directive names.

This commit is contained in:
Nick Clifton 2008-04-15 14:25:30 +00:00
parent 4d7b71aacd
commit a5f245b565
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2008-04-15 Khem Raj <kraj@mvista.com>
* doc/tc-arm.texi: Fix fnstart and fnend directive names.
2008-04-14 Edmar Wienskoski <edmar@freescale.com>
* config/tc-ppc.c (parse_cpu): Handle "e500mc". Extend "e500" to

View File

@ -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.