diff options
author | DJ Delorie <dj@redhat.com> | 2005-07-20 19:33:18 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2005-07-20 19:33:18 +0000 |
commit | fe773494031c0e3f146307642f9591fc78e55f7c (patch) | |
tree | 69636e0f44f93591d55708592808e5130e1af89e /ld/emulparams | |
parent | b2a4db28c283088e34703a399fb28c849eb20cf2 (diff) | |
download | gdb-fe773494031c0e3f146307642f9591fc78e55f7c.zip gdb-fe773494031c0e3f146307642f9591fc78e55f7c.tar.gz gdb-fe773494031c0e3f146307642f9591fc78e55f7c.tar.bz2 |
* emulparams/elf32m32c.sh (TEMPLATE_NAME): New.
(EXTRA_EM_FILE): New.
Diffstat (limited to 'ld/emulparams')
-rw-r--r-- | ld/emulparams/elf32m32c.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/emulparams/elf32m32c.sh b/ld/emulparams/elf32m32c.sh index c43edf4..eaf2c4e 100644 --- a/ld/emulparams/elf32m32c.sh +++ b/ld/emulparams/elf32m32c.sh @@ -6,6 +6,8 @@ TEXT_START_ADDR=0x2000 ARCH=m32c ENTRY=_start EMBEDDED=yes +TEMPLATE_NAME=elf32 +EXTRA_EM_FILE=needrelax ELFSIZE=32 MAXPAGESIZE=256 # This is like setting STACK_ADDR to 0x0073FFFF0, except that the setting can |