summaryrefslogtreecommitdiff
path: root/gold/testsuite/script_test_12a.c
diff options
context:
space:
mode:
Diffstat (limited to 'gold/testsuite/script_test_12a.c')
-rw-r--r--gold/testsuite/script_test_12a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/testsuite/script_test_12a.c b/gold/testsuite/script_test_12a.c
index 6540027d27d..85887a43968 100644
--- a/gold/testsuite/script_test_12a.c
+++ b/gold/testsuite/script_test_12a.c
@@ -51,7 +51,7 @@
extern int test_array_start;
extern int test_array_end;
-extern char interleaved;
+extern char interleaved __attribute__((__aligned__(1)));
int
main(void)