discard all unexpected sections.

This commit is contained in:
Nick Clifton 2000-03-14 01:40:30 +00:00
parent bc0fbc97a8
commit e40eb3e94d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-03-13 Nick Clifton <nickc@cygnus.com>
* ld-scripts/phdrs.t: Discard all unexpected sections.
2000-02-27 H.J. Lu (hjl@gnu.org)
* lib/ld-lib.exp (default_ld_link): Added "$LIBS" to libs.

View File

@ -10,5 +10,5 @@ SECTIONS
. = 0x80000 + SIZEOF_HEADERS;
.text : { *(.text) } :text
.data : { *(.data) } :data
/DISCARD/ : { *(.reginfo) }
/DISCARD/ : { *(.*) }
}