* scripttempl/elf.sc: Move non-text .dynamic section before
[deliverable/binutils-gdb.git] / ld / emulparams / avrmega161.sh
1 ARCH=avr:5
2 MACHINE=
3 SCRIPT_NAME=elf32avr
4 OUTPUT_FORMAT="elf32-avr"
5 MAXPAGESIZE=1
6 EMBEDDED=yes
7 TEMPLATE_NAME=generic
8
9 TEXT_LENGTH=16K
10 DATA_LENGTH=1K
11 EEPROM_LENGTH=512
12 STACK=0x45F
13
This page took 0.032257 seconds and 4 git commands to generate.