gold/s390: Fix compilation on gcc 4.4
authorMarcin Kościelnicki <koriakin@0x04.net>
Fri, 6 May 2016 21:02:43 +0000 (23:02 +0200)
committerMarcin Kościelnicki <koriakin@0x04.net>
Mon, 30 May 2016 17:06:45 +0000 (19:06 +0200)
commit40d85a7f9c3446db070bd792d9f2106dc9adaf8c
treec39b2ee458e31b82c8a8ec919d06f02431cf2eeb
parent825c8ef28fc669bdf4eab64b43d7a64761fbd677
gold/s390: Fix compilation on gcc 4.4

gold/ChangeLog:

PR/19960
* s390.cc (Target_s390::ss_code_st_r14): Removed.
(Target_s390::ss_code_l_r14): Removed.
(Target_s390::ss_code_ear): Removed.
(Target_s390::ss_code_c): Removed.
(Target_s390::ss_match_st_r14): New function.
(Target_s390::ss_match_l_r14): New function.
(Target_s390::ss_match_mcount): Call ss_match_{l,st}_r14 instead
of matching code directly.
(Target_s390::ss_match_ear): New function.
(Target_s390::ss_match_c): New function.
(Target_s390::do_calls_non_split): Call ss_match_{ear,c} instead
of matching code directly.
gold/ChangeLog
gold/s390.cc
This page took 0.024923 seconds and 4 git commands to generate.