[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[RFC PATCH 01/15] config.sub: testsuite: whitespace and sorting correcti
From: |
Zack Weinberg |
Subject: |
[RFC PATCH 01/15] config.sub: testsuite: whitespace and sorting corrections. |
Date: |
Mon, 3 Jun 2024 15:28:30 -0400 |
Ensure that the second column of testsuite/config-sub.data is
consistently indented—always to the same distance, using tabs—
and that the entire file is properly sorted. No functional change.
It might make sense to swap the two columns of this file and then
re-sort it, which would group all the aliases for a single canonical.
I think it would be easier to work with that way but I don’t want to
make that change unilaterally.
---
testsuite/config-sub.data | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/testsuite/config-sub.data b/testsuite/config-sub.data
index a46bdfe..37bee80 100644
--- a/testsuite/config-sub.data
+++ b/testsuite/config-sub.data
@@ -108,7 +108,7 @@ arm64-apple-tvos10.0.0
aarch64-apple-tvos10.0.0
arm64-apple-watchos aarch64-apple-watchos
arm64-apple-watchos5.0 aarch64-apple-watchos5.0
arm64ec-pc-mingw32 arm64ec-pc-mingw32
-arm64ec-windows arm64ec-unknown-windows
+arm64ec-windows arm64ec-unknown-windows
armbe armbe-unknown-none
armeb-unknown-netbsdelf7.0 armeb-unknown-netbsdelf7.0
armel armel-unknown-none
@@ -138,8 +138,8 @@ armv7eb-unknown-netbsdelf7.0
armv7eb-unknown-netbsdelf7.0
armv7eb-unknown-netbsdelf7.0-eabi
armv7eb-unknown-netbsdelf7.0-eabi
armv7eb-unknown-netbsdelf7.0-eabihf
armv7eb-unknown-netbsdelf7.0-eabihf
armv7m armv7m-unknown-none
-armv7m-unknown-none-eabi armv7m-unknown-none-eabi
-armv7m-wrs-vxworks-eabihf
armv7m-wrs-vxworks-eabihf
+armv7m-unknown-none-eabi armv7m-unknown-none-eabi
+armv7m-wrs-vxworks-eabihf armv7m-wrs-vxworks-eabihf
armv7r armv7r-unknown-none
armv8a armv8a-unknown-none
armv8b-linux-gnueabi armv8b-unknown-linux-gnueabi
@@ -204,7 +204,7 @@ d10v
d10v-unknown-none
d30v d30v-unknown-none
da30 m68k-da30-none
dec10 pdp10-dec-tops10
-dec20 pdp10-dec-tops20
+dec20 pdp10-dec-tops20
dec3100 mips-dec-ultrix4.2
decstation mips-dec-ultrix4.2
decstation-3100 mips-dec-ultrix4.2
@@ -258,11 +258,11 @@ hexagon-linux
hexagon-unknown-linux-gnu
hp300 m68k-hp-hpux
hp300bsd m68k-hp-bsd
hp300hpux m68k-hp-hpux
-hp3k900 hppa1.0-hp-hpux
+hp3k900 hppa1.0-hp-hpux
hp893 hppa1.1-hp-hpux
hp900 hppa1.0-hp-hpux
-hp9k200 m68000-hp-hpux
-hp9k310 m68000-hp-hpux
+hp9k200 m68000-hp-hpux
+hp9k310 m68000-hp-hpux
hp9k893 hppa1.1-hp-hpux
hppa hppa-unknown-none
hppa-next hppa-next-nextstep
@@ -413,8 +413,8 @@ metag
metag-unknown-none
metag-linux metag-unknown-linux-gnu
microblaze microblaze-xilinx-none
microblaze-elf microblaze-xilinx-elf
-microblaze-unknown-elf microblaze-xilinx-elf
microblaze-linux microblaze-xilinx-linux-gnu
+microblaze-unknown-elf microblaze-xilinx-elf
microblazeel microblazeel-xilinx-none
microblazeel-elf microblazeel-xilinx-elf
microblazeel-foobar-elf microblazeel-foobar-elf
@@ -618,7 +618,7 @@ powerpc-haiku
powerpc-unknown-haiku
powerpc-pikeos powerpc-unknown-elf
powerpc-sysgo-pikeos powerpc-sysgo-elf
powerpc-wrs-vxworks powerpc-wrs-vxworks
-powerpc-wrs-vxworks-spe powerpc-wrs-vxworks-spe
+powerpc-wrs-vxworks-spe powerpc-wrs-vxworks-spe
powerpc-xcoff-lynxos178 powerpc-xcoff-lynxos178
powerpc64 powerpc64-unknown-none
powerpc64-wrs-vxworks powerpc64-wrs-vxworks
@@ -900,7 +900,7 @@ x86_64-qnx x86_64-pc-qnx
x86_64-redox x86_64-pc-redox
x86_64-secbsd x86_64-pc-secbsd
x86_64-sortix x86_64-pc-sortix
-x86_64-twizzler x86_64-pc-twizzler
+x86_64-twizzler x86_64-pc-twizzler
x86_64-unknown-ptx x86_64-sequent-ptx
x86_64-unknown-uefi x86_64-unknown-uefi
x86_64-windows x86_64-pc-windows
--
2.43.2
- [RFC PATCH 00/15] config.sub bug fixes, Zack Weinberg, 2024/06/03
- [RFC PATCH 01/15] config.sub: testsuite: whitespace and sorting corrections.,
Zack Weinberg <=
- [RFC PATCH 02/15] config.sub: disable shellcheck warning SC2162 globally., Zack Weinberg, 2024/06/03
- [RFC PATCH 03/15] config.sub: flatten and sort long case-alternative lists, Zack Weinberg, 2024/06/03
- [RFC PATCH 04/15] config.sub: correct Bull DPX/2-[123]00 and DPX/20 canonical names., Zack Weinberg, 2024/06/03
- [RFC PATCH 05/15] config.sub: consistently use sun as default vendor for solaris*., Zack Weinberg, 2024/06/03
- [RFC PATCH 06/15] config.sub: accept knetbsd-gnu, netbsd-gnu, uclinux-gnu., Zack Weinberg, 2024/06/03
- [RFC PATCH 07/15] config.sub: handle cNN-convex and convex-cNN shorthands correctly., Zack Weinberg, 2024/06/03
- [RFC PATCH 08/15] config.sub: don’t override OS for c90-cray., Zack Weinberg, 2024/06/03
- [RFC PATCH 09/15] config.sub: don’t override OS for blackfin, m68knommu, parisc., Zack Weinberg, 2024/06/03
- [RFC PATCH 11/15] config.sub: remove two unreachable case clauses., Zack Weinberg, 2024/06/03
- [RFC PATCH 10/15] config.sub: normalize nextstep/openstep consistently., Zack Weinberg, 2024/06/03