]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
PR gold/11997
authorNick Clifton <nickc@redhat.com>
Fri, 10 Sep 2010 11:50:24 +0000 (11:50 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 10 Sep 2010 11:50:24 +0000 (11:50 +0000)
        * testsuite/memory_test.t: Discard any sections that are not
        needed.

gold/ChangeLog
gold/testsuite/memory_test.t

index fa663e9b11fe820dabd4acf862a194a8101fe5cf..df34bcf693dd609627f6c8c93453bd7c83778526 100644 (file)
@@ -1,3 +1,9 @@
+2010-09-10  Nick Clifton  <nickc@redhat.com>
+
+       PR gold/11997
+       * testsuite/memory_test.t: Discard any sections that are not
+       needed.
+
 2010-09-09  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR gold/11996
index 7bcb877e523ec00ec14b6e9a7b9eb17b4b5ba9fe..5963c93e952bf37ec48ed8f8ff54fab6dcbd27bc 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/ : { *(*) }
 }