ATMEL AVR microcontroller support.
[deliverable/binutils-gdb.git] / include / elf / common.h
index 28804e037caf7dd5f348837a4ebd3d38b70d1720..fe8c2169d8826128eeec8a9a5c573aef34f852a4 100644 (file)
@@ -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 */
This page took 0.023093 seconds and 4 git commands to generate.