aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2008-04-15 14:25:30 +0000
committerNick Clifton <nickc@redhat.com>2008-04-15 14:25:30 +0000
commita5f245b565ed163ca77b73cdbd923f50800bb83c (patch)
tree600b143e381922535a9ba22aa440682592b078ff
parent4d7b71aacd51e59961bc2be6aee7e01ee1b34d57 (diff)
downloadgdb-a5f245b565ed163ca77b73cdbd923f50800bb83c.zip
gdb-a5f245b565ed163ca77b73cdbd923f50800bb83c.tar.gz
gdb-a5f245b565ed163ca77b73cdbd923f50800bb83c.tar.bz2
* doc/tc-arm.texi: Fix fnstart and fnend directive names.
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/doc/c-arm.texi4
2 files changed, 6 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 0ca0906..e38c151 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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
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.