Either as or ld produce a bad jump on mips eabi

2011-04-23 Thread Wesley W. Terpstra
Good evening, on and off for years, I've been bitten by a miscompilation of 'goto' on the mips target. I finally isolated it into a single test-case that I can report. I believe this bug to be at least 6 years old and it is still present in version 2.18.1~cvs20080103-7 (as used in debian/sid). The

Re: objcopy --globalize-symbols on MinGW [PATCH]

2008-09-30 Thread Wesley W. Terpstra
On Tue, Sep 30, 2008 at 12:47 PM, Nick Clifton <[EMAIL PROTECTED]> wrote: > Do you have an FSF binutils copyright assignment in place ? No. As you pointed out though, the patch was small, more like a targeted bug report really. > Anyway I have checked over your patch - it is good although there a

Re: objcopy --globalize-symbols on MinGW [PATCH]

2008-09-26 Thread Wesley W. Terpstra
On Fri, Sep 26, 2008 at 1:55 PM, Wesley W. Terpstra <[EMAIL PROTECTED]> wrote: I've traced binutils 2.18.50-cvs20080109 (debian mingw package) > and the line 1074 (sym->flags &= ~ (BSF_GLOBAL | BSF_WEAK); does get > run but the result object still has BFS_GLOBAL set.