This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] fix ARM gas fnstart and fnend directive documentation


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi

Attached patch fixes the names of directives in gas documentation.
OK?

Thanks

- -Khem


2008-04-07 Khem Raj <kraj@mvista.com>


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

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFH+pQKUjbQJxVzeZQRAsgmAKCVbk+MuVIfMCRRtXPlyr6buQkbCwCff46K
AbQj5z9n3ySfpbmxfxKbxjg=
=TUbq
-----END PGP SIGNATURE-----
Index: gas/doc/c-arm.texi
===================================================================
RCS file: /cvs/src/src/gas/doc/c-arm.texi,v
retrieving revision 1.49
diff -u -r1.49 c-arm.texi
--- gas/doc/c-arm.texi	9 Mar 2008 15:20:31 -0000	1.49
+++ gas/doc/c-arm.texi	7 Apr 2008 21:29:02 -0000
@@ -499,11 +499,11 @@
 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.
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]