(root)/
binutils-2.41/
ld/
testsuite/
ld-sframe/
discard.ld
ENTRY(_start)
SECTIONS
{
  . = SIZEOF_HEADERS;
  /* Sections to be discarded */
  /DISCARD/ : {
	*(.sframe)
	}
}