[Bug gold/17498] gold includes far more symbols in symtab than bfd ld

2015-02-24 Thread konstantin.s.serebryany at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17498 Kostya Serebryany changed: What|Removed |Added CC||konstantin.s.serebryany@gma

[Bug gold/18010] gold -O2 breaks LLVM's TableGen on ppc64

2015-02-24 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18010 --- Comment #4 from Alan Modra --- git commit 884151a7 adds a testcase for this gold failure to the bfd ld testsuite. Expected x86_64 output is Contents of section .text: 1000 2010 1010 1810... Contents of

[Bug gold/18010] gold -O2 breaks LLVM's TableGen on ppc64

2015-02-24 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=18010 --- Comment #3 from Markus Trippelsdorf --- Ah, you're right -Wl,-O1,--hash-style=gnu,--gc-sections is fine, -Wl,-O2,--hash-style=gnu,--gc-sections isn't. -- You are receiving this mail because: You are on the CC list for the bug. _

[Bug gold/18010] gold -O2 breaks LLVM's TableGen on ppc64

2015-02-24 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18010 Alan Modra changed: What|Removed |Added Summary|--gc-sections breaks LLVM's |gold -O2 breaks LLVM's

Re: wcsncasecmp undefined up to Mac OS X 10.7

2015-02-24 Thread Nicholas Clifton
Hi Stefan, As this function is first available starting from OS X 10.7, I tried to solve the problem using towlower and wcsncmp. The problem with these functions is that towlower takes a wint_t argument but wcsncmp takes wchar_t arguments. A colleague of mine however pointer out that you ca