This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH 1/2] gold: Add view and view_size parameters to is_call_to_non_split.
- From: Cary Coutant <ccoutant at gmail dot com>
- To: Marcin KoÅcielnicki <koriakin at 0x04 dot net>
- Cc: Binutils <binutils at sourceware dot org>
- Date: Fri, 5 Feb 2016 16:09:06 -0800
- Subject: Re: [PATCH 1/2] gold: Add view and view_size parameters to is_call_to_non_split.
- Authentication-results: sourceware.org; auth=none
- References: <1454706411-1249-1-git-send-email-koriakin at 0x04 dot net>
> gold/ChangeLog:
>
> * i386.cc (Target_i386::is_call_to_non_split): Add view and view_size
> parameters.
> * reloc.cc (Sized_relobj_file::split_stack_adjust_reltype): Pass view
> and view_size to is_call_to_non_split.
> * target.cc (Target::is_call_to_non_split): Add view and view_size
> parameters.
> * target.h (class Target): Likewise.
This is OK. Thanks!
Do you have commit access yet, or do you need me to commit it for you?
-cary