diff options
author | Nick Clifton <nickc@redhat.com> | 2004-07-06 16:58:43 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-07-06 16:58:43 +0000 |
commit | 85fbca6a4f46e23f3ebb7761821694b358e253b5 (patch) | |
tree | 0ac77d2402d894dc2a2e84110fe4e206949f6287 /gas/config/tc-sh.h | |
parent | e7bd9ea00e5f9144e69f3aeb477d4da420c281ed (diff) | |
download | gdb-85fbca6a4f46e23f3ebb7761821694b358e253b5.zip gdb-85fbca6a4f46e23f3ebb7761821694b358e253b5.tar.gz gdb-85fbca6a4f46e23f3ebb7761821694b358e253b5.tar.bz2 |
Add support for sh-symbian-elf target
Diffstat (limited to 'gas/config/tc-sh.h')
-rw-r--r-- | gas/config/tc-sh.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/config/tc-sh.h b/gas/config/tc-sh.h index 9931847..acf1649 100644 --- a/gas/config/tc-sh.h +++ b/gas/config/tc-sh.h @@ -189,6 +189,8 @@ extern int target_big_endian; #define TARGET_FORMAT (!target_big_endian ? "elf32-sh-linux" : "elf32-shbig-linux") #elif defined(TE_NetBSD) #define TARGET_FORMAT (!target_big_endian ? "elf32-shl-nbsd" : "elf32-sh-nbsd") +#elif defined TARGET_SYMBIAN +#define TARGET_FORMAT (!target_big_endian ? "elf32-shl-symbian" : "elf32-sh-symbian") #else #define TARGET_FORMAT (!target_big_endian ? "elf32-shl" : "elf32-sh") #endif |