diff options
author | Alan Modra <modra@gmail.com> | 2000-03-27 08:39:13 +0000 |
---|---|---|
committer | Alan Modra <modra@gmail.com> | 2000-03-27 08:39:13 +0000 |
commit | f5e070bb37c4a9c82cf77b7a6c9c0a1b51aa956b (patch) | |
tree | b8fa41734e2e2936e46df0298906ab0880824e43 /include/elf/common.h | |
parent | 1bee0008e6acd6b99e4ab02497bb8da4eb869457 (diff) | |
download | cygnal-f5e070bb37c4a9c82cf77b7a6c9c0a1b51aa956b.tar.gz cygnal-f5e070bb37c4a9c82cf77b7a6c9c0a1b51aa956b.tar.bz2 cygnal-f5e070bb37c4a9c82cf77b7a6c9c0a1b51aa956b.zip |
ATMEL AVR microcontroller 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 28804e037..fe8c2169d 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -189,6 +189,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* FR30 magic number - no EABI available. */ #define EM_CYGNUS_FR30 0x3330 +/* AVR magic number + Written in the absense of an ABI. */ +#define EM_AVR 0x1057 + /* See the above comment before you add a new EM_* value here. */ /* Values for e_version */ |