public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/arm/morello/main] cheri: wctype: turn wctype_t into a pointer
@ 2022-08-05 19:35 Szabolcs Nagy
0 siblings, 0 replies; 4+ messages in thread
From: Szabolcs Nagy @ 2022-08-05 19:35 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=f7842f9392d081ff6decfbd2fc9ca9973c83c4bb
commit f7842f9392d081ff6decfbd2fc9ca9973c83c4bb
Author: Szabolcs Nagy <szabolcs.nagy@arm.com>
Date: Thu Mar 17 12:30:37 2022 +0000
cheri: wctype: turn wctype_t into a pointer
Make wctype_t a pointer so dereferencing it works. wctrans_t is already
a pointer and used the same way.
Existing targets are not affected, only capability targets where this
is necessary.
Diff:
---
wctype/bits/wctype-wchar.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/wctype/bits/wctype-wchar.h b/wctype/bits/wctype-wchar.h
index 8eca9262fd..5ff0aad8a2 100644
--- a/wctype/bits/wctype-wchar.h
+++ b/wctype/bits/wctype-wchar.h
@@ -35,7 +35,11 @@
/* Scalar type that can hold values which represent locale-specific
character classifications. */
+#ifdef __CHERI_PURE_CAPABILITY__
+typedef const char *wctype_t;
+#else
typedef unsigned long int wctype_t;
+#endif
# ifndef _ISwbit
/* The characteristics are stored always in network byte order (big
^ permalink raw reply [flat|nested] 4+ messages in thread
* [glibc/arm/morello/main] cheri: wctype: turn wctype_t into a pointer
@ 2022-11-23 14:46 Szabolcs Nagy
0 siblings, 0 replies; 4+ messages in thread
From: Szabolcs Nagy @ 2022-11-23 14:46 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=bcc70e4b2b213030e7f4ac1f4dddd9858d5b2968
commit bcc70e4b2b213030e7f4ac1f4dddd9858d5b2968
Author: Szabolcs Nagy <szabolcs.nagy@arm.com>
Date: Thu Mar 17 12:30:37 2022 +0000
cheri: wctype: turn wctype_t into a pointer
Make wctype_t a pointer so dereferencing it works. wctrans_t is already
a pointer and used the same way.
Existing targets are not affected, only capability targets where this
is necessary.
Diff:
---
wctype/bits/wctype-wchar.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/wctype/bits/wctype-wchar.h b/wctype/bits/wctype-wchar.h
index 8eca9262fd..5ff0aad8a2 100644
--- a/wctype/bits/wctype-wchar.h
+++ b/wctype/bits/wctype-wchar.h
@@ -35,7 +35,11 @@
/* Scalar type that can hold values which represent locale-specific
character classifications. */
+#ifdef __CHERI_PURE_CAPABILITY__
+typedef const char *wctype_t;
+#else
typedef unsigned long int wctype_t;
+#endif
# ifndef _ISwbit
/* The characteristics are stored always in network byte order (big
^ permalink raw reply [flat|nested] 4+ messages in thread
* [glibc/arm/morello/main] cheri: wctype: turn wctype_t into a pointer
@ 2022-10-27 13:56 Szabolcs Nagy
0 siblings, 0 replies; 4+ messages in thread
From: Szabolcs Nagy @ 2022-10-27 13:56 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=105c8d33c3ee1a4ce66219b546d0a0745b8f0f48
commit 105c8d33c3ee1a4ce66219b546d0a0745b8f0f48
Author: Szabolcs Nagy <szabolcs.nagy@arm.com>
Date: Thu Mar 17 12:30:37 2022 +0000
cheri: wctype: turn wctype_t into a pointer
Make wctype_t a pointer so dereferencing it works. wctrans_t is already
a pointer and used the same way.
Existing targets are not affected, only capability targets where this
is necessary.
Diff:
---
wctype/bits/wctype-wchar.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/wctype/bits/wctype-wchar.h b/wctype/bits/wctype-wchar.h
index 8eca9262fd..5ff0aad8a2 100644
--- a/wctype/bits/wctype-wchar.h
+++ b/wctype/bits/wctype-wchar.h
@@ -35,7 +35,11 @@
/* Scalar type that can hold values which represent locale-specific
character classifications. */
+#ifdef __CHERI_PURE_CAPABILITY__
+typedef const char *wctype_t;
+#else
typedef unsigned long int wctype_t;
+#endif
# ifndef _ISwbit
/* The characteristics are stored always in network byte order (big
^ permalink raw reply [flat|nested] 4+ messages in thread
* [glibc/arm/morello/main] cheri: wctype: turn wctype_t into a pointer
@ 2022-10-26 15:18 Szabolcs Nagy
0 siblings, 0 replies; 4+ messages in thread
From: Szabolcs Nagy @ 2022-10-26 15:18 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=d891654a253a4f4399e446c6ac437c85baad8e89
commit d891654a253a4f4399e446c6ac437c85baad8e89
Author: Szabolcs Nagy <szabolcs.nagy@arm.com>
Date: Thu Mar 17 12:30:37 2022 +0000
cheri: wctype: turn wctype_t into a pointer
Make wctype_t a pointer so dereferencing it works. wctrans_t is already
a pointer and used the same way.
Existing targets are not affected, only capability targets where this
is necessary.
Diff:
---
wctype/bits/wctype-wchar.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/wctype/bits/wctype-wchar.h b/wctype/bits/wctype-wchar.h
index 8eca9262fd..5ff0aad8a2 100644
--- a/wctype/bits/wctype-wchar.h
+++ b/wctype/bits/wctype-wchar.h
@@ -35,7 +35,11 @@
/* Scalar type that can hold values which represent locale-specific
character classifications. */
+#ifdef __CHERI_PURE_CAPABILITY__
+typedef const char *wctype_t;
+#else
typedef unsigned long int wctype_t;
+#endif
# ifndef _ISwbit
/* The characteristics are stored always in network byte order (big
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-11-23 14:46 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-05 19:35 [glibc/arm/morello/main] cheri: wctype: turn wctype_t into a pointer Szabolcs Nagy
2022-10-26 15:18 Szabolcs Nagy
2022-10-27 13:56 Szabolcs Nagy
2022-11-23 14:46 Szabolcs Nagy
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).