From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 36344 invoked by alias); 7 Oct 2016 16:52:03 -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 36334 invoked by uid 89); 7 Oct 2016 16:52:03 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:227, gcc-help X-HELO: mail-oi0-f53.google.com Received: from mail-oi0-f53.google.com (HELO mail-oi0-f53.google.com) (209.85.218.53) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 07 Oct 2016 16:51:53 +0000 Received: by mail-oi0-f53.google.com with SMTP id m72so63449167oik.3 for ; Fri, 07 Oct 2016 09:51:52 -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:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=mUpDC9FDVZ9Oxi0IGeKfeY4AotomwuLp7BFx5MXMvuY=; b=G5J4WPwZ6pZHXuiAHP5tRKxUUoqYCSp81gwKGe4MkWlEtlGAFuPz8WTbK1mc9llwa5 ZbFZ56Ntz4JAnrx17lOtXChd9ItL4q7+h5gWQCBruHZMfuCD/3q1CFWZw2bnjos97rfu lNIepuMCWy/DxhEfEdehLpHmWdRFxAFkm4P/AoVL033lsFqsjUq3E43SGwKHhDwJnHO3 eWAbQBwIvx2OPKkI5kSy8wLW3uSifdikrh2hS9su+Ad+thmPEXs/H6LmXNVkk055iIKL 3D/jwvGZm9aybEoHgYRaTPc/O64tmSl7lJZ6QP/8l1QZbDdH/yJbTI7QN1qkEQxHBaFW Ovaw== X-Gm-Message-State: AA6/9RkYSlnvCReJ/LakIW2IcF/9c7ki8yuaiyaSbSqodEv24pTPw3j7DVorNTOwxCx57ZaGlzzgmDof9BY8Bw== X-Received: by 10.202.228.69 with SMTP id b66mr1989819oih.31.1475859111509; Fri, 07 Oct 2016 09:51:51 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.221.3 with HTTP; Fri, 7 Oct 2016 09:51:50 -0700 (PDT) In-Reply-To: <33a4a07e-7d59-bdb8-a87b-9f6aea6e76d2@codesourcery.com> References: <1475771231-1739-1-git-send-email-lgustavo@codesourcery.com> <33a4a07e-7d59-bdb8-a87b-9f6aea6e76d2@codesourcery.com> From: Yao Qi Date: Fri, 07 Oct 2016 16:52:00 -0000 Message-ID: Subject: Re: [PATCH] Fixup gdb.python/py-value.exp for bare-metal aarch64-elf To: Luis Machado Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-10/txt/msg00171.txt.bz2 Well, I am not a C standard guru, so I can be wrong. I post this question to gcc-help https://gcc.gnu.org/ml/gcc-help/2016-10/msg00031.html --=20 Yao (=E9=BD=90=E5=B0=A7)