mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-15 05:01:13 +08:00
PR gold/11997
* testsuite/memory_test.t: Discard any sections that are not needed.
This commit is contained in:
@ -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>
|
2010-09-09 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
PR gold/11996
|
PR gold/11996
|
||||||
|
@ -18,12 +18,5 @@ SECTIONS
|
|||||||
|
|
||||||
.sec3 0x5000 : { *(*.sec3) }
|
.sec3 0x5000 : { *(*.sec3) }
|
||||||
|
|
||||||
/* In theory we could put:
|
|
||||||
|
|
||||||
/DISCARD/ : { *(*) }
|
/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. */
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user