diff options
author | Nick Clifton <nickc@redhat.com> | 2000-06-27 01:45:30 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-06-27 01:45:30 +0000 |
commit | 65aa24b6e8082b40bb8de63732b35908cbfd088a (patch) | |
tree | fdf3cf5418105392e2b0cc7fec1c89ee566de17b /include/elf/avr.h | |
parent | cc040812f5558d0d2b9c876ea0bfbb3c46e9b6dd (diff) | |
download | gdb-65aa24b6e8082b40bb8de63732b35908cbfd088a.zip gdb-65aa24b6e8082b40bb8de63732b35908cbfd088a.tar.gz gdb-65aa24b6e8082b40bb8de63732b35908cbfd088a.tar.bz2 |
Applied Marek Michalkiewicz <marekm@linux.org.pl>'s patch to ehance the AVR port.
Diffstat (limited to 'include/elf/avr.h')
-rw-r--r-- | include/elf/avr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/elf/avr.h b/include/elf/avr.h index c4cb860..09cdf7b 100644 --- a/include/elf/avr.h +++ b/include/elf/avr.h @@ -30,6 +30,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., #define E_AVR_MACH_AVR2 2 #define E_AVR_MACH_AVR3 3 #define E_AVR_MACH_AVR4 4 +#define E_AVR_MACH_AVR5 5 /* Relocations. */ START_RELOC_NUMBERS (elf_avr_reloc_type) |