Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/ld/testsuite/ld-riscv-elf/pcrel-lo-addend-3.ld

14 lines
154 B
Plaintext
Raw Permalink Normal View History

2023-03-06 14:48:14 +01:00
ENTRY(_start)
SECTIONS
{
.got 0x1000 : {
*(.got)
}
.data 0x2000: {
*(.data)
}
.text 0x900000000 : {
*(.text)
}
}