From: Ian Lance Taylor Date: Fri, 1 Jul 2011 22:54:04 +0000 (+0000) Subject: Correct comment in last commit. X-Git-Tag: sid-snapshot-20110801~289 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=491f21ca6f0d75082f9a7451b7ca55b19dc9623c;p=external%2Fbinutils.git Correct comment in last commit. --- diff --git a/gold/i386.cc b/gold/i386.cc index 636dfbb..6bec81f 100644 --- a/gold/i386.cc +++ b/gold/i386.cc @@ -952,7 +952,7 @@ Output_data_plt_i386::plt_eh_frame_fde[plt_eh_frame_fde_size] = elfcpp::DW_OP_ge, // >= ((%eip & 0xf) >= 0xb) elfcpp::DW_OP_lit2, // Push 2. elfcpp::DW_OP_shl, // << (((%eip & 0xf) >= 0xb) << 2) - elfcpp::DW_OP_plus, // + ((((%eip&0xf)>=0xb)<<2)+%esp+8 + elfcpp::DW_OP_plus, // + ((((%eip&0xf)>=0xb)<<2)+%esp+4 elfcpp::DW_CFA_nop, // Align to 32 bytes. elfcpp::DW_CFA_nop, elfcpp::DW_CFA_nop,