diff options
author | Nick Clifton <nickc@redhat.com> | 2001-04-24 15:08:16 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-04-24 15:08:16 +0000 |
commit | b3baf5d0a8293b5f823c0d7848494507edb373fb (patch) | |
tree | a943d01ff94c368a3b62a8af9056968dd505a72c /include/elf/common.h | |
parent | db144853009a9877505330514aec4e26fc591d1d (diff) | |
download | gdb-b3baf5d0a8293b5f823c0d7848494507edb373fb.zip gdb-b3baf5d0a8293b5f823c0d7848494507edb373fb.tar.gz gdb-b3baf5d0a8293b5f823c0d7848494507edb373fb.tar.bz2 |
Add OpenRISC support
Diffstat (limited to 'include/elf/common.h')
-rw-r--r-- | include/elf/common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/elf/common.h b/include/elf/common.h index 913e34f..f4862b1 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -221,6 +221,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ Written in the absense of an ABI. */ #define EM_AVR 0x1057 +/* OpenRISC magic number + Written in the absense of an ABI. */ +#define EM_OPENRISC 0x3426 + /* See the above comment before you add a new EM_* value here. */ /* Values for e_version. */ |