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. 0bf32ea9e678df657d306fe28aecac7307debdce


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  0bf32ea9e678df657d306fe28aecac7307debdce (commit)
      from  fc1269757f5614cd893c36120f61a5014a45fe37 (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=0bf32ea9e678df657d306fe28aecac7307debdce

commit 0bf32ea9e678df657d306fe28aecac7307debdce
Author: Jing Yu <jingyu@google.com>
Date:   Wed Dec 10 15:36:56 2014 -0800

    Give informative error message for stub-group-size
    
    This patch gives current stub-group-size in error message when stub
    is too far away.
    
    	* aarch64.cc (Target_aarch64): Add new variable: stub_group_size_.
    	(AArch64_relocate_functions::maybe_apply_stub): Add new parameter.
    	Update error message.
    	(Target_aarch64::do_relax): Use absolute value of option
    	stub_group_size. Replace local variable with class member
    	stub_group_size_.

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

Summary of changes:
 gold/ChangeLog  |    9 +++++++++
 gold/aarch64.cc |   27 +++++++++++++++++----------
 2 files changed, 26 insertions(+), 10 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]