diff options
Diffstat (limited to 'ld/testsuite/ld-elfcomm/common1a.c')
-rw-r--r-- | ld/testsuite/ld-elfcomm/common1a.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/testsuite/ld-elfcomm/common1a.c b/ld/testsuite/ld-elfcomm/common1a.c new file mode 100644 index 0000000..eb8fbef --- /dev/null +++ b/ld/testsuite/ld-elfcomm/common1a.c @@ -0,0 +1,2 @@ +char foo1 [2] __attribute__((aligned(64))); +char foo2 [2] __attribute__((aligned(128))); |