Skip to content

Commit 2881ee5

Browse files
committed
semver: powerpc64(le): Rename powerpc64le files to powerpc64
CARGO_CFG_TARGET_ARCH is powerpc64 on both powerpc64 and powerpc64le. This would cause the powerpc64le semver files to be unused. Replace the powerpc64 files with the powerpc64le ones, they are compatible with each other and only differ in endianess. Linux, musl and glibc share the same code for both endian targets. See the cargo documentation: https://doc.rust-lang.org/reference/conditional-compilation.html#target_arch Signed-off-by: Jens Reidel <adrian@travitia.xyz>
1 parent 27bf19c commit 2881ee5

File tree

3 files changed

+0
-165
lines changed

3 files changed

+0
-165
lines changed

libc-test/semver/linux-powerpc64.txt

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,12 @@ B2500000
22
B3000000
33
B3500000
44
B4000000
5-
Elf32_Rela
6-
Elf64_Rela
7-
KEYCTL_CAPABILITIES
8-
KEYCTL_CAPS0_BIG_KEY
9-
KEYCTL_CAPS0_CAPABILITIES
10-
KEYCTL_CAPS0_DIFFIE_HELLMAN
11-
KEYCTL_CAPS0_INVALIDATE
12-
KEYCTL_CAPS0_MOVE
13-
KEYCTL_CAPS0_PERSISTENT_KEYRINGS
14-
KEYCTL_CAPS0_PUBLIC_KEY
15-
KEYCTL_CAPS0_RESTRICT_KEYRING
16-
KEYCTL_CAPS1_NS_KEYRING_NAME
17-
KEYCTL_CAPS1_NS_KEY_TAG
18-
KEYCTL_MOVE
195
MADV_SOFT_OFFLINE
206
MAP_SYNC
217
NFT_MSG_DELOBJ
228
NFT_MSG_GETOBJ
239
NFT_MSG_GETOBJ_RESET
2410
NFT_MSG_NEWOBJ
25-
PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP
26-
PTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP
27-
PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP
2811
SCM_TIMESTAMPNS
2912
SCM_WIFI_STATUS
3013
SIGSTKFLT
@@ -161,5 +144,3 @@ TIOCGRS485
161144
TIOCSBRK
162145
TIOCSRS485
163146
flock64
164-
max_align_t
165-
sysctl

libc-test/semver/linux-powerpc64le.txt

Lines changed: 0 additions & 146 deletions
This file was deleted.

0 commit comments

Comments
 (0)