diff options
author | Anthony Green <green@redhat.com> | 2012-09-13 22:24:51 +0000 |
---|---|---|
committer | Anthony Green <green@redhat.com> | 2012-09-13 22:24:51 +0000 |
commit | e202fa84e706abb043aed457473a764c76672297 (patch) | |
tree | 972e3d625d10ce5271e031e2f293cba7b2d9d11c /ld/emulparams | |
parent | b9516fa158d68eedaa9e2191e38e7a1acfcfee77 (diff) | |
download | gdb-e202fa84e706abb043aed457473a764c76672297.zip gdb-e202fa84e706abb043aed457473a764c76672297.tar.gz gdb-e202fa84e706abb043aed457473a764c76672297.tar.bz2 |
Bi-endian patches for moxie
Diffstat (limited to 'ld/emulparams')
-rw-r--r-- | ld/emulparams/elf32moxie.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ld/emulparams/elf32moxie.sh b/ld/emulparams/elf32moxie.sh index a1f9e45..cfa261d 100644 --- a/ld/emulparams/elf32moxie.sh +++ b/ld/emulparams/elf32moxie.sh @@ -1,8 +1,11 @@ SCRIPT_NAME=elf TEMPLATE_NAME=generic EXTRA_EM_FILE=genelf -OUTPUT_FORMAT="elf32-moxie" +OUTPUT_FORMAT="elf32-bigmoxie" +BIG_OUTPUT_FORMAT="elf32-bigmoxie" +LITTLE_OUTPUT_FORMAT="elf32-littlemoxie" TEXT_START_ADDR=0x1000 MAXPAGESIZE="CONSTANT (MAXPAGESIZE)" ARCH=moxie +EMBEDDED=yes STACK_ADDR=0x400000 |