[BACK]Return to m32relf.sh CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / gpl3 / binutils.old / dist / ld / emulparams

Annotation of src/external/gpl3/binutils.old/dist/ld/emulparams/m32relf.sh, Revision 1.1.1.2

1.1       christos    1: MACHINE=
                      2: SCRIPT_NAME=elf
1.1.1.2 ! christos    3: TEMPLATE_NAME=elf
1.1       christos    4: OUTPUT_FORMAT="elf32-m32r"
                      5: TEXT_START_ADDR=0x100
                      6: ARCH=m32r
                      7: MACHINE=
                      8: MAXPAGESIZE=32
                      9: EMBEDDED=yes
                     10:
                     11: # This sets the stack to the top of simulator memory (8MB).
                     12: OTHER_SYMBOLS='PROVIDE (_stack = 0x800000);'

CVSweb <webmaster@jp.NetBSD.org>