From f5e070bb37c4a9c82cf77b7a6c9c0a1b51aa956b Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 27 Mar 2000 08:39:13 +0000 Subject: ATMEL AVR microcontroller support. --- include/elf/common.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/elf/common.h') 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 */ -- cgit v1.2.3