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

Ian Lance Taylor <ian at airs dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian at airs dot com

--- Comment #5 from Ian Lance Taylor <ian at airs dot com> 2012-01-28 00:10:10 
UTC ---
GNU ld does indeed drop output sections whose size is zero (with various
exceptions and caveats).  See strip_excluded_output_sections in ld/ldlang.c. 
This is done because otherwise all the output sections listed in the linker
script would wind up in the output file.  gold works differently.

-- 
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