Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/cats/conf Explicitly set LOADADDRESS, the linker sc...



details:   https://anonhg.NetBSD.org/src/rev/8930faef2da1
branches:  trunk
changeset: 333995:8930faef2da1
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Nov 25 12:02:20 2014 +0000

description:
Explicitly set LOADADDRESS, the linker script hack is overriden by
command line arguments now.

Hi uebs!

diffstat:

 sys/arch/cats/conf/Makefile.cats.inc |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a4ffe45eaa48 -r 8930faef2da1 sys/arch/cats/conf/Makefile.cats.inc
--- a/sys/arch/cats/conf/Makefile.cats.inc      Tue Nov 25 12:01:18 2014 +0000
+++ b/sys/arch/cats/conf/Makefile.cats.inc      Tue Nov 25 12:02:20 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.cats.inc,v 1.30 2014/11/16 12:02:55 uebayasi Exp $
+#      $NetBSD: Makefile.cats.inc,v 1.31 2014/11/25 12:02:20 skrll Exp $
 
 MACHINE_ARCH?= arm
 CPPFLAGS+=     -D${MACHINE}
@@ -14,6 +14,7 @@
 CFLAGS+=       -fno-unwind-tables
 
 LINKSCRIPT=    -T ldscript
+LOADADDRESS=   0xF0000020
 
 SYSTEM_LD_HEAD_EXTRA+=; \
        ( cat ${ARM}/conf/kern.ldscript.head ; \



Home | Main Index | Thread Index | Old Index