* elf.c (bfd_section_from_shdr): Remove extraneous breaks.
[binutils.git] / ld / testsuite / ld-scripts / provide-1.t
blob6b96b3389c6e8e1441f75249448c4e735e04d051
1 SECTIONS 
3   .data 0x2000 :
4   {
5     LONG (foo)
6     LONG (bar)
7     . = ALIGN (0x10);
8     *(.data)
9   }
10   PROVIDE (foo = .);
11   PROVIDE (bar = .);