From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 43702 invoked by alias); 6 Feb 2017 14:38:57 -0000 Mailing-List: contact newlib-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: newlib-owner@sourceware.org Received: (qmail 43659 invoked by uid 89); 6 Feb 2017 14:38:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=init_array X-HELO: mail-pg0-f66.google.com Received: from mail-pg0-f66.google.com (HELO mail-pg0-f66.google.com) (74.125.83.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 06 Feb 2017 14:38:54 +0000 Received: by mail-pg0-f66.google.com with SMTP id 75so9262352pgf.3 for ; Mon, 06 Feb 2017 06:38:54 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=AH5/bWhxlZLh0fVpDeIvi2SoVzm0GUp9EXXGWoo9xuQ=; b=atvw+UE3cP4JaTUABlq2/bye/YG7Jt8xXl8APRvUUsAcNW3SLfHAOsDnEdspvnv5ek FPSAIIMo8sSZATLgGbs7TW/xTo64EclD4o9EXJ4dmGDf/ZeQe88nlnp5CV9sY9HnwrdP Q6fr8mRm1Oi5WbtO8V6kyvlvDjZ90BI/+sgqXpqw6VeRSjJvzQCgF3BxU1qQcdR+prMC tX2NrvBH7MvzRAaYcvjj9bq04gLkbpSZQTiM9DZi2ZMfpg1sFUkjuTvcz9Ro0fL1Fyvv mEeAOQza/6vESb3xSr+E1pZGLnbcv0jlYwTu4DoRGVkXUxD+hFdQXqG/x0GvkrdXBVJI KvkA== X-Gm-Message-State: AIkVDXKswE64hzDcfpxBbnpc2+zBNio50U9lsCrqe7KQT7/V4Bh/XAtwmJMDqEnYFi7eeQ== X-Received: by 10.99.65.1 with SMTP id o1mr13619919pga.93.1486391933170; Mon, 06 Feb 2017 06:38:53 -0800 (PST) Received: from localhost (z192.124-44-186.ppp.wakwak.ne.jp. [124.44.186.192]) by smtp.gmail.com with ESMTPSA id z127sm3319252pgz.29.2017.02.06.06.38.52 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 06 Feb 2017 06:38:52 -0800 (PST) From: Stafford Horne To: newlib@sourceware.org Cc: openrisc@lists.librecores.org, stefan.wallentowitz@posteo.de, Stafford Horne Subject: [PATCH 0/3] openrisc: various fixes Date: Mon, 06 Feb 2017 14:38:00 -0000 Message-Id: X-SW-Source: 2017/txt/msg00128.txt.bz2 Hello, These are a few patches that have collected in the openrisc newlib repository on github over the last year. Most issues were found when running the gdb test suite as I worked on getting that ready for upstream. I am working with Stefan Wallentowitz who has sent openrisc patches in the past. Olof Kindgren (1): or1k: Make open reentrant Stafford Horne (2): libgloss: or1k: If available call the init for init_array libgloss: Remove duplicate definition of environ libgloss/or1k/crt0.S | 6 ++++++ libgloss/or1k/syscalls.c | 5 +---- 2 files changed, 7 insertions(+), 4 deletions(-) -- 2.9.3