diff options
author | Nick Clifton <nickc@redhat.com> | 2010-02-23 11:38:36 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2010-02-23 11:38:36 +0000 |
commit | ed64b7583c2e070fed210dbae9a4d6431bad4888 (patch) | |
tree | e20c59434c2bd014cb98d52b14402018d3d01968 /include/elf/avr.h | |
parent | 7414c24a7741696cbe4e2da8c2fe9837b866bd5b (diff) | |
download | cygnal-ed64b7583c2e070fed210dbae9a4d6431bad4888.tar.gz cygnal-ed64b7583c2e070fed210dbae9a4d6431bad4888.tar.bz2 cygnal-ed64b7583c2e070fed210dbae9a4d6431bad4888.zip |
PR 11297: Add support for 8-bit relocations to the AVR toolchain.
Diffstat (limited to 'include/elf/avr.h')
-rw-r--r-- | include/elf/avr.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/elf/avr.h b/include/elf/avr.h index 627dc359d..373448c79 100644 --- a/include/elf/avr.h +++ b/include/elf/avr.h @@ -1,5 +1,5 @@ /* AVR ELF support for BFD. - Copyright 1999, 2000, 2004, 2006 Free Software Foundation, Inc. + Copyright 1999, 2000, 2004, 2006, 2010 Free Software Foundation, Inc. Contributed by Denis Chertykov <denisc@overta.ru> This file is part of BFD, the Binary File Descriptor library. @@ -69,6 +69,7 @@ START_RELOC_NUMBERS (elf_avr_reloc_type) RELOC_NUMBER (R_AVR_MS8_LDI_NEG, 23) RELOC_NUMBER (R_AVR_LO8_LDI_GS, 24) RELOC_NUMBER (R_AVR_HI8_LDI_GS, 25) + RELOC_NUMBER (R_AVR_8, 26) END_RELOC_NUMBERS (R_AVR_max) #endif /* _ELF_AVR_H */ |