[llvm-bugs] [Bug 30414] LLD, ld.bfd, gold interpret fill expressions differently
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Sep 16 17:26:48 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=30414
emaste at freebsd.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |WONTFIX
--- Comment #2 from emaste at freebsd.org ---
I actually noticed it because of a fill expression =0xCC which ld.bfd
interprets as filling all bytes with CC, not CC 00 00 00. But gold disagrees
too, so the linker script should presumably use =0xCCCCCCCC instead.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160917/f154b560/attachment-0001.html>
More information about the llvm-bugs
mailing list