From adde6300e0ceb74fbe8df6721fd948063c2080cd Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 27 Mar 2000 08:39:14 +0000 Subject: ATMEL AVR microcontroller support. --- binutils/readelf.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'binutils/readelf.c') diff --git a/binutils/readelf.c b/binutils/readelf.c index 2e4fdc7..6b49356 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -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: -- cgit v1.1