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


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  7f78eb340a4b3f46d842058cd26aad7ffa438c16 (commit)
      from  614b09cefb3bafa840fe5ed06c58024b0ff9c1cb (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=7f78eb340a4b3f46d842058cd26aad7ffa438c16

commit 7f78eb340a4b3f46d842058cd26aad7ffa438c16
Author: Jiong Wang <jiong.wang@arm.com>
Date:   Tue Aug 26 16:18:36 2014 +0100

    [ARM] Update selected_cpu based on info got during parsing
    
      gas/
        * config/tc-arm.c (aeabi_set_public_attributes): Update intended_arch based
        on the info we got during parsing.
        (arm_handle_align): Make sure the p2align expanding logic under thumb
        unchanged.
    
      gas/testsuite/
        * gas/arm/blx-bl-convert.d: New testcase.
        * gas/arm/blx-bl-convert.l: Warning expectation.
        * gas/arm/blx-bl-convert.s: Source file.

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

Summary of changes:
 gas/ChangeLog                          |    7 +++++++
 gas/config/tc-arm.c                    |    9 +++++++--
 gas/testsuite/ChangeLog                |    6 ++++++
 gas/testsuite/gas/arm/blx-bl-convert.d |   21 +++++++++++++++++++++
 gas/testsuite/gas/arm/blx-bl-convert.l |    4 ++++
 gas/testsuite/gas/arm/blx-bl-convert.s |   20 ++++++++++++++++++++
 6 files changed, 65 insertions(+), 2 deletions(-)
 create mode 100644 gas/testsuite/gas/arm/blx-bl-convert.d
 create mode 100644 gas/testsuite/gas/arm/blx-bl-convert.l
 create mode 100644 gas/testsuite/gas/arm/blx-bl-convert.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]