Explicit locations: introduce explicit locations
[deliverable/binutils-gdb.git] / ld / emulparams / elf64_sparc.sh
index 0c0f5d89e3d3cdf6edb5d2655df14007b5267b84..9397b87dbc68ad1a3e7b60617e036a395f9af5bd 100644 (file)
@@ -2,8 +2,9 @@ SCRIPT_NAME=elf
 ELFSIZE=64
 TEMPLATE_NAME=elf32
 OUTPUT_FORMAT="elf64-sparc"
-MAXPAGESIZE=0x100000
-COMMONPAGESIZE=0x2000
+NO_REL_RELOCS=yes
+MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
+COMMONPAGESIZE="CONSTANT (COMMONPAGESIZE)"
 ARCH="sparc:v9"
 MACHINE=
 DATA_PLT=
@@ -15,11 +16,9 @@ NO_SMALL_DATA=yes
 case "$target" in
   sparc*-solaris*)
     TEXT_START_ADDR=0x100000000
-    NONPAGED_TEXT_START_ADDR=0x100000000
     ;;
   *)
     TEXT_START_ADDR=0x100000
-    NONPAGED_TEXT_START_ADDR=0x100000
     ;;
 esac
 
This page took 0.024549 seconds and 4 git commands to generate.