aboutsummaryrefslogtreecommitdiff
path: root/wcsmbs
diff options
context:
space:
mode:
authorJoseph Myers <josmyers@redhat.com>2024-02-01 17:55:57 +0000
committerJoseph Myers <josmyers@redhat.com>2024-02-01 17:55:57 +0000
commit83d8d289b295406e30bc8a079286b093d552c3a5 (patch)
treece6dfd0900446539437d31ea7bf32b44f2169a9e /wcsmbs
parentc62b6265a641aaec4b0fa1b3fe622c2edf9c3821 (diff)
downloadglibc-83d8d289b295406e30bc8a079286b093d552c3a5.zip
glibc-83d8d289b295406e30bc8a079286b093d552c3a5.tar.gz
glibc-83d8d289b295406e30bc8a079286b093d552c3a5.tar.bz2
Rename c2x / gnu2x tests to c23 / gnu23
Complete the internal renaming from "C2X" and related names in GCC by renaming *-c2x and *-gnu2x tests to *-c23 and *-gnu23. Tested for x86_64, and with build-many-glibcs.py for powerpc64le.
Diffstat (limited to 'wcsmbs')
-rw-r--r--wcsmbs/Makefile12
-rw-r--r--wcsmbs/tst-wcstol-binary-c23.c (renamed from wcsmbs/tst-wcstol-binary-c2x.c)0
-rw-r--r--wcsmbs/tst-wcstol-binary-gnu23.c (renamed from wcsmbs/tst-wcstol-binary-gnu2x.c)0
-rw-r--r--wcsmbs/tst-wscanf-binary-c23.c (renamed from wcsmbs/tst-wscanf-binary-c2x.c)0
4 files changed, 6 insertions, 6 deletions
diff --git a/wcsmbs/Makefile b/wcsmbs/Makefile
index b64a5e1..f3333c6 100644
--- a/wcsmbs/Makefile
+++ b/wcsmbs/Makefile
@@ -188,14 +188,14 @@ tests := \
tst-wcstod-round \
tst-wcstof \
tst-wcstol-binary-c11 \
- tst-wcstol-binary-c2x \
+ tst-wcstol-binary-c23 \
tst-wcstol-binary-gnu11 \
- tst-wcstol-binary-gnu2x \
+ tst-wcstol-binary-gnu23 \
tst-wcstol-locale \
tst-wprintf-binary \
tst-wprintf-intn \
tst-wscanf-binary-c11 \
- tst-wscanf-binary-c2x \
+ tst-wscanf-binary-c23 \
tst-wscanf-binary-gnu11 \
tst-wscanf-binary-gnu89 \
tst-wscanf-intn \
@@ -290,10 +290,10 @@ $(objpfx)tst-wcstod-nan-sign: $(libm)
# (added in GCC 9), so the tests for those versions use -std=c11 and -std=gnu11
# and then _ISOC23_SOURCE is defined in the test as needed.
CFLAGS-tst-wcstol-binary-c11.c += -std=c11
-CFLAGS-tst-wcstol-binary-c2x.c += -std=c11
+CFLAGS-tst-wcstol-binary-c23.c += -std=c11
CFLAGS-tst-wcstol-binary-gnu11.c += -std=gnu11
-CFLAGS-tst-wcstol-binary-gnu2x.c += -std=gnu11
+CFLAGS-tst-wcstol-binary-gnu23.c += -std=gnu11
CFLAGS-tst-wscanf-binary-c11.c += -std=c11 -DOBJPFX=\"$(objpfx)\"
-CFLAGS-tst-wscanf-binary-c2x.c += -std=c11 -DOBJPFX=\"$(objpfx)\"
+CFLAGS-tst-wscanf-binary-c23.c += -std=c11 -DOBJPFX=\"$(objpfx)\"
CFLAGS-tst-wscanf-binary-gnu11.c += -std=gnu11 -DOBJPFX=\"$(objpfx)\"
CFLAGS-tst-wscanf-binary-gnu89.c += -std=gnu89 -DOBJPFX=\"$(objpfx)\"
diff --git a/wcsmbs/tst-wcstol-binary-c2x.c b/wcsmbs/tst-wcstol-binary-c23.c
index 1d7f90f..1d7f90f 100644
--- a/wcsmbs/tst-wcstol-binary-c2x.c
+++ b/wcsmbs/tst-wcstol-binary-c23.c
diff --git a/wcsmbs/tst-wcstol-binary-gnu2x.c b/wcsmbs/tst-wcstol-binary-gnu23.c
index 7bd7c0d..7bd7c0d 100644
--- a/wcsmbs/tst-wcstol-binary-gnu2x.c
+++ b/wcsmbs/tst-wcstol-binary-gnu23.c
diff --git a/wcsmbs/tst-wscanf-binary-c2x.c b/wcsmbs/tst-wscanf-binary-c23.c
index 06d99f2..06d99f2 100644
--- a/wcsmbs/tst-wscanf-binary-c2x.c
+++ b/wcsmbs/tst-wscanf-binary-c23.c