From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3507 invoked by alias); 27 Apr 2017 16:20:19 -0000 Mailing-List: contact gdb-announce-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-announce-owner@sourceware.org Received: (qmail 91649 invoked by uid 89); 27 Apr 2017 10:20:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=H*Ad:U*gdb-announce, HTo:U*gdb-announce X-HELO: mail-wm0-f47.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:user-agent :mime-version:content-transfer-encoding; bh=3xTzBjP5pDCTfS1lLZ/qIIgDNyHztlolScxqPNPkZXk=; b=Le6IVnDyHOu6gBJpKteCh4uZZASnLjoVex3NY/xblvn9ECjT88mxBXv02V2NHJCk8F rW+1hBp/JDaFwQWwneqnRgrxrtiodQ4Kcb2EK5HOG1FHa2Py2ucrvtEAf3Ftkti9CwyW MaxyNNPQVuB1OJ4jdNOuihOlegKBvnRbBsbmaOvWcU7Pr3/EPo5T0qgVTkjUnrbfZite fFlE3L4S0Um5y2fUX8M+ZybeNLU3VWQRkCjRaUcwlKwaufzl7vqosjRnNiSDZn7NE0zo nugrPzZB7uETPJCdBXclNGAK4U570Grj1JcvbDjZtGZ54Sk4mNjcpYREdkLNwu4bRpzd IRGA== X-Gm-Message-State: AN3rC/5q3BhAiChg9OlS8TGzscQG5AARQwWB9dCmx0V4PMF5lUwW2wdJ c8txHyZPthg3yJg5 X-Received: by 10.28.194.132 with SMTP id s126mr1660610wmf.88.1493288439824; Thu, 27 Apr 2017 03:20:39 -0700 (PDT) From: Yao Qi To: gdb-announce@sourceware.org Subject: Deprecate ARM FPA in GDB Date: Thu, 27 Apr 2017 16:20:00 -0000 Message-ID: <86inlqp2x5.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-SW-Source: 2017/txt/msg00002.txt.bz2 Hi, I plan to deprecate and remove ARM FPA support in GDB 8.1. The GCC FPA deprecation discussion was started in 2010 in https://gcc.gnu.org/ml/gcc/2010-05/msg00442.html and it was removed in 2012 https://gcc.gnu.org/ml/gcc-patches/2012-06/msg00825.html The deprecation means GDB no longer has options "fpa" and "softfpa" in command "set arm fpu". Currently, it is, (gdb) set arm fpu auto fpa softfpa softvfp vfp --=20 Yao (=E9=BD=90=E5=B0=A7)