Implement tp_richcompare for gdb.Block
[binutils-gdb.git] / ld / testsuite / ld-riscv-elf / align-small-region.ld
bloba5a37835c650af234197d4c98e1d1a7a9ec1a01d
1 MEMORY
3  reset : ORIGIN = 0x0, LENGTH = 32
6 SECTIONS
8  .entry :
9  {
10  KEEP (*(.entry))
11  } > reset