txvuelf.sh: New file.
authorDoug Evans <dje@google.com>
Mon, 22 Dec 1997 16:54:34 +0000 (16:54 +0000)
committerDoug Evans <dje@google.com>
Mon, 22 Dec 1997 16:54:34 +0000 (16:54 +0000)
ld/emulparams/.Sanitize
ld/emulparams/txvuelf.sh [new file with mode: 0755]

index 2125b499aa72def0feac35a333b9c23ca5788f7a..1187e9a71a9c8eb9e8beda79daf94b2f4ef9599d 100644 (file)
@@ -31,6 +31,14 @@ else
        lose_these_too="${tic80_files} ${lose_these_too}"
 fi
 
+sky_files="txvuelf.sh"
+
+if ( echo $* | grep keep\-sky > /dev/null ) ; then
+       keep_these_too="${sky_files} ${keep_these_too}"
+else
+       lose_these_too="${sky_files} ${lose_these_too}"
+fi
+
 # All files listed between the "Things-to-keep:" line and the
 # "Do-last:" line will be kept.  All other files will be removed.
 # Directories listed in this section will have their own Sanitize
diff --git a/ld/emulparams/txvuelf.sh b/ld/emulparams/txvuelf.sh
new file mode 100755 (executable)
index 0000000..c98a878
--- /dev/null
@@ -0,0 +1,8 @@
+MACHINE=
+SCRIPT_NAME=elf
+OUTPUT_FORMAT="elf32-txvu"
+TEXT_START_ADDR=0x100
+ARCH=txvu
+MACHINE=
+MAXPAGESIZE=32
+EMBEDDED=yes