* doc/tc-arm.texi: Fix fnstart and fnend directive names.
This commit is contained in:
parent
4d7b71aacd
commit
a5f245b565
2 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue