From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-x244.google.com (mail-lj1-x244.google.com [IPv6:2a00:1450:4864:20::244]) by sourceware.org (Postfix) with ESMTPS id 148FE3857C40 for ; Sat, 11 Jul 2020 23:56:32 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 148FE3857C40 Received: by mail-lj1-x244.google.com with SMTP id h22so10549623lji.9 for ; Sat, 11 Jul 2020 16:56:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-transfer-encoding:content-language; bh=BthClXpRieEzr5F583MietabvKegum8U01W+ZiZVqBM=; b=RtOHyg6xHiS2932Maj5VzQS7JAxouq4itMFplVrIHFa/I3PHnjtZQBhSbO8NqVTLhI xB4rbFbni3JGkK1u8SSU6mNvMU6DZfyPxMsLROHfku8I+w8manonI7ZhHiO7uqReEhN5 vbKJJ/rlFJq1i/T05oo9JZz/IcgdkMH9S/xo/zktoVB9ieWi78JcpZw5bbqH4OBHymyf FY/GrehLJ+SBOiLK6CeMNben49zuUL7X/uYjpPzBrUxY7ZVU6l2ll6KdBEX97gNjuyrY 7elic1wGLZIUJFNkeJuVOd0KNJfxaRFeOWWilLSbuVKIc2vVgGj8zcZ7kr3GV+G7Tw5q W1sQ== X-Gm-Message-State: AOAM5337odFcdEe+iQcasww4LtkYtTVYwqq4rMapk0wpL6O8ZjI6b9JI v+jbvIyfEIew20XDo8nyKsE3YZY8w84= X-Google-Smtp-Source: ABdhPJy8GydG9m0fAAIjU4y6MWmHMO+ud8jMx2gSjdS0oDeTfc5Wq2NivaZBJbUboL3K7YklaylFdw== X-Received: by 2002:a2e:160f:: with SMTP id w15mr46985260ljd.28.1594511790401; Sat, 11 Jul 2020 16:56:30 -0700 (PDT) Received: from [10.0.0.2] (89-69-162-27.dynamic.chello.pl. [89.69.162.27]) by smtp.gmail.com with ESMTPSA id m6sm3057670ljc.134.2020.07.11.16.56.29 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sat, 11 Jul 2020 16:56:29 -0700 (PDT) To: newlib@sourceware.org From: =?UTF-8?Q?Micha=c5=82_Dec?= Subject: newlib is broken for spu target since 2.5.0.20170623 Message-ID: <1bee626a-c669-ff0a-8bf6-803670ea9e81@gmail.com> Date: Sun, 12 Jul 2020 01:54:46 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: newlib@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Newlib mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jul 2020 23:56:33 -0000 Hello, I wanted to make a crosscompiler for the SPU on my PS3 with the newest newlib 3.3.0 but it failed. I've reported this issue to my distribution here https://bugs.gentoo.org/732206 and my investigations turned out this has been broken for some time now. I've also made a diff of the last working version and the first broken version here https://github.com/grepwood/newlib/commit/831b6666af1f83ac173b491a5c191246203ddc37 and I can see there's something wrong POSIX threads but I'm not entirely sure. Could anyone assist please? I know the SPU target is pretty much dead, but there are also plans to bring the open-source PS3 SDK PSL1GHT up to speed with new networking code from newlib, and they will also be blocked if they can't get a compiler for the SPU. Best regards, MichaƂ Dec