aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc/objc-runtime-shared-support.cc
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@baylibre.com>2024-04-10 10:55:10 +0200
committerThomas Schwinge <tschwinge@baylibre.com>2024-04-10 10:55:10 +0200
commite02c6e686bd345089480237d58f2d153cbcc463c (patch)
tree5a61030629450dd778b1beb356c10a208a6aeb78 /gcc/objc/objc-runtime-shared-support.cc
parent0de2032ecf451e9fed2ad16c3ce771663fbc37a5 (diff)
parent4c2169d2f4061e72e1e61e9a175d16f7ff50f5c0 (diff)
downloadgcc-e02c6e686bd345089480237d58f2d153cbcc463c.zip
gcc-e02c6e686bd345089480237d58f2d153cbcc463c.tar.gz
gcc-e02c6e686bd345089480237d58f2d153cbcc463c.tar.bz2
Merge commit 'ceed844b5284aeabbdfe25ccf099e7ebeeb14a9b^' into HEAD
Diffstat (limited to 'gcc/objc/objc-runtime-shared-support.cc')
-rw-r--r--gcc/objc/objc-runtime-shared-support.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/objc/objc-runtime-shared-support.cc b/gcc/objc/objc-runtime-shared-support.cc
index 49dac5e..21a8822 100644
--- a/gcc/objc/objc-runtime-shared-support.cc
+++ b/gcc/objc/objc-runtime-shared-support.cc
@@ -684,6 +684,7 @@ generate_strings (void)
decl = TREE_PURPOSE (chain);
string_expr = my_build_string (IDENTIFIER_LENGTH (string) + 1,
IDENTIFIER_POINTER (string));
+ DECL_USER_ALIGN (decl) = 1;
finish_var_decl (decl, string_expr);
}
@@ -693,6 +694,7 @@ generate_strings (void)
decl = TREE_PURPOSE (chain);
string_expr = my_build_string (IDENTIFIER_LENGTH (string) + 1,
IDENTIFIER_POINTER (string));
+ DECL_USER_ALIGN (decl) = 1;
finish_var_decl (decl, string_expr);
}
@@ -702,6 +704,7 @@ generate_strings (void)
decl = TREE_PURPOSE (chain);
string_expr = my_build_string (IDENTIFIER_LENGTH (string) + 1,
IDENTIFIER_POINTER (string));
+ DECL_USER_ALIGN (decl) = 1;
finish_var_decl (decl, string_expr);
}
@@ -711,6 +714,7 @@ generate_strings (void)
decl = TREE_PURPOSE (chain);
string_expr = my_build_string (IDENTIFIER_LENGTH (string) + 1,
IDENTIFIER_POINTER (string));
+ DECL_USER_ALIGN (decl) = 1;
finish_var_decl (decl, string_expr);
}
}