* ld-elf/empty.s: Define "start".

* ld-elf/merge2.d: xfail arc-*-* and dlx-*-*.
	* ld-scripts/empty-aligned.s: No .data section.
	* ld-scripts/empty-aligned.t: Discard most sections.
	* ld-scripts/empty-aligned.d: Adjust.
This commit is contained in:
Alan Modra
2005-08-15 14:08:58 +00:00
parent 93165da9a0
commit 8bf3b8c251
6 changed files with 14 additions and 5 deletions

View File

@@ -25,6 +25,5 @@ SECTIONS
{
*(.text4)
}
.data : { *(.data) }
.bss : { *(.bss) }
/DISCARD/ : { *(*) }
}