Remove commented out _DYNAMIC sections.

This commit is contained in:
Warner Losh 2011-01-20 19:20:23 +00:00
parent 266a41b11e
commit e35d9de240
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=217655
2 changed files with 1 additions and 8 deletions

View File

@ -40,10 +40,6 @@
ENTRY(_start)
SEARCH_DIR(/usr/lib);
/* Do we need any of these for elf?
__DYNAMIC = 0;
PROVIDE (_DYNAMIC = 0);
*/
PHDRS
{

View File

@ -33,10 +33,7 @@
OUTPUT_ARCH(mips)
ENTRY(_start)
SEARCH_DIR(/usr/lib);
/* Do we need any of these for elf?
__DYNAMIC = 0;
PROVIDE (_DYNAMIC = 0);
*/
SECTIONS
{
/* Read-only sections, merged into text segment: */