diff options
Diffstat (limited to 'usr/src/lib/efcode/interpreter/mapfile64')
-rw-r--r-- | usr/src/lib/efcode/interpreter/mapfile64 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr/src/lib/efcode/interpreter/mapfile64 b/usr/src/lib/efcode/interpreter/mapfile64 index 2e03b1a59c..736f4a333e 100644 --- a/usr/src/lib/efcode/interpreter/mapfile64 +++ b/usr/src/lib/efcode/interpreter/mapfile64 @@ -1,6 +1,5 @@ # -# Copyright 2009 Sun Microsystems, Inc. All rights reserved. -# Use is subject to license terms. +# Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved. # # CDDL HEADER START # @@ -42,4 +41,7 @@ # # MAPFILE HEADER END # -text = V0x80000000; + +$mapfile_version 2 + +LOAD_SEGMENT text { VADDR = 0x80000000 }; |