diff options
author | Martin Hunt <hunt@redhat.com> | 1996-07-23 18:11:24 +0000 |
---|---|---|
committer | Martin Hunt <hunt@redhat.com> | 1996-07-23 18:11:24 +0000 |
commit | bc8ea3f7ce548db5983f3e282b62b4525075ee29 (patch) | |
tree | 25eb29d46d6ce6ab8a4dbef9fdd4116891ef1603 /ld/emulparams | |
parent | 64564077fd5d5558d6460a9586d828a5d34c86cf (diff) | |
download | gdb-bc8ea3f7ce548db5983f3e282b62b4525075ee29.zip gdb-bc8ea3f7ce548db5983f3e282b62b4525075ee29.tar.gz gdb-bc8ea3f7ce548db5983f3e282b62b4525075ee29.tar.bz2 |
start-sanitize-d10v
Tue Jul 23 10:36:19 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
* emulparams/d10velf.sh: New file.
end-sanitize-d10v
Diffstat (limited to 'ld/emulparams')
-rw-r--r-- | ld/emulparams/d10velf.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/emulparams/d10velf.sh b/ld/emulparams/d10velf.sh new file mode 100644 index 0000000..edeaab7 --- /dev/null +++ b/ld/emulparams/d10velf.sh @@ -0,0 +1,4 @@ +SCRIPT_NAME=d10velf +OUTPUT_FORMAT="elf32-d10v" +TEXT_START_ADDR=0 +ARCH=d10v |