mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
Remove commented out _DYNAMIC sections.
This commit is contained in:
parent
266a41b11e
commit
e35d9de240
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=217655
@ -40,10 +40,6 @@
|
||||
|
||||
ENTRY(_start)
|
||||
SEARCH_DIR(/usr/lib);
|
||||
/* Do we need any of these for elf?
|
||||
__DYNAMIC = 0;
|
||||
PROVIDE (_DYNAMIC = 0);
|
||||
*/
|
||||
|
||||
PHDRS
|
||||
{
|
||||
|
@ -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: */
|
||||
|
Loading…
Reference in New Issue
Block a user