ATMEL AVR microcontroller support.
This commit is contained in:
parent
e7d0728ac1
commit
adde6300e0
46 changed files with 5599 additions and 1529 deletions
|
@ -68,6 +68,7 @@
|
|||
#include "elf/mcore.h"
|
||||
#include "elf/i960.h"
|
||||
#include "elf/pj.h"
|
||||
#include "elf/avr.h"
|
||||
|
||||
#include "bucomm.h"
|
||||
#include "getopt.h"
|
||||
|
@ -805,6 +806,10 @@ dump_relocations (file, rel_offset, rel_size, symtab, nsyms, strtab, is_rela)
|
|||
rtype = elf_i960_reloc_type (type);
|
||||
break;
|
||||
|
||||
case EM_AVR:
|
||||
rtype = elf_avr_reloc_type (type);
|
||||
break;
|
||||
|
||||
case EM_OLD_SPARCV9:
|
||||
case EM_SPARC32PLUS:
|
||||
case EM_SPARCV9:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue