From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18937 invoked by alias); 4 Dec 2011 02:42:23 -0000 Received: (qmail 18908 invoked by uid 22791); 4 Dec 2011 02:42:23 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from usmamail.tilera.com (HELO USMAMAIL.TILERA.COM) (206.83.70.75) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 04 Dec 2011 02:42:09 +0000 Received: from [192.168.1.104] (24.34.76.130) by USMAExch2.tad.internal.tilera.com (10.3.0.33) with Microsoft SMTP Server id 14.0.694.0; Sat, 3 Dec 2011 21:42:08 -0500 Message-ID: <4EDADDFF.60202@tilera.com> Date: Sun, 04 Dec 2011 02:42:00 -0000 From: Chris Metcalf User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111105 Thunderbird/8.0 MIME-Version: 1.0 To: GLIBC Devel , Subject: "linux-generic" and "tile" support committed to libc-ports Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org X-SW-Source: 2011-12/txt/msg00006.txt.bz2 I just pushed the "ports" support for linux-generic and tile up to the git repository; it's in these directories: sysdeps/unix/sysv/linux/generic sysdeps/tile sysdeps/unix/sysv/linux/tile Earlier this evening I mailed out the remaining patches that are needed from the core libc so it will build for tile. They are: - elf/elf.h to support tile - hidden symbol for epoll_pwait() to avoid PLT - __NR_openat support in not-cancel.h - bugfix in scripts/firstversions.awk Since we build with -Os at Tilera, it would be nice if the proposed patch for faccessat() were taken as well. In addition, config.guess/config.sub need to be synced up from gnulib (2011-06-03 or newer). Many thanks to those who have worked with me to get the code suitable for committing, particularly Joseph Myers and Roland McGrath. -- Chris Metcalf, Tilera Corp. http://www.tilera.com