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. 49b9c17cf445af9184508824a703099c5997f7d0


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  49b9c17cf445af9184508824a703099c5997f7d0 (commit)
       via  a2cac51cb03f356e387c44b558aa9b4dfa002130 (commit)
       via  4ee220358d068133b219d729f4c7ada5a41c106e (commit)
      from  fbd940576f6c0891cebb4173f64968b7c50ed642 (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=49b9c17cf445af9184508824a703099c5997f7d0

commit 49b9c17cf445af9184508824a703099c5997f7d0
Author: Richard Henderson <rth@twiddle.net>
Date:   Fri Aug 22 14:42:39 2014 -0700

    aarch64: Adjust dwarf2 encoding factors
    
    	* config/tc-aarch64.h (DWARF2_LINE_MIN_INSN_LENGTH): Set to 4.
    	(DWARF2_CIE_DATA_ALIGNMENT): Set to -8.

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=a2cac51cb03f356e387c44b558aa9b4dfa002130

commit a2cac51cb03f356e387c44b558aa9b4dfa002130
Author: Richard Henderson <rth@twiddle.net>
Date:   Fri Aug 22 14:41:43 2014 -0700

    aarch64: Fix CFA encoding of vector registers
    
    	* config/tc-aarch64.c (tc_aarch64_regname_to_dw2regnum): Fix
    	register number for vector register types.

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=4ee220358d068133b219d729f4c7ada5a41c106e

commit 4ee220358d068133b219d729f4c7ada5a41c106e
Author: Richard Henderson <rth@twiddle.net>
Date:   Fri Aug 22 14:40:10 2014 -0700

    aarch64: Decode dwarf2 register numbers
    
    	* dwarf.h (init_dwarf_regnames_aarch64): Declare.
    	* dwarf.c (dwarf_regnames_aarch64): New.
    	(init_dwarf_regnames_aarch64): New.
    	(init_dwarf_regnames): Call it.
    	* objdump.c (dump_dwarf): Likewise.

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

Summary of changes:
 binutils/ChangeLog      |    8 ++++++++
 binutils/dwarf.c        |   27 +++++++++++++++++++++++++++
 binutils/dwarf.h        |    1 +
 binutils/objdump.c      |    4 ++++
 gas/ChangeLog           |    7 +++++++
 gas/config/tc-aarch64.c |    5 ++++-
 gas/config/tc-aarch64.h |    4 ++--
 7 files changed, 53 insertions(+), 3 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]