Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcmips/conf Fix text address.



details:   https://anonhg.NetBSD.org/src/rev/b9a0d23a75e5
branches:  trunk
changeset: 501055:b9a0d23a75e5
user:      enami <enami%NetBSD.org@localhost>
date:      Sat Dec 23 07:40:51 2000 +0000

description:
Fix text address.

diffstat:

 sys/arch/hpcmips/conf/std.hpcmips |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2ed7e383720d -r b9a0d23a75e5 sys/arch/hpcmips/conf/std.hpcmips
--- a/sys/arch/hpcmips/conf/std.hpcmips Sat Dec 23 01:37:57 2000 +0000
+++ b/sys/arch/hpcmips/conf/std.hpcmips Sat Dec 23 07:40:51 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.hpcmips,v 1.7 2000/12/20 04:12:42 matt Exp $
+#      $NetBSD: std.hpcmips,v 1.8 2000/12/23 07:40:51 enami Exp $
 # standard, required hpcmips info
 
 machine hpcmips mips
@@ -10,7 +10,7 @@
 options                EXEC_ELF32              # native exec format
 options                EXEC_SCRIPT             # may be unsafe
 
-makeoptions    DEFTEXTADDR="0x80003000"
+makeoptions    DEFTEXTADDR="0x80030000"
 makeoptions    ENDIAN="-EL"
 makeoptions    DEFGP="-G 20"
 makeoptions    DEFCOPTS="-O2 -mmemcpy"



Home | Main Index | Thread Index | Old Index