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


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  c322dea4027dd82a7727154b3eb33438db2859f7 (commit)
      from  de287215cef5f4271367f75c557c1af788892e69 (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=c322dea4027dd82a7727154b3eb33438db2859f7

commit c322dea4027dd82a7727154b3eb33438db2859f7
Author: Alan Modra <amodra@gmail.com>
Date:   Fri Dec 12 16:02:34 2014 +1030

    PowerPC register numbers in DWARF
    
    This makes gas .cfi output to .debug_frame match register numbering
    emitted by gcc.  md_reg_eh_frame_to_debug_frame follows the ABI,
    targets not using it, notably Linux, don't.
    
    	* config/tc-ppc.h (md_reg_eh_frame_to_debug_frame): Match current
    	gcc behaviour.
    	* config/te-aix.h: New file.
    	* configure.tgt: Use em=aix for powerpc-aix.

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

Summary of changes:
 gas/ChangeLog                      |    7 +++++++
 gas/config/tc-ppc.h                |   17 +++++++++++++++--
 gas/config/{te-aix5.h => te-aix.h} |    4 ++--
 gas/configure.tgt                  |    2 +-
 4 files changed, 25 insertions(+), 5 deletions(-)
 copy gas/config/{te-aix5.h => te-aix.h} (91%)


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]