binutils-gdb/ld/testsuite/ld-mn10300/i135409-5.t
Nick Clifton e23f161028 * elf-m10300.c (mn10300_elf_relax_section): Extend previous fix to cover forward jumps.
* ld-mn10300/i135409-5.s: New test case.  Check for relaxation to a 16-bit backward jump instruction.
* ld-mn10300/i135409-5.t: Linker script for the new test.
* ld-mn10300/i135409-5.d: Expected disassembly of new test.
* ld-mn10300/mn10300.exp: Run the new test.
2007-11-28 13:04:18 +00:00

24 lines
295 B
Raku

SECTIONS
{
. = 0x0;
.text1 :
{
*(.text1)
}
. = 0x700;
.text :
{
*(.text)
}
. = 0x8100;
.bss :
{
*(.bss)
}
.data :
{
*(.data)
}
}