Add a testcase for PR ld/12356.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / defined5.s
1 .globl defined
2 .data
3 .byte 0
4 .section .data.cacheline_aligned
5 defined:
6 .byte 0
This page took 0.035624 seconds and 5 git commands to generate.