old-cross-binutils/ld/emulparams/elf32iq10.sh
Mike Frysinger 594d8fa8e9 strip off +x bits on non-executable/script files
These files are source files and have no business being +x.  We couldn't
easily fix it in CVS (you need login+write access to the raw rcs files),
but we can fix this w/git.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2013-12-07 02:03:03 -05:00

13 lines
265 B
Bash

MACHINE=
SCRIPT_NAME=iq2000
TEMPLATE_NAME=generic
EXTRA_EM_FILE=genelf
OUTPUT_FORMAT="elf32-iq2000"
DATA_ADDR=0x1000
TEXT_START_ADDR=0x80000000
ARCH=iq2000
ENTRY=_start
EMBEDDED=yes
ELFSIZE=32
MAXPAGESIZE=256
OTHER_RELOCATING_SECTIONS='PROVIDE (__stack = 0x1800);'