From: Roland McGrath Date: Tue, 18 Jun 2013 22:58:48 +0000 (-0700) Subject: sysdeps/arm/arm-mcount.S: Comment typo fix. X-Git-Tag: glibc-2.18~108 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02a809d2cd341eece48b83821a192cb9f565e69a;p=thirdparty%2Fglibc.git sysdeps/arm/arm-mcount.S: Comment typo fix. --- diff --git a/ports/ChangeLog.arm b/ports/ChangeLog.arm index d1362b59be0..2c07021cdf9 100644 --- a/ports/ChangeLog.arm +++ b/ports/ChangeLog.arm @@ -1,5 +1,7 @@ 2013-06-18 Roland McGrath + * 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. diff --git a/ports/sysdeps/arm/arm-mcount.S b/ports/sysdeps/arm/arm-mcount.S index f61e978f5e4..8162be24830 100644 --- a/ports/sysdeps/arm/arm-mcount.S +++ b/ports/sysdeps/arm/arm-mcount.S @@ -39,7 +39,7 @@ The calling sequence looks something like: func: push {lr} - bl __gnu_mount_nc + bl __gnu_mcount_nc */