Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: "Maciej W. Rozycki" <macro@imgtec.com>
To: <config-patches@gnu.org>
Cc: Nick Clifton <nickc@redhat.com>, <binutils@sourceware.org>,
	Yao Qi	<qiyaoltc@gmail.com>,
	Jakub Sejdak <jakub.sejdak@phoesys.com>,
	<gdb-patches@sourceware.org>
Subject: Re: Sync config.[guess|sub] from FSF GCC mainline
Date: Fri, 27 May 2016 13:06:00 -0000	[thread overview]
Message-ID: <alpine.DEB.2.00.1605271403420.9344@tp.orcam.me.uk> (raw)
In-Reply-To: <4d222baa-eb7e-d8a7-c684-57300143d84c@redhat.com>

Hi,

On Mon, 23 May 2016, Nick Clifton wrote:

>  I am checking in the attached patch to sync our top level config.guess 
>  and config.sub files with their FSF GCC counterparts.

 This part looks like a regression to me, breaking character translation 
intended (single-argument `tr' without `-d' is I believe also not 
universally defined):

diff --git a/config.guess b/config.guess
index 802e5f1..b422c43 100755
--- a/config.guess
+++ b/config.guess
@@ -2,7 +2,7 @@
 # Attempt to guess a canonical system name.
 #   Copyright 1992-2016 Free Software Foundation, Inc.
 
-timestamp='2016-01-11'
+timestamp='2016-05-23'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -268,42 +272,42 @@ case
"${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
[...]
 	# A Tn.n version is a released field test version.
 	# A Xn.n version is an unreleased experimental baselevel.
 	# 1.2 uses "1.2" for uname -r.
-	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e
's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
+	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e
's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz`

-- see the `tr' invocation at the end.  I spotted it by chance by reading 
the patch and I take it it is an accident which happened while doing a 
mechanical clean-up.

 Would you therefore please look into it and see if my suspicion is right?

 Thanks,

  Maciej


  reply	other threads:[~2016-05-27 13:06 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1463044658-19231-1-git-send-email-jakub.sejdak@phoesys.com>
2016-05-12  9:21 ` [PATCH] Add support for Phoenix-RTOS on ARM Jakub Sejdak
2016-05-12 13:33   ` Yao Qi
2016-05-19  7:29     ` Jakub Sejdak
2016-05-19 13:16       ` Yao Qi
2016-05-23 10:41         ` Sync config.[guess|sub] from FSF GCC mainline Nick Clifton
2016-05-27 13:06           ` Maciej W. Rozycki [this message]
2016-05-23 12:56 ` [PATCH] Add support for Phoenix-RTOS on ARM Nick Clifton
2016-05-23 13:55   ` Jakub Sejdak
2016-05-24  9:45     ` Nick Clifton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.DEB.2.00.1605271403420.9344@tp.orcam.me.uk \
    --to=macro@imgtec.com \
    --cc=binutils@sourceware.org \
    --cc=config-patches@gnu.org \
    --cc=gdb-patches@sourceware.org \
    --cc=jakub.sejdak@phoesys.com \
    --cc=nickc@redhat.com \
    --cc=qiyaoltc@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox