diff options
author | Alan Modra <amodra@gmail.com> | 2004-12-31 00:43:58 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2004-12-31 00:43:58 +0000 |
commit | b996922c8506a094cbd9bbb592560398f878a64e (patch) | |
tree | 52f8f793169225d2fb15b9619dd02ef8e9795655 /bfd/reloc.c | |
parent | e2c1bc70b1bd37800ee208f01e0aa488d8bde3a4 (diff) | |
download | gdb-b996922c8506a094cbd9bbb592560398f878a64e.zip gdb-b996922c8506a094cbd9bbb592560398f878a64e.tar.gz gdb-b996922c8506a094cbd9bbb592560398f878a64e.tar.bz2 |
* reloc.c (BFD_RELOC_AVR_LDI, BFD_RELOC_AVR_6, BFD_RELOC_AVR_6_ADIW):
Commit missing changes from 2004-12-22.
* bfd-in2.h: Regenerate.
Diffstat (limited to 'bfd/reloc.c')
-rw-r--r-- | bfd/reloc.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/bfd/reloc.c b/bfd/reloc.c index 96ba9c5..8898d87 100644 --- a/bfd/reloc.c +++ b/bfd/reloc.c @@ -3367,6 +3367,21 @@ ENUM ENUMDOC This is a 32 bit reloc for the AVR that stores 23 bit value into 22 bits. +ENUM + BFD_RELOC_AVR_LDI +ENUMDOC + This is a 16 bit reloc for the AVR that stores all needed bits + for absolute addressing with ldi with overflow check to linktime +ENUM + BFD_RELOC_AVR_6 +ENUMDOC + This is a 6 bit reloc for the AVR that stores offset for ldd/std + instructions +ENUM + BFD_RELOC_AVR_6_ADIW +ENUMDOC + This is a 6 bit reloc for the AVR that stores offset for adiw/sbiw + instructions ENUM BFD_RELOC_390_12 |