binutils-gdb/ld/testsuite/ld-mn10300/i135409-4.t
Nick Clifton fc91707cc2 * elf-m10300.c (mn10300_elf_relax_section): Allow for alignment relocs when
computing whether instructions can be relaxed.
* ld-mn10300/i135409-4.s: New test case.  Check for relaxation to a 16-bit
    jump instruction.
* ld-mn10300/i135409-4.t: Linker script for the new test.
* ld-mn10300/i135409-4.d: Expected disassembly of new test.
* ld-mn10300/mn10300.exp: Run the new test.
2007-11-21 12:06:26 +00:00

24 lines
314 B
Raku

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