From patchwork Mon Sep 8 01:44:26 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Carlos O'Donell X-Patchwork-Id: 386770 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 2149D1400A0 for ; Mon, 8 Sep 2014 11:44:54 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; q=dns; s=default; b=QCh uYK4k/JWV4uNab2/bQe6pfwDuxgpqf8G4SKmxoD4Ieu/nRo1ksvdl2VffVt6jpsf jT0BXntIhAHDr0mN5N7Vx3ouvMNYlmVyv0e2/IvC6qYpTlhDqPAHS12HZaBjAlyg arhAw/1V945JaWf2nl0m66b8jzKXc4UxdxJYePQg= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; s=default; bh=ChLUEyq/Q 7CxmMv1YUsAhKpWTOw=; b=k2IUaHb3fuvPI4ryOeJCxiVdus/qFE211sM/Qd3b4 2GZgjcWahRYR2MR/m+ote0TsbQBceglE3sGP7E6vSxfqOkSBX190DAGRQPQjYO7P I/IeLfBRYykFkXj3mK0G5UDFdxDgLIN8DK0280A8Se5hmGo4E0/adHbvm32KASzY ug= Received: (qmail 27528 invoked by alias); 8 Sep 2014 01:44:49 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 27452 invoked by uid 89); 8 Sep 2014 01:44:30 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.5 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, SPF_HELO_PASS, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Message-ID: <540D09FA.6020604@redhat.com> Date: Sun, 07 Sep 2014 21:44:26 -0400 From: "Carlos O'Donell" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.7.0 MIME-Version: 1.0 To: GNU C Library Subject: [COMMITTED PATCH] HPPA: Add c++-types.data. Long standing defect in the port support. Updated: https://sourceware.org/glibc/wiki/PortStatus Committed. 2014-09-07 Carlos O'Donell * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file. --- Cheers, Carlos. diff --git a/sysdeps/unix/sysv/linux/hppa/c++-types.data b/sysdeps/unix/sysv/linux/hppa/c++-types.data new file mode 100644 index 0000000..fde53bf --- /dev/null +++ b/sysdeps/unix/sysv/linux/hppa/c++-types.data @@ -0,0 +1,67 @@ +blkcnt64_t:x +blkcnt_t:l +blksize_t:l +caddr_t:Pc +clockid_t:i +clock_t:l +daddr_t:i +dev_t:y +fd_mask:l +fsblkcnt64_t:y +fsblkcnt_t:m +fsfilcnt64_t:y +fsfilcnt_t:m +fsid_t:8__fsid_t +gid_t:j +id_t:j +ino64_t:y +ino_t:m +int16_t:s +int32_t:i +int64_t:x +int8_t:a +intptr_t:i +key_t:i +loff_t:x +mode_t:j +nlink_t:j +off64_t:x +off_t:l +pid_t:i +pthread_attr_t:14pthread_attr_t +pthread_barrier_t:17pthread_barrier_t +pthread_barrierattr_t:21pthread_barrierattr_t +pthread_cond_t:14pthread_cond_t +pthread_condattr_t:18pthread_condattr_t +pthread_key_t:j +pthread_mutex_t:15pthread_mutex_t +pthread_mutexattr_t:19pthread_mutexattr_t +pthread_once_t:i +pthread_rwlock_t:16pthread_rwlock_t +pthread_rwlockattr_t:20pthread_rwlockattr_t +pthread_spinlock_t:i +pthread_t:m +quad_t:x +register_t:i +rlim64_t:y +rlim_t:m +sigset_t:10__sigset_t +size_t:j +socklen_t:j +ssize_t:i +suseconds_t:l +time_t:l +u_char:h +uid_t:j +uint:j +u_int:j +u_int16_t:t +u_int32_t:j +u_int64_t:y +u_int8_t:h +ulong:m +u_long:m +u_quad_t:y +useconds_t:j +ushort:t +u_short:t