OSDN Git Service

discard all unexpected sections.
authornickc <nickc>
Tue, 14 Mar 2000 01:40:30 +0000 (01:40 +0000)
committernickc <nickc>
Tue, 14 Mar 2000 01:40:30 +0000 (01:40 +0000)
ld/testsuite/ChangeLog
ld/testsuite/ld-scripts/phdrs.t

index 6f70a39..240205f 100644 (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.
index 8f710e2..243dfb1 100644 (file)
@@ -10,5 +10,5 @@ SECTIONS
   . = 0x80000 + SIZEOF_HEADERS;
   .text : { *(.text) } :text
   .data : { *(.data) } :data
-  /DISCARD/ : { *(.reginfo) }
+  /DISCARD/ : { *(.*) }
 }