Use std::string in dwarf2read.c
[deliverable/binutils-gdb.git] / ld / testsuite / ld-riscv-elf / c-lui-2.ld
1 ENTRY(_start)
2 SECTIONS {
3 .text 0x00000000 : {
4 *(.text*)
5 }
6 }
This page took 0.029855 seconds and 4 git commands to generate.