mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 16:40:31 -04:00
(*) Fix some bugs. These changes will be in next binutils release from RedHat. But we could use them before release :) Obtained from: Target developers.
17 lines
327 B
Bash
17 lines
327 B
Bash
--- /dev/null Mon Aug 11 17:56:44 2003
|
|
+++ ld/emulparams/msp430xE427.sh Mon Aug 11 17:56:00 2003
|
|
@@ -0,0 +1,14 @@
|
|
+ARCH=msp:42
|
|
+MACHINE=
|
|
+SCRIPT_NAME=elf32msp430
|
|
+OUTPUT_FORMAT="elf32-msp430"
|
|
+MAXPAGESIZE=1
|
|
+EMBEDDED=yes
|
|
+TEMPLATE_NAME=generic
|
|
+
|
|
+ROM_START=0x8000
|
|
+ROM_SIZE=0x7fe0
|
|
+RAM_START=0x0200
|
|
+RAM_SIZE=1K
|
|
+
|
|
+STACK=0x600
|