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.16-ports-merge-125-g5c53355


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  5c5335535596f043981d1f7f458817f894227937 (commit)
      from  faa2bccba5a3f5d62b941e81d960579e2175aa11 (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://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=5c5335535596f043981d1f7f458817f894227937

commit 5c5335535596f043981d1f7f458817f894227937
Author: Chris Metcalf <cmetcalf@tilera.com>
Date:   Sat Aug 4 09:57:37 2012 -0400

    tile: fix typo in ASM_TYPE_DIRECTIVE fix

diff --git a/ports/sysdeps/tile/sysdep.h b/ports/sysdeps/tile/sysdep.h
index a268872..4f27cb2 100644
--- a/ports/sysdeps/tile/sysdep.h
+++ b/ports/sysdeps/tile/sysdep.h
@@ -30,7 +30,7 @@
 /* Define an entry point visible from C.  */
 #define	ENTRY(name)							      \
   .globl C_SYMBOL_NAME(name);						      \
-  .type C_SYMBOL_NAME(name),@function					      \
+  .type C_SYMBOL_NAME(name),@function;					      \
   .align 8;								      \
   C_LABEL(name)								      \
   cfi_startproc;							      \

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

Summary of changes:
 ports/sysdeps/tile/sysdep.h |    2 +-
 1 files changed, 1 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]