]> sourceware.org Git - glibc.git/commitdiff
sysdeps/arm/arm-mcount.S: Comment typo fix.
authorRoland McGrath <roland@hack.frob.com>
Tue, 18 Jun 2013 22:58:48 +0000 (15:58 -0700)
committerRoland McGrath <roland@hack.frob.com>
Tue, 18 Jun 2013 22:58:48 +0000 (15:58 -0700)
ports/ChangeLog.arm
ports/sysdeps/arm/arm-mcount.S

index d1362b59be06498bcc8a65e8314b0240f6e51af9..2c07021cdf94186b44b4719018c91cb081ce50ff 100644 (file)
@@ -1,5 +1,7 @@
 2013-06-18  Roland McGrath  <roland@hack.frob.com>
 
+       * sysdeps/arm/arm-mcount.S: Comment typo fix.
+
        * sysdeps/arm/arm-features.h (ARM_BX_NINSNS): New macro.
        * sysdeps/arm/armv7/multiarch/memcpy_impl.S: Macroize the
        computed-jump dispatch sections.  Use sfi_breg throughout.
index f61e978f5e4b09a082d262e15143ceb6188ce61c..8162be24830f77e513631d83b13d115bbdaa858a 100644 (file)
@@ -39,7 +39,7 @@
    The calling sequence looks something like:
 func:
    push {lr}
-   bl __gnu_mount_nc
+   bl __gnu_mcount_nc
    <function body>
 */
 
This page took 0.044329 seconds and 5 git commands to generate.