]> sourceware.org Git - newlib-cygwin.git/commit
nvptx: Remove newlib ELIX level 1 restriction
authorThomas Schwinge <thomas@codesourcery.com>
Wed, 21 Sep 2022 16:58:34 +0000 (18:58 +0200)
committerThomas Schwinge <thomas@codesourcery.com>
Thu, 19 Jan 2023 20:52:06 +0000 (21:52 +0100)
commit654072d7a2feadb7b4d7466e59105198ab5e0968
tree555d93625916d8158136726de3d1df7bc97e7247
parent3b58032de14f7a08b1c60ee9fc4857c5fbfc8e57
nvptx: Remove newlib ELIX level 1 restriction

Such a hard-coded ELIX level restriction is only being applied for nvptx
newlib -- but we'd actually like higher levels' functions available there,
too.  (Users continue to be able to override this via newlib 'configure',
as for every other newlib target.)

This already enables GCC test cases that currently FAIL due to
'unresolved symbol strndup' ('gcc.dg/builtin-dynamic-object-size-0.c'), or
'unresolved symbol mempcpy' ('gcc.dg/torture/pr45636.c'), for example.

Co-authored-by: Andrew Stubbs <ams@codesourcery.com>
newlib/NEWS
newlib/configure.host
This page took 0.027239 seconds and 5 git commands to generate.