]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Correct comment in last commit.
authorIan Lance Taylor <ian@airs.com>
Fri, 1 Jul 2011 22:54:04 +0000 (22:54 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 1 Jul 2011 22:54:04 +0000 (22:54 +0000)
gold/i386.cc

index 636dfbb840305688842e7d994c2e552efe5c5683..6bec81f0507cc4629caf0b12fd841835a52649e5 100644 (file)
@@ -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,