Let the "link_set*" input sections be orphans again, now that

ld has been modifed to workd with them in the presence of
explicit LMAs.
This commit is contained in:
thorpej 2002-11-20 07:16:08 +00:00
parent bdf3ddd15f
commit 6b533da5a5
4 changed files with 4 additions and 8 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ldscript.integrator,v 1.2 2002/11/15 19:29:22 thorpej Exp $ */
/* $NetBSD: ldscript.integrator,v 1.3 2002/11/20 07:16:08 thorpej Exp $ */
OUTPUT_FORMAT("elf32-littlearm", "elf32-bigarm",
"elf32-littlearm")
@ -24,7 +24,6 @@ SECTIONS
*(.stub)
*(.glue_7t) *(.glue_7)
*(.rodata) *(.rodata.*)
*(link_set*)
} =0
PROVIDE (__etext = .);
PROVIDE (_etext = .);

View File

@ -1,4 +1,4 @@
/* $NetBSD: ldscript.iq80310,v 1.4 2002/11/15 19:29:22 thorpej Exp $ */
/* $NetBSD: ldscript.iq80310,v 1.5 2002/11/20 07:16:08 thorpej Exp $ */
OUTPUT_FORMAT("elf32-littlearm", "elf32-bigarm",
"elf32-littlearm")
@ -24,7 +24,6 @@ SECTIONS
*(.stub)
*(.glue_7t) *(.glue_7)
*(.rodata) *(.rodata.*)
*(link_set*)
} =0
PROVIDE (__etext = .);
PROVIDE (_etext = .);

View File

@ -1,4 +1,4 @@
/* $NetBSD: ldscript.iq80321,v 1.4 2002/11/15 19:29:22 thorpej Exp $ */
/* $NetBSD: ldscript.iq80321,v 1.5 2002/11/20 07:16:09 thorpej Exp $ */
OUTPUT_FORMAT("elf32-littlearm", "elf32-bigarm",
"elf32-littlearm")
@ -24,7 +24,6 @@ SECTIONS
*(.stub)
*(.glue_7t) *(.glue_7)
*(.rodata) *(.rodata.*)
*(link_set*)
} =0
PROVIDE (__etext = .);
PROVIDE (_etext = .);

View File

@ -1,4 +1,4 @@
/* $NetBSD: ldscript.ixm1200,v 1.2 2002/11/15 19:29:22 thorpej Exp $ */
/* $NetBSD: ldscript.ixm1200,v 1.3 2002/11/20 07:16:09 thorpej Exp $ */
OUTPUT_FORMAT("elf32-littlearm", "elf32-bigarm",
"elf32-littlearm")
@ -24,7 +24,6 @@ SECTIONS
*(.stub)
*(.glue_7t) *(.glue_7)
*(.rodata) *(.rodata.*)
*(link_set*)
} =0
PROVIDE (__etext = .);
PROVIDE (_etext = .);