This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc 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]

GNU C Library master sources branch master updated. glibc-2.17-828-g02a809d


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  02a809d2cd341eece48b83821a192cb9f565e69a (commit)
      from  733edfb8ae0266c6a6f01ed29e6a2d2ad64a5aa6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=02a809d2cd341eece48b83821a192cb9f565e69a

commit 02a809d2cd341eece48b83821a192cb9f565e69a
Author: Roland McGrath <roland@hack.frob.com>
Date:   Tue Jun 18 15:58:48 2013 -0700

    sysdeps/arm/arm-mcount.S: Comment typo fix.

diff --git a/ports/ChangeLog.arm b/ports/ChangeLog.arm
index d1362b5..2c07021 100644
--- a/ports/ChangeLog.arm
+++ b/ports/ChangeLog.arm
@@ -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.
diff --git a/ports/sysdeps/arm/arm-mcount.S b/ports/sysdeps/arm/arm-mcount.S
index f61e978..8162be2 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
    <function body>
 */
 

-----------------------------------------------------------------------

Summary of changes:
 ports/ChangeLog.arm            |    2 ++
 ports/sysdeps/arm/arm-mcount.S |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


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