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. 00c06fdc57ab89d14789b5207763410a79c39a11


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  00c06fdc57ab89d14789b5207763410a79c39a11 (commit)
      from  15a9128a964499b78bd70ef3d2dc73edce56d825 (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=00c06fdc57ab89d14789b5207763410a79c39a11

commit 00c06fdc57ab89d14789b5207763410a79c39a11
Author: Nick Clifton <nickc@redhat.com>
Date:   Wed Apr 9 14:05:58 2014 +0100

    Fix a few more targets affected by the change to the TC_CONS_FIX_NEW macro.
    
    	* config/tc-rl78.h (TC_CONS_FIX_NEW): Add RELOC parameter.
    	* config/tc-z80.h (TC_CONS_FIX_NEW): Discard RELOC parameter.
    	* config/tc-aarch64.h (TC_CONS_FIX_NEW): Discard RELOC parameter.
    	* read.c (emit_expr_fix): Mark the r parameter as potentially
    	unused.

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

Summary of changes:
 gas/ChangeLog           |    8 ++++++++
 gas/config/tc-aarch64.h |    2 +-
 gas/config/tc-rl78.h    |    2 +-
 gas/config/tc-z80.h     |    2 +-
 gas/read.c              |    2 +-
 5 files changed, 12 insertions(+), 4 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]