public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Luis Machado <luis.machado@arm.com>
Cc: gdb-patches@sourceware.org
Subject: Re: [PATCH] [Arm] Remove dead FPA code
Date: Tue, 20 Sep 2022 15:47:14 +0300	[thread overview]
Message-ID: <83pmfqw6ul.fsf@gnu.org> (raw)
In-Reply-To: <20220920123012.189293-1-luis.machado@arm.com> (message from Luis Machado via Gdb-patches on Tue, 20 Sep 2022 13:30:12 +0100)

> Date: Tue, 20 Sep 2022 13:30:12 +0100
> From: Luis Machado via Gdb-patches <gdb-patches@sourceware.org>
> 
> FPA has been deprecated for a while now. It was removed from GCC in 2012,
> but somehow it managed to survive in GDB for a little while longer.
> 
> It is time to let FPA rest in peace.
> 
> While at it, make VFP the default floating point model for 32-bit Arm.
> 
> It would be nice to get some *BSD testing as some changes touch that code
> and I'm not properly setup to validate the changes for those OS'.
> ---
>  gdb/NEWS                                    |   4 +
>  gdb/aarch64-linux-nat.c                     |   4 +-
>  gdb/arch/arm.c                              |   5 -
>  gdb/arch/arm.h                              |   9 -
>  gdb/arm-bsd-tdep.c                          |  48 ----
>  gdb/arm-linux-nat.c                         | 106 +-------
>  gdb/arm-linux-tdep.c                        | 131 +--------
>  gdb/arm-linux-tdep.h                        |  29 --
>  gdb/arm-netbsd-nat.c                        |   4 +-
>  gdb/arm-tdep.c                              | 286 +-------------------
>  gdb/arm-tdep.h                              |   3 -
>  gdb/doc/gdb.texinfo                         |  13 +-
>  gdb/features/Makefile                       |   2 -
>  gdb/features/arm/arm-fpa.c                  |  23 --
>  gdb/features/arm/arm-fpa.xml                |  23 --
>  gdb/features/arm/arm-m-profile-with-fpa.c   |  39 ---
>  gdb/features/arm/arm-m-profile-with-fpa.xml |  39 ---
>  gdb/target-descriptions.c                   |   4 -
>  gdb/testsuite/gdb.base/long_long.exp        |  18 +-
>  gdbserver/linux-arm-low.cc                  |   7 +-
>  gdbsupport/tdesc.cc                         |   1 -
>  gdbsupport/tdesc.h                          |   1 -
>  22 files changed, 33 insertions(+), 766 deletions(-)
>  delete mode 100644 gdb/features/arm/arm-fpa.c
>  delete mode 100644 gdb/features/arm/arm-fpa.xml
>  delete mode 100644 gdb/features/arm/arm-m-profile-with-fpa.c
>  delete mode 100644 gdb/features/arm/arm-m-profile-with-fpa.xml

OK for the NEWS part, thanks.

  reply	other threads:[~2022-09-20 12:47 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-20 12:30 Luis Machado
2022-09-20 12:47 ` Eli Zaretskii [this message]
2022-10-02 13:39 ` Enze Li
2022-10-03  8:27   ` Luis Machado
2022-10-03 17:33 ` John Baldwin
2022-10-03 19:16 ` Pedro Alves
2022-10-04  8:43   ` Luis Machado
2022-10-04 17:08     ` John Baldwin
2022-10-04 17:43       ` Luis Machado
2022-10-04 21:36         ` John Baldwin
2022-10-05  8:26           ` Luis Machado
2022-10-05  8:36             ` David Spickett
2022-10-05  8:36               ` David Spickett
2022-10-05 16:48             ` John Baldwin
2022-10-05 16:57               ` Richard Earnshaw
2022-10-06 13:02                 ` Luis Machado
2022-10-10 14:58             ` Pedro Alves
2022-10-13  7:23               ` Luis Machado
2022-10-13  8:29                 ` Pedro Alves
2022-10-13  9:40                   ` Luis Machado
2022-10-25 13:54                     ` Luis Machado
2022-11-14 14:30                     ` Simon Marchi
2022-10-10 14:56     ` Pedro Alves
2022-10-13  7:18       ` Luis Machado
2022-10-13  8:44         ` Pedro Alves
2022-10-13  9:15           ` Luis Machado

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=83pmfqw6ul.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=gdb-patches@sourceware.org \
    --cc=luis.machado@arm.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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).