| #
01442553 |
| 23-Apr-2021 |
simonb <simonb@NetBSD.org> |
Merge the .text.* sections into the .text section on MIPS, SPARC and SPARC64 as is done on all other ports. Mostly costmetic, but does mean that main() now appears before the _etext symbol instead o
Merge the .text.* sections into the .text section on MIPS, SPARC and SPARC64 as is done on all other ports. Mostly costmetic, but does mean that main() now appears before the _etext symbol instead of after it.
show more ...
|
| #
6ecada7d |
| 22-Aug-2015 |
uebayasi <uebayasi@NetBSD.org> |
.rel/.rela should not be generated in kernels.
|
| #
185745d4 |
| 20-Aug-2015 |
uebayasi <uebayasi@NetBSD.org> |
Indent with 2 spaces.
|
| #
3c792468 |
| 04-Oct-2013 |
christos <christos@NetBSD.org> |
discard eh sections
|
| #
a97c5654 |
| 04-May-2010 |
tsutsui <tsutsui@NetBSD.org> |
Merge .rodata.* sections (like .rodata.str1.4) into .rodata section. Newer binutils creates such sections and old firmware might be confused.
|
| #
bc2ec5e5 |
| 05-Oct-2001 |
simonb <simonb@NetBSD.org> |
Use a single ldscript instead of separate scripts for either endianness; use command line parameters to ld(1) instead to set the endian format. Clean up some endian decisions in mips/conf/Makefile.
Use a single ldscript instead of separate scripts for either endianness; use command line parameters to ld(1) instead to set the endian format. Clean up some endian decisions in mips/conf/Makefile.mips. Wrap some long lines.
show more ...
|
| #
1203ea77 |
| 05-Oct-1997 |
jonathan <jonathan@NetBSD.org> |
GNU ld script for linking standalone MIPS code (e.g., bootblocks).
|