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.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to