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-355-g27ed648


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  27ed6484ecc852cf9a85a4e9202c6f63b8bcd568 (commit)
      from  189e935bf8d51688e28f4271ca91b5c6f6ce629c (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=27ed6484ecc852cf9a85a4e9202c6f63b8bcd568

commit 27ed6484ecc852cf9a85a4e9202c6f63b8bcd568
Author: Chris Metcalf <cmetcalf@tilera.com>
Date:   Mon Sep 24 16:03:33 2012 -0400

    tile: fix two comments that said "tile" to properly say "tilepro"

diff --git a/ports/sysdeps/tile/sysdep.h b/ports/sysdeps/tile/sysdep.h
index 4f27cb2..4db7083 100644
--- a/ports/sysdeps/tile/sysdep.h
+++ b/ports/sysdeps/tile/sysdep.h
@@ -66,7 +66,7 @@
 #define REGSIZE		4
 #endif
 
-/* Support a limited form of shared assembly between tile and tilegx.
+/* Support a limited form of shared assembly between tilepro and tilegx.
    The presumption is that LD/ST are used for manipulating registers.
    Since opcode parsing is case-insensitive, we don't need to provide
    definitions for these on tilegx.  */
@@ -86,7 +86,7 @@
 #endif
 
 /* Provide "pointer-oriented" instruction variants.  These differ not
-   just for tile vs tilegx, but also for tilegx -m64 vs -m32.  */
+   just for tilepro vs tilegx, but also for tilegx -m64 vs -m32.  */
 #if defined __tilegx__ && __WORDSIZE == 32
 #define ADD_PTR		addx
 #define ADDI_PTR	addxi

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

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