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. a841bdf5d3bfb9c687f938be7388597db2e461de


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  a841bdf5d3bfb9c687f938be7388597db2e461de (commit)
      from  998a69f46a3770d0f26aec080fcac4865c689739 (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=a841bdf5d3bfb9c687f938be7388597db2e461de

commit a841bdf5d3bfb9c687f938be7388597db2e461de
Author: Alan Modra <amodra@gmail.com>
Date:   Sat Oct 18 11:10:53 2014 +1030

    Fix PR17493, attempted output of *GAS `reg' section* symbol
    
    The write.c change is to make gas report an error if reg_section
    symbols should leak in future.  The tc-i386.c change is the real fix.
    
    Note that the error isn't the most helpful, "redefined symbol cannot
    be used on reloc", but I'm not inclined to improve what is really an
    internal gas error.  reg_section symbols shouldn't leak..
    
    gas/
    	PR 17493
    	* write.c (adjust_reloc_syms): Don't allow symbols in reg_section
    	to be reduced to reg_section section symbol.
    	* gas/config/tc-i386.c (i386_finalize_immediate): Reject all
    	reg_section immediates.
    gas/testsuite/
    	* gas/i386/inval-equ-2.l: Adjust.

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

Summary of changes:
 gas/ChangeLog                        |    8 ++++++++
 gas/config/tc-i386.c                 |    2 +-
 gas/testsuite/ChangeLog              |    4 ++++
 gas/testsuite/gas/i386/inval-equ-2.l |   12 ++++++------
 gas/write.c                          |    3 ++-
 5 files changed, 21 insertions(+), 8 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]