aboutsummaryrefslogtreecommitdiff
path: root/include/elf/ChangeLog
diff options
context:
space:
mode:
authorBarney Stratford <barney_stratford@fastmail.fm>2014-07-07 16:15:19 +0100
committerNick Clifton <nickc@redhat.com>2014-07-07 16:15:19 +0100
commit75f580857a7c65525a98a701c65d0814be04155f (patch)
tree48b3d0d2c727ec1d4cdfddb5d847fbf30bafdeb9 /include/elf/ChangeLog
parent38e229b2b3b5cc28c40ae114146bcdb45f60fc46 (diff)
downloadfsf-binutils-gdb-75f580857a7c65525a98a701c65d0814be04155f.zip
fsf-binutils-gdb-75f580857a7c65525a98a701c65d0814be04155f.tar.gz
fsf-binutils-gdb-75f580857a7c65525a98a701c65d0814be04155f.tar.bz2
Adds support for writing values to AVR system I/O registers.
* elf32-avr.c: Handle R_AVR_PORT5 and R_AVR_PORT6. * reloc.c: Add BFD_RELOC_AVR_PORT5 and BFD_RELOC_AVR_PORT6. * bfd-in2.h: Regenerate. * libbfd.h: Regenerate. * avr.h: Add R_AVR_PORT5 and R_AVR_PORT6. * config/tc-avr.c (avr_operand): Permit referring to r26-r31 by name as [xyz][hl]. Permit using a symbol whoes name begins with `r' to refer to a register. Allow arbitrary expressions for the P and p operators. (md_apply_fix): Check the BFD_RELOC_AVR_PORT5 and BFD_RELOC_AVR_PORT6 relocations.
Diffstat (limited to 'include/elf/ChangeLog')
-rw-r--r--include/elf/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index 2db10e1..35d4f4b 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -1,3 +1,7 @@
+2014-07-07 Barney Stratford <barney_stratford@fastmail.fm>
+
+ * avr.h: Add R_AVR_PORT5 and R_AVR_PORT6.
+
2014-07-01 Barney Stratford <barney_stratford@fastmail.fm>
Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
Pitchumani Sivanupandi <pitchumani.s@atmel.com>