In fact, we don't need any of these __DYNAMIC. it is a.out leftover and commented out.

This commit is contained in:
Warner Losh 2011-01-20 19:24:50 +00:00
parent e35d9de240
commit 6ba63f2d8c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=217656
4 changed files with 0 additions and 8 deletions

View File

@ -1,8 +1,6 @@
/* $FreeBSD$ */
ENTRY(_start)
__DYNAMIC = 0;
PROVIDE (_DYNAMIC = 0);
PHDRS {
text PT_LOAD FLAGS(0x7);

View File

@ -4,8 +4,6 @@ OUTPUT_FORMAT("elf32-powerpc", "elf32-powerpc", "elf32-powerpc")
OUTPUT_ARCH(powerpc)
ENTRY(__start)
SEARCH_DIR(/usr/lib);
/* Do we need any of these for elf?
__DYNAMIC = 0; */
PROVIDE (__stack = 0);
SECTIONS
{

View File

@ -4,8 +4,6 @@ OUTPUT_FORMAT("elf64-powerpc", "elf64-powerpc", "elf64-powerpc")
OUTPUT_ARCH(powerpc)
ENTRY(__start)
SEARCH_DIR(/usr/lib);
/* Do we need any of these for elf?
__DYNAMIC = 0; */
PROVIDE (__stack = 0);
SECTIONS
{

View File

@ -4,8 +4,6 @@ OUTPUT_FORMAT("elf64-sparc", "elf64-sparc",
OUTPUT_ARCH(sparc:v9)
ENTRY(_start)
SEARCH_DIR(/usr/lib);
/* Do we need any of these for elf?
__DYNAMIC = 0; */
SECTIONS
{
/* Read-only sections, merged into text segment: */