[Bug binutils/16583] New: Failed to compile on solaris 11.1 with gcc

2014-02-14 Thread sergey at fidoman dot ru
https://sourceware.org/bugzilla/show_bug.cgi?id=16583 Bug ID: 16583 Summary: Failed to compile on solaris 11.1 with gcc Product: binutils Version: 2.24 Status: NEW Severity: normal Priority: P2 Component: binutil

[Bug ld/16017] LD creates invalid PLT instructions on CORTEX-M3

2014-02-14 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16017 Nick Clifton changed: What|Removed |Added Attachment #7291|0 |1 is obsolete|

[Bug ld/16017] LD creates invalid PLT instructions on CORTEX-M3

2014-02-14 Thread meadori at codesourcery dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16017 --- Comment #20 from Meador Inge --- Hi Nick, Thanks for the update. A few questions/observations: 1. I think the third mask on 'elf32_thumb2_plt_entry[1]' when applying the constants should be '0x0800' instead of '0x08000800'. 2. W

[Bug ld/16017] LD creates invalid PLT instructions on CORTEX-M3

2014-02-14 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16017 Nick Clifton changed: What|Removed |Added Attachment #7414|0 |1 is obsolete|

[Bug ld/16017] LD creates invalid PLT instructions on CORTEX-M3

2014-02-14 Thread meadori at codesourcery dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16017 --- Comment #22 from Meador Inge --- Hi Nick, I just noticed that the mask for 'elf32_thumb2_plt_entry[0]' has the same typo, but the upper 8 needs to be removed instead. I had to squint to see it :-) Also, we should remove the 'BFD_ASSERT

[Bug ld/16017] LD creates invalid PLT instructions on CORTEX-M3

2014-02-14 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16017 Nick Clifton changed: What|Removed |Added Attachment #7415|0 |1 is obsolete|

[Bug ld/16017] LD creates invalid PLT instructions on CORTEX-M3

2014-02-14 Thread meadori at codesourcery dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16017 --- Comment #24 from Meador Inge --- Thanks Nick! The last version looks good. We will try some runtime testing on it. -- You are receiving this mail because: You are on the CC list for the bug. ___