Skip to content

Commit 8d4f804

Browse files
authored
Rename the variant name from strictly_aligned to strictalign. (#578)
Rename the variant name from strictly_aligned to strictalign inorder to match with the corresponding aarch64 variant for -mno-unaligned-access.
1 parent 4b047f6 commit 8d4f804

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

arm-multilib/json/multilib.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@
7171
"flags": "--target=armv7-unknown-none-eabi -mfpu=none -fno-exceptions -fno-rtti"
7272
},
7373
{
74-
"variant": "armv7a_soft_nofp_strictly_aligned_exn_rtti",
75-
"json": "armv7a_soft_nofp_strictly_aligned_exn_rtti.json",
74+
"variant": "armv7a_soft_nofp_strictalign_exn_rtti",
75+
"json": "armv7a_soft_nofp_strictalign_exn_rtti.json",
7676
"flags": "--target=armv7-unknown-none-eabi -mfpu=none -mno-unaligned-access"
7777
},
7878
{
79-
"variant": "armv7a_soft_nofp_strictly_aligned",
80-
"json": "armv7a_soft_nofp_strictly_aligned.json",
79+
"variant": "armv7a_soft_nofp_strictalign",
80+
"json": "armv7a_soft_nofp_strictalign.json",
8181
"flags": "--target=armv7-unknown-none-eabi -mfpu=none -mno-unaligned-access -fno-exceptions -fno-rtti"
8282
},
8383
{
@@ -286,4 +286,4 @@
286286
"flags": "--target=thumbv8.1m.main-unknown-none-eabihf -march=thumbv8.1m.main+mve -mfpu=none -mbranch-protection=pac-ret+bti -fno-exceptions -fno-rtti"
287287
}
288288
]
289-
}
289+
}

arm-multilib/json/variants/armv7a_soft_nofp_strictly_aligned.json renamed to arm-multilib/json/variants/armv7a_soft_nofp_strictalign.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"args": {
33
"common": {
44
"TARGET_ARCH": "armv7a",
5-
"VARIANT": "armv7a_soft_nofp_strictly_aligned",
5+
"VARIANT": "armv7a_soft_nofp_strictalign",
66
"COMPILE_FLAGS": "-mfloat-abi=soft -march=armv7a -mfpu=none -mno-unaligned-access",
77
"ENABLE_EXCEPTIONS": "OFF",
88
"ENABLE_RTTI": "OFF",
@@ -38,4 +38,4 @@
3838
"ENABLE_LIBCXX_TESTS": "OFF"
3939
}
4040
}
41-
}
41+
}

arm-multilib/json/variants/armv7a_soft_nofp_strictly_aligned_exn_rtti.json renamed to arm-multilib/json/variants/armv7a_soft_nofp_strictalign_exn_rtti.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"args": {
33
"common": {
44
"TARGET_ARCH": "armv7a",
5-
"VARIANT": "armv7a_soft_nofp_strictly_aligned_exn_rtti",
5+
"VARIANT": "armv7a_soft_nofp_strictalign_exn_rtti",
66
"COMPILE_FLAGS": "-mfloat-abi=soft -march=armv7a -mfpu=none -mno-unaligned-access",
77
"ENABLE_EXCEPTIONS": "ON",
88
"ENABLE_RTTI": "ON",
@@ -38,4 +38,4 @@
3838
"ENABLE_LIBCXX_TESTS": "OFF"
3939
}
4040
}
41-
}
41+
}

0 commit comments

Comments
 (0)