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 | 17e57237251c3d20ba1cea0192d7dcc078ea32e2 (patch) | |
tree | 946069cb7262bb2e76c561d790a7fcff552aec72 /include/elf/avr.h | |
parent | 1c063135aa615963302a84f89a09ee3494081a70 (diff) | |
download | binutils-17e57237251c3d20ba1cea0192d7dcc078ea32e2.zip binutils-17e57237251c3d20ba1cea0192d7dcc078ea32e2.tar.gz binutils-17e57237251c3d20ba1cea0192d7dcc078ea32e2.tar.bz2 |
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 627dc35..373448c 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 */ |