bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gold/12804] Incremental link tests failed


From: ccoutant at google dot com
Subject: [Bug gold/12804] Incremental link tests failed
Date: Thu, 9 Jun 2011 00:51:22 +0000

http://sourceware.org/bugzilla/show_bug.cgi?id=12804

--- Comment #17 from Cary Coutant <ccoutant at google dot com> 2011-06-09 
00:51:02 UTC ---
Created attachment 5775
  --> http://sourceware.org/bugzilla/attachment.cgi?id=5775
Fix test case so "v2" is in .data section before and after incremental update

I think this is the problem: In two_file_test_2_v1.cc, I changed the
initialization for v2 from 456 to 0, which moved it from .data to .bss. As a
result, the incremental update didn't have room in .data when it tried to link
in two_file_test-2.cc as a replacement, where v2 is in .data. This patch
changes the initial value to 1, which keeps it in .data.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]