From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 110672 invoked by alias); 10 May 2016 08:03:56 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 110594 invoked by uid 89); 10 May 2016 08:03:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=unavailable version=3.3.2 spammy=rights, business, reserved, advised X-HELO: mail-lf0-f42.google.com Received: from mail-lf0-f42.google.com (HELO mail-lf0-f42.google.com) (209.85.215.42) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 10 May 2016 08:03:35 +0000 Received: by mail-lf0-f42.google.com with SMTP id y84so5769747lfc.0 for ; Tue, 10 May 2016 01:03:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=4agAWYa5Of7S+Evw1ysaCxaSnChcxlpWNA9Henv7r6A=; b=kr8wXJqXeapyoLKSWlEJr7o0VzXRxPKww1lsOkkM0V9ZauW8NKYNXLFempxg42VfiG UfLt6cBzhI1PXLSBBYp3iRZYKT+TYUdD5eG21s+kXzaEm5bjx7oFG2xRHvkem9cOwy9r Iagn1hSbqSbo07yyERSnTGi3J/KohXsHEcWxIMxHtBnFOtoom4BjDXnomBrN/4YHWgEh wocpO7CjR9Vt8stSkZloXlK9eHiHh0oR18l8vHja8gO4CQv592+IYzRZAJ38ktXuHCrw p0cpEJ9gM57qkzWWXRGB1gYdub/z1sgyG6XEP93ClqFkG6o6aqgHWC4QxkpOSifJyHXl Y0wA== X-Gm-Message-State: AOPr4FV7scxz88GA5n2X7ApLZEl+uCNLoP6Ls2F0E8T872FBiEUmEmVgSve0ckjdgalgxtO/XTajtvrmmL235Q== MIME-Version: 1.0 X-Received: by 10.25.208.76 with SMTP id h73mr17268622lfg.74.1462867411881; Tue, 10 May 2016 01:03:31 -0700 (PDT) Received: by 10.112.158.39 with HTTP; Tue, 10 May 2016 01:03:31 -0700 (PDT) In-Reply-To: <794045941.12674803.1462822475062.JavaMail.zimbra@redhat.com> References: <1462436036-13578-1-git-send-email-jakub.sejdak@phoesys.com> <716075590.11881620.1462569935686.JavaMail.zimbra@redhat.com> <2027887467.12656057.1462818034789.JavaMail.zimbra@redhat.com> <794045941.12674803.1462822475062.JavaMail.zimbra@redhat.com> Date: Tue, 10 May 2016 08:03:00 -0000 Message-ID: Subject: Re: [PATCH 1/2] Add port for Phoenix-RTOS in common configure files. From: Jakub Sejdak To: Jeff Johnston Cc: newlib@sourceware.org, binutils@sourceware.org, gdb-patches@sourceware.org Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2016-05/txt/msg00160.txt.bz2 I've just applied both patches as you mentioned above. config.sub is already applied in GNU config repo, so it can be synced in newlib. 2016-05-09 21:34 GMT+02:00 Jeff Johnston : > Ok, done. Newlib bits checked in. You will have to post changes for top-level configure.ac (instead of configure > directly) and config.sub to the appropriate mailing lists. > > -- Jeff J. > > ----- Original Message ----- >> Hi Jeff, >> >> Actually noone ever thought about it on our side. If this won't break >> building without specifiing any version (until we decide how will it >> work for us and how to manage it) then I'm ok with it. >> Thank you for your big help. >> >> Regards, >> Jakub >> >> 2016-05-09 20:20 GMT+02:00 Jeff Johnston : >> > Hi Jakub, >> > >> > One minor comment. I think you might want to follow rtems and cygwin and >> > use * after phoenix everywhere to allow you to add a version specifier like >> > rtems does. >> > >> > (e.g. configure --target=sparc-rtems4.8) >> > >> > If you are ok with that, I'll just add it to configure.host for you and >> > check the >> > changes in. >> > >> > -- Jeff J. >> > >> > ----- Original Message ----- >> >> I don't get it why was the attachement stripped from previous mail. >> >> Here is link to FTP with this patch: >> >> >> >> http://files.phoesys.com/newlib/0001-Add-port-for-Phoenix-RTOS-in-common-configure-files.patch >> >> >> >> Thanks, >> >> Jakub >> >> >> >> 2016-05-09 10:46 GMT+02:00 Jakub Sejdak : >> >> > Hi Jeff, >> >> > >> >> > It seems, that git-send-email replaced tabs with spaces in mail body >> >> > and that caused errors, because after regeneration there was no other >> >> > changes. >> >> > I attached patch once again (created from fresh newlib, just in case) >> >> > and added notification to proper mailing lists. >> >> > >> >> > Thanks, >> >> > Jakub >> >> > >> >> > 2016-05-06 23:25 GMT+02:00 Jeff Johnston : >> >> >> Jakub, >> >> >> >> >> >> Please read the top-level MAINTAINERS file for files that need to >> >> >> be submitted to other mailing lists. For example, configure, >> >> >> config.sub, >> >> >> configure.ac >> >> >> >> >> >> Please also update your current newlib and generate a patch that >> >> >> you can attach (I get all kinds of rejections trying to copy the >> >> >> data out of the mail). I have already committed your 2nd patch >> >> >> which applied fine. >> >> >> >> >> >> Thanks, >> >> >> >> >> >> -- Jeff J. >> >> >> >> >> >> ----- Original Message ----- >> >> >>> From: Kuba Sejdak >> >> >>> >> >> >>> --- >> >> >>> COPYING.NEWLIB | 26 ++++++++++++++++++++++++++ >> >> >>> config.sub | 3 +++ >> >> >>> configure | 6 ++++++ >> >> >>> newlib/configure.host | 10 ++++++++++ >> >> >>> newlib/libc/sys/configure | 3 +++ >> >> >>> newlib/libc/sys/configure.in | 1 + >> >> >>> 6 files changed, 49 insertions(+) >> >> >>> >> >> >>> diff --git a/COPYING.NEWLIB b/COPYING.NEWLIB >> >> >>> index 24e7c73..e7e1f8a 100644 >> >> >>> --- a/COPYING.NEWLIB >> >> >>> +++ b/COPYING.NEWLIB >> >> >>> @@ -1023,3 +1023,29 @@ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING >> >> >>> NEGLIGENCE OR OTHERWISE) >> >> >>> ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED >> >> >>> OF >> >> >>> THE >> >> >>> POSSIBILITY OF SUCH DAMAGE. >> >> >>> >> >> >>> +(45) Phoenix Systems - Phoenix-RTOS targets >> >> >>> + >> >> >>> +Copyright (c) 2016 Phoenix Systems >> >> >>> +All rights reserved. >> >> >>> + >> >> >>> +Redistribution and use in source and binary forms, with or without >> >> >>> +modification, are permitted provided that the following conditions >> >> >>> +are met: >> >> >>> +1. Redistributions of source code must retain the above copyright >> >> >>> + notice, this list of conditions and the following disclaimer. >> >> >>> +2. Redistributions in binary form must reproduce the above copyright >> >> >>> + notice, this list of conditions and the following disclaimer in >> >> >>> the >> >> >>> + documentation and/or other materials provided with the >> >> >>> distribution. >> >> >>> + >> >> >>> +THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' >> >> >>> AND >> >> >>> +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE >> >> >>> +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR >> >> >>> PURPOSE >> >> >>> +ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE >> >> >>> LIABLE >> >> >>> +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR >> >> >>> CONSEQUENTIAL >> >> >>> +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE >> >> >>> GOODS >> >> >>> +OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) >> >> >>> +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, >> >> >>> STRICT >> >> >>> +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY >> >> >>> WAY >> >> >>> +OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY >> >> >>> OF >> >> >>> +SUCH DAMAGE. >> >> >>> + >> >> >>> diff --git a/config.sub b/config.sub >> >> >>> index da6d1b6..f7adbde 100755 >> >> >>> --- a/config.sub >> >> >>> +++ b/config.sub >> >> >>> @@ -1531,6 +1531,9 @@ case $os in >> >> >>> ;; >> >> >>> -nacl*) >> >> >>> ;; >> >> >>> + -phoenix) >> >> >>> + os=-phoenix >> >> >>> + ;; >> >> >>> -none) >> >> >>> ;; >> >> >>> *) >> >> >>> diff --git a/configure b/configure >> >> >>> index 35f231e..90e3e68 100755 >> >> >>> --- a/configure >> >> >>> +++ b/configure >> >> >>> @@ -3673,6 +3673,9 @@ case "${target}" in >> >> >>> *-*-netware*) >> >> >>> noconfigdirs="$noconfigdirs target-newlib target-libgloss" >> >> >>> ;; >> >> >>> + *-*-phoenix) >> >> >>> + noconfigdirs="$noconfigdirs target-libgloss" >> >> >>> + ;; >> >> >>> *-*-tpf*) >> >> >>> noconfigdirs="$noconfigdirs target-newlib target-libgloss" >> >> >>> ;; >> >> >>> @@ -3764,6 +3767,9 @@ case "${target}" in >> >> >>> arm-*-pe*) >> >> >>> noconfigdirs="$noconfigdirs target-libgloss" >> >> >>> ;; >> >> >>> + arm-*-phoenix*) >> >> >>> + noconfigdirs="$noconfigdirs target-libgloss" >> >> >>> + ;; >> >> >>> arm-*-riscix*) >> >> >>> noconfigdirs="$noconfigdirs ld target-libgloss" >> >> >>> ;; >> >> >>> diff --git a/newlib/configure.host b/newlib/configure.host >> >> >>> index bb163ec..9bc40de 100644 >> >> >>> --- a/newlib/configure.host >> >> >>> +++ b/newlib/configure.host >> >> >>> @@ -385,6 +385,11 @@ case "${host}" in >> >> >>> signal_dir= >> >> >>> sys_dir=netware >> >> >>> ;; >> >> >>> + *-*-phoenix) >> >> >>> + sys_dir=phoenix >> >> >>> + posix_dir=posix >> >> >>> + unix_dir=unix >> >> >>> + ;; >> >> >>> *-*-rtems*) # generic RTEMS support >> >> >>> sys_dir=rtems >> >> >>> posix_dir=posix >> >> >>> @@ -578,6 +583,11 @@ case "${host}" in >> >> >>> newlib_cflags="${newlib_cflags} -DHAVE_OPENDIR -DHAVE_RENAME >> >> >>> -DSIGNAL_PROVIDED -D_COMPILING_NEWLIB -DHAVE_BLKSIZE >> >> >>> -DHAVE_FCNTL >> >> >>> -DMALLOC_PROVIDED" >> >> >>> syscall_dir=syscalls >> >> >>> ;; >> >> >>> + *-*-phoenix) >> >> >>> + newlib_cflags="${newlib_cflags} -DMISSING_SYSCALL_NAMES >> >> >>> -D_COMPILING_NEWLIB >> >> >>> -DHAVE_BLKSIZE -DHAVE_NANOSLEEP" >> >> >>> + default_newlib_io_long_long="yes" >> >> >>> + syscall_dir= >> >> >>> + ;; >> >> >>> # RTEMS supplies its own versions of some routines: >> >> >>> # malloc() (reentrant version) >> >> >>> # exit() RTEMS has a "global" reent to flush >> >> >>> diff --git a/newlib/libc/sys/configure b/newlib/libc/sys/configure >> >> >>> index d64b0dd..55c6e13 100755 >> >> >>> --- a/newlib/libc/sys/configure >> >> >>> +++ b/newlib/libc/sys/configure >> >> >>> @@ -797,6 +797,7 @@ m88kbug >> >> >>> mmixware >> >> >>> netware >> >> >>> or1k >> >> >>> +phoenix >> >> >>> rdos >> >> >>> rtems >> >> >>> sh >> >> >>> @@ -11828,6 +11829,8 @@ subdirs="$subdirs a29khif" >> >> >>> ;; >> >> >>> or1k) subdirs="$subdirs or1k" >> >> >>> ;; >> >> >>> + phoenix) subdirs="$subdirs phoenix" >> >> >>> + ;; >> >> >>> rdos) subdirs="$subdirs rdos" >> >> >>> ;; >> >> >>> rtems) subdirs="$subdirs rtems" >> >> >>> diff --git a/newlib/libc/sys/configure.in >> >> >>> b/newlib/libc/sys/configure.in >> >> >>> index b50a6d3..bc6cb88 100644 >> >> >>> --- a/newlib/libc/sys/configure.in >> >> >>> +++ b/newlib/libc/sys/configure.in >> >> >>> @@ -34,6 +34,7 @@ if test -n "${sys_dir}"; then >> >> >>> mmixware) AC_CONFIG_SUBDIRS(mmixware) ;; >> >> >>> netware) AC_CONFIG_SUBDIRS(netware) ;; >> >> >>> or1k) AC_CONFIG_SUBDIRS(or1k) ;; >> >> >>> + phoenix) AC_CONFIG_SUBDIRS(phoenix) ;; >> >> >>> rdos) AC_CONFIG_SUBDIRS(rdos) ;; >> >> >>> rtems) AC_CONFIG_SUBDIRS(rtems) ;; >> >> >>> sh) AC_CONFIG_SUBDIRS(sh) ;; >> >> >>> -- >> >> >>> 2.7.4 >> >> >>> >> >> >>> >> >> >>