URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
Compare Revisions
- This comparison shows the changes necessary to convert path
/openrisc/trunk/gnu-src/binutils-2.18.50/ld/emulparams
- from Rev 156 to Rev 179
- ↔ Reverse comparison
Rev 156 → Rev 179
/or32elf.sh
1,7 → 1,11
SCRIPT_NAME=elf |
TEMPLATE_NAME=elf32 |
OUTPUT_FORMAT="elf32-or32" |
TEXT_START_ADDR=0x1000000 |
TEXT_START_ADDR=0x0 |
TEXT_BASE_ADDR=0x0 |
INITIAL_READONLY_SECTIONS=".vectors ${RELOCATING-0} : { KEEP (*(.vectors)) }" |
TARGET_PAGE_SIZE=0x1000000 |
MAXPAGESIZE=0x2000 |
ARCH=or32 |
EMBEDDED=yes |
NOP=0x15000000 |