* lib/ld-lib.exp (check_gc_sections_available): Fail more targets.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / rgn-at5.t
index 7bcb877e523ec00ec14b6e9a7b9eb17b4b5ba9fe..53ad2422cc996d38a33597b7dc8713f75758fe35 100644 (file)
@@ -18,12 +18,5 @@ SECTIONS
 
   .sec3 0x5000 : { *(*.sec3) }
 
-  /* In theory we could put:
-
-     /DISCARD/ : { *(*) }
-
-     here as we do not need any other sections for this test.
-     In practice however doing so breaks GOLD as it relies upon
-     being able to create/find various other sections such as
-     .dynamic, .dynsym and .gnu.hash.  */
+  /DISCARD/ : { *(.reginfo) }
 }
This page took 0.024209 seconds and 4 git commands to generate.