From fca41f0f7244d3a0782151bd0730aeb74b8ee743 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 10 Sep 2010 11:50:24 +0000 Subject: PR gold/11997 * testsuite/memory_test.t: Discard any sections that are not needed. --- gold/testsuite/memory_test.t | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'gold/testsuite') diff --git a/gold/testsuite/memory_test.t b/gold/testsuite/memory_test.t index 7bcb877..5963c93 100644 --- a/gold/testsuite/memory_test.t +++ b/gold/testsuite/memory_test.t @@ -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/ : { *(*) } } -- cgit v1.1