public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
From: Sebastian Huber <sebastian.huber@embedded-brains.de>
To: newlib@sourceware.org
Subject: [PATCH 0/2] Fix fenv support for ARM
Date: Sun, 19 Jul 2020 13:01:10 +0200	[thread overview]
Message-ID: <20200719110112.14255-1-sebastian.huber@embedded-brains.de> (raw)

This patch set addresses some issues which popped up while building Newlib for
ARM with GCC 10 which enables -fno-common by default.

Eshan dhawan (1):
  arm: Fix fenv support

Sebastian Huber (1):
  arm: Remove superfluous fenv stub files

 newlib/libc/machine/arm/machine/fenv-mangle.h |  53 ---
 .../libc/machine/arm/machine/fenv-softfloat.h | 187 ----------
 newlib/libc/machine/arm/machine/fenv-vfp.h    | 187 ----------
 newlib/libc/machine/arm/sys/fenv.h            |  66 +---
 newlib/libm/machine/arm/Makefile.am           |  17 +-
 newlib/libm/machine/arm/Makefile.in           | 109 +-----
 newlib/libm/machine/arm/fe_dfl_env.c          |   7 -
 newlib/libm/machine/arm/feclearexcept.c       |   7 -
 newlib/libm/machine/arm/fegetenv.c            |   7 -
 newlib/libm/machine/arm/fegetexceptflag.c     |   7 -
 newlib/libm/machine/arm/fegetround.c          |   7 -
 newlib/libm/machine/arm/feholdexcept.c        |   7 -
 newlib/libm/machine/arm/fenv-softfp.c         |  32 --
 newlib/libm/machine/arm/fenv-vfp.c            |  32 --
 newlib/libm/machine/arm/fenv.c                | 319 ++++++------------
 newlib/libm/machine/arm/feraiseexcept.c       |   7 -
 newlib/libm/machine/arm/fesetenv.c            |   7 -
 newlib/libm/machine/arm/fesetexceptflag.c     |   7 -
 newlib/libm/machine/arm/fesetround.c          |   7 -
 newlib/libm/machine/arm/fetestexcept.c        |   7 -
 newlib/libm/machine/arm/feupdateenv.c         |   7 -
 21 files changed, 127 insertions(+), 959 deletions(-)
 delete mode 100644 newlib/libc/machine/arm/machine/fenv-mangle.h
 delete mode 100644 newlib/libc/machine/arm/machine/fenv-softfloat.h
 delete mode 100644 newlib/libc/machine/arm/machine/fenv-vfp.h
 delete mode 100644 newlib/libm/machine/arm/fe_dfl_env.c
 delete mode 100644 newlib/libm/machine/arm/feclearexcept.c
 delete mode 100644 newlib/libm/machine/arm/fegetenv.c
 delete mode 100644 newlib/libm/machine/arm/fegetexceptflag.c
 delete mode 100644 newlib/libm/machine/arm/fegetround.c
 delete mode 100644 newlib/libm/machine/arm/feholdexcept.c
 delete mode 100644 newlib/libm/machine/arm/fenv-softfp.c
 delete mode 100644 newlib/libm/machine/arm/fenv-vfp.c
 delete mode 100644 newlib/libm/machine/arm/feraiseexcept.c
 delete mode 100644 newlib/libm/machine/arm/fesetenv.c
 delete mode 100644 newlib/libm/machine/arm/fesetexceptflag.c
 delete mode 100644 newlib/libm/machine/arm/fesetround.c
 delete mode 100644 newlib/libm/machine/arm/fetestexcept.c
 delete mode 100644 newlib/libm/machine/arm/feupdateenv.c

-- 
2.26.2


             reply	other threads:[~2020-07-19 11:01 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-19 11:01 Sebastian Huber [this message]
2020-07-19 11:01 ` [PATCH 1/2] arm: Fix fenv support Sebastian Huber
2020-07-23  5:16   ` Sebastian Huber
2020-07-30 22:51   ` Keith Packard
2020-07-19 11:01 ` [PATCH 2/2] arm: Remove superfluous fenv stub files Sebastian Huber
2020-07-23  5:13 ` [PATCH 0/2] Fix fenv support for ARM Sebastian Huber
2020-07-27  8:07   ` Corinna Vinschen
2020-07-29  5:07     ` Sebastian Huber
2020-07-29 15:07       ` Sebastian Huber

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=20200719110112.14255-1-sebastian.huber@embedded-brains.de \
    --to=sebastian.huber@embedded-brains.de \
    --cc=newlib@sourceware.org \
    /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).