PR25593, --as-needed breaks DT_NEEDED order with linker plugin
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / gotrel2.s
1 .text
2 .weak undefweak
3 .global _start
4 _start:
5 move.d [$r0+undefweak:GOT],$r3
This page took 0.042229 seconds and 4 git commands to generate.