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. 127a8db1ed4fc7903007dc23c6b11f613933f9ef


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  127a8db1ed4fc7903007dc23c6b11f613933f9ef (commit)
      from  0cdcdbf8dbadc70194d46b4c3400ba8cc2a10fc0 (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=127a8db1ed4fc7903007dc23c6b11f613933f9ef

commit 127a8db1ed4fc7903007dc23c6b11f613933f9ef
Author: Alan Modra <amodra@gmail.com>
Date:   Tue Nov 4 14:41:00 2014 +1030

    Use frag_now_fix_octets in gas d10v, d30v
    
    obstack_next_free is supposed to return a void* rather than the char*
    it does currently, so expressions involving pointer arithmetic need
    a cast.  Avoid the issue.
    
    	* config/tc-d10v.c (find_opcode): Call frag_now_fix_octets rather
    	than equivalent obstack_next_free expression.
    	* config/tc-d30v.c (find_format): Likewise.

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

Summary of changes:
 gas/ChangeLog        |    6 ++++++
 gas/config/tc-d10v.c |    4 +---
 gas/config/tc-d30v.c |    6 ++----
 3 files changed, 9 insertions(+), 7 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]