diff options
author | Nick Clifton <nickc@redhat.com> | 2008-04-15 14:25:30 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2008-04-15 14:25:30 +0000 |
commit | a5f245b565ed163ca77b73cdbd923f50800bb83c (patch) | |
tree | 600b143e381922535a9ba22aa440682592b078ff /gas/doc/c-arm.texi | |
parent | 4d7b71aacd51e59961bc2be6aee7e01ee1b34d57 (diff) | |
download | gdb-a5f245b565ed163ca77b73cdbd923f50800bb83c.zip gdb-a5f245b565ed163ca77b73cdbd923f50800bb83c.tar.gz gdb-a5f245b565ed163ca77b73cdbd923f50800bb83c.tar.bz2 |
* doc/tc-arm.texi: Fix fnstart and fnend directive names.
Diffstat (limited to 'gas/doc/c-arm.texi')
-rw-r--r-- | gas/doc/c-arm.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi index 7ad4a34..dc7e1f6 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. |