From 02a809d2cd341eece48b83821a192cb9f565e69a Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 18 Jun 2013 15:58:48 -0700 Subject: [PATCH] sysdeps/arm/arm-mcount.S: Comment typo fix. --- ports/ChangeLog.arm | 2 ++ ports/sysdeps/arm/arm-mcount.S | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ports/ChangeLog.arm b/ports/ChangeLog.arm index d1362b59be..2c07021cdf 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 f61e978f5e..8162be2483 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 */ -- 2.43.5