This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb and binutils branch master updated. 75f580857a7c65525a98a701c65d0814be04155f


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  75f580857a7c65525a98a701c65d0814be04155f (commit)
      from  38e229b2b3b5cc28c40ae114146bcdb45f60fc46 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=75f580857a7c65525a98a701c65d0814be04155f

commit 75f580857a7c65525a98a701c65d0814be04155f
Author: Barney Stratford <barney_stratford@fastmail.fm>
Date:   Mon Jul 7 16:15:19 2014 +0100

    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.

-----------------------------------------------------------------------

Summary of changes:
 bfd/ChangeLog         |    7 +++
 bfd/bfd-in2.h         |    8 +++
 bfd/elf32-avr.c       |   53 +++++++++++++++++++++-
 bfd/libbfd.h          |    2 +
 bfd/reloc.c           |   10 ++++
 gas/ChangeLog         |    9 ++++
 gas/config/tc-avr.c   |  119 ++++++++++++++++++++++++++++--------------------
 include/elf/ChangeLog |    4 ++
 include/elf/avr.h     |    2 +
 9 files changed, 162 insertions(+), 52 deletions(-)


hooks/post-receive
-- 
gdb and binutils


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]