Check symbol defined by assignment in linker script
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr19175.t
1 EXTERN(_start)
2 ENTRY(_start)
3
4 SECTIONS
5 {
6 .text :
7 {
8 _text = .;
9 *(.text*)
10 }
11 }
This page took 0.030797 seconds and 5 git commands to generate.