* doc/tc-arm.texi: Fix fnstart and fnend directive names.
authorNick Clifton <nickc@redhat.com>
Tue, 15 Apr 2008 14:25:30 +0000 (14:25 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 15 Apr 2008 14:25:30 +0000 (14:25 +0000)
gas/ChangeLog
gas/doc/c-arm.texi

index 0ca09067a8ee0a3dfab3c23ae5f1d2cc1a04ad12..e38c151cf303184639204cdc18aa01ec199f6773 100644 (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
index 7ad4a34abb7df982ddfbb4fbf8397544f5c9f83d..dc7e1f6dedd0787cd1abd2faec1f5b50f2dd6fe5 100644 (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.
 
This page took 0.027602 seconds and 4 git commands to generate.