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. 3cfdb7812cda6ca610be8bf65ffaf5138dc0d379


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  3cfdb7812cda6ca610be8bf65ffaf5138dc0d379 (commit)
      from  a715796ba188e7ca9eac6e613439b63fe50a677d (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=3cfdb7812cda6ca610be8bf65ffaf5138dc0d379

commit 3cfdb7812cda6ca610be8bf65ffaf5138dc0d379
Author: Terry Guo <terry.guo@arm.com>
Date:   Fri Nov 21 11:54:39 2014 +0800

    Calculate ARM arch attribute after relaxation
    
    gas/
    2014-11-21  Terry Guo  <terry.guo@arm.com>
    
    	* config/tc-arm.c (md_assemble): Do not consider relaxation.
    	(md_convert_frag): Test and set target arch attribute accordingly.
    	(aeabi_set_attribute_string): Turn it into a global function.
    	* config/tc-arm.h (md_post_relax_hook): Enable it for ARM target.
    	(aeabi_set_public_attributes): Declare it.
    
    gas/testsuite/
    2014-11-21  Terry Guo  <terry.guo@arm.com>
    
    	* gas/arm/attr-arch-assumption.d: New file.
    	* gas/arm/attr-arch-assumption.s: Likewise.
    
    ld/testsuite/
    2014-11-21  Terry Guo  <terry.guo@arm.com>
    
    	* ld-arm/tls-longplt-lib.s: Require ARMv6T2.
    	* ld-arm/tls-longplt.s: Likewise.
    	* ld-arm/tls-longplt-lib.d: Updated.
    	* ld-arm/tls-longplt.d: Likewise.

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

Summary of changes:
 gas/ChangeLog                                |    8 ++++++++
 gas/config/tc-arm.c                          |   13 +++++++++----
 gas/config/tc-arm.h                          |    3 +++
 gas/testsuite/ChangeLog                      |    5 +++++
 gas/testsuite/gas/arm/attr-arch-assumption.d |   11 +++++++++++
 gas/testsuite/gas/arm/attr-arch-assumption.s |    5 +++++
 ld/testsuite/ChangeLog                       |    7 +++++++
 ld/testsuite/ld-arm/tls-longplt-lib.d        |    4 ++--
 ld/testsuite/ld-arm/tls-longplt-lib.s        |    1 +
 ld/testsuite/ld-arm/tls-longplt.d            |    4 ++--
 ld/testsuite/ld-arm/tls-longplt.s            |    1 +
 11 files changed, 54 insertions(+), 8 deletions(-)
 create mode 100644 gas/testsuite/gas/arm/attr-arch-assumption.d
 create mode 100644 gas/testsuite/gas/arm/attr-arch-assumption.s


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]