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. 856ea05ccf051d4d86f422552f5cdfa83659dd6b


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  856ea05ccf051d4d86f422552f5cdfa83659dd6b (commit)
      from  73eb770959c8d8d927dbeafbf6038a651e0cb1ae (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=856ea05ccf051d4d86f422552f5cdfa83659dd6b

commit 856ea05ccf051d4d86f422552f5cdfa83659dd6b
Author: Kaushik Phata <Kaushik.Phatak@kpit.com>
Date:   Fri May 16 14:57:10 2014 +0100

    This adds support for marking RL78 binaries as either supporting 32-bit
    or 64-bit doubles.  It also makes the linker complain if the user attempts
    to link together binaries with different sized doubles.
    
    	* elf32-rl78.c (rl78_elf_merge_private_bfd_data): Complain if
    	64-bit doubles objects mix with 32-bit doubles objects.
    	(rl78_elf_print_private_bfd_data): Describe 64-bit doubles flag.
    
    	* readelf.c (get_machine_flags): Handle RL78 64-bit doubles flag.
    
    	* config/tc-rl78.c (enum options): Add OPTION_32BIT_DOUBLES
    	and OPTION_64BIT_DOUBLES.
    	(md_longopts): Add -m32bit-doubles and -m64bit-doubles.
    	(md_parse_option): Parse -m32bit-doubles and -m64bit-doubles.
    	(md_show_usage): Show all of the RL78 options.
    	(rl78_float_cons): New static functions.
    	(md_pseudo_table): Update handler for "double".

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

Summary of changes:
 bfd/ChangeLog        |    6 ++++++
 bfd/elf32-rl78.c     |   16 ++++++++++++++++
 binutils/ChangeLog   |    4 ++++
 binutils/readelf.c   |    2 ++
 gas/ChangeLog        |   12 ++++++++++++
 gas/config/tc-rl78.c |   37 ++++++++++++++++++++++++++++++-------
 gas/doc/as.texinfo   |    6 ++++++
 gas/doc/c-rl78.texi  |   14 ++++++++++++--
 8 files changed, 88 insertions(+), 9 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]