* elf32-m68k.c (elf_m68k_relocate_section): Don't ignore existing
[deliverable/binutils-gdb.git] / ld / testsuite / ld-m68k / merge.ld
1 OUTPUT_FORMAT("elf32-m68k", "elf32-m68k",
2 "elf32-m68k")
3 OUTPUT_ARCH(m68k)
4 ENTRY(_start)
5
6 SECTIONS {
7
8 .text : {_start = .; *(.text)}
9 }
This page took 0.053512 seconds and 4 git commands to generate.