gold: Add view and view_size parameters to is_call_to_non_split.
authorMarcin Kościelnicki <koriakin@0x04.net>
Sat, 6 Feb 2016 00:52:00 +0000 (01:52 +0100)
committerMarcin Kościelnicki <koriakin@0x04.net>
Sat, 6 Feb 2016 00:52:00 +0000 (01:52 +0100)
commitbd8d853f779692d3d4f8dfb65cf173f7e080f498
tree2b7e6d2aa27455655e4413672b2136071ae8700c
parent148ec36086d9f59825f9c11be450cc8f5f250ed2
gold: Add view and view_size parameters to is_call_to_non_split.

This is needed by s390 split-stack support, to distinguish call
and load-address relocations.

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.
gold/ChangeLog
gold/i386.cc
gold/reloc.cc
gold/target.cc
gold/target.h
This page took 0.024026 seconds and 4 git commands to generate.