Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/aarch64/conf add more sence. now compilable
details: https://anonhg.NetBSD.org/src/rev/0d57872f255f
branches: trunk
changeset: 826134:0d57872f255f
user: nisimura <nisimura%NetBSD.org@localhost>
date: Wed Aug 16 22:37:34 2017 +0000
description:
add more sence. now compilable
diffstat:
sys/arch/aarch64/conf/kern.ldscript | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 376effb92fba -r 0d57872f255f sys/arch/aarch64/conf/kern.ldscript
--- a/sys/arch/aarch64/conf/kern.ldscript Wed Aug 16 21:32:22 2017 +0000
+++ b/sys/arch/aarch64/conf/kern.ldscript Wed Aug 16 22:37:34 2017 +0000
@@ -6,7 +6,7 @@
SECTIONS
{
/* Read-only sections, merged into text segment: */
- PROVIDE (__kernel_text = .;
+ PROVIDE (__kernel_text = .);
.text :
{
PROVIDE_HIDDEN (__eprol = .);
@@ -17,7 +17,7 @@
*(.text.hot .text.hot.*)
*(.stub .text.* .gnu.linkonce.t.*)
/* .gnu.warning sections are handled specially by elf32.em. */
- . = ALIGN(0x800)
+/* . = ALIGN(0x800) */
*(.vectors)
} =0
.rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }
Home |
Main Index |
Thread Index |
Old Index