Module Name: src
Committed By: nisimura
Date: Wed Aug 16 22:37:34 UTC 2017
Modified Files:
src/sys/arch/aarch64/conf: kern.ldscript
Log Message:
add more sence. now compilable
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/aarch64/conf/kern.ldscript
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/aarch64/conf/kern.ldscript
diff -u src/sys/arch/aarch64/conf/kern.ldscript:1.3 src/sys/arch/aarch64/conf/kern.ldscript:1.4
--- src/sys/arch/aarch64/conf/kern.ldscript:1.3 Mon Aug 24 08:13:07 2015
+++ src/sys/arch/aarch64/conf/kern.ldscript Wed Aug 16 22:37:34 2017
@@ -6,7 +6,7 @@ ENTRY(_start)
SECTIONS
{
/* Read-only sections, merged into text segment: */
- PROVIDE (__kernel_text = .;
+ PROVIDE (__kernel_text = .);
.text :
{
PROVIDE_HIDDEN (__eprol = .);
@@ -17,7 +17,7 @@ SECTIONS
*(.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.*) }