[Bug binutils/16664] segmentation fault in process_attributes() of readelf.c

2014-03-13 Thread meadori at codesourcery dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16664 --- Comment #4 from Meador Inge --- Patch posted here: https://sourceware.org/ml/binutils/2014-03/msg00153.html -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-

[Bug binutils/16664] segmentation fault in process_attributes() of readelf.c

2014-03-13 Thread meadori at codesourcery dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16664 Meador Inge changed: What|Removed |Added CC||meadori at codesourcery dot com

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

2014-03-03 Thread meadori at codesourcery dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16017 --- Comment #25 from Meador Inge --- Hi Nick, The runtime testing we did with this patch worked for our use cases. Thanks again. -- You are receiving this mail because: You are on the CC list for the bug. _

[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. ___

[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 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-01-31 Thread meadori at codesourcery dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16017 --- Comment #18 from Meador Inge --- Right, my reading of the ARM manuals suggest that with 'ADD , ' (T2 encoding) that Rm can be PC. Only things like 'ADD PC, Rm' and 'ADD PC, PC' are unpredictable. I came up with a similar encoding: 0:

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

2014-01-31 Thread meadori at codesourcery dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16017 Meador Inge changed: What|Removed |Added CC||meadori at codesourcery dot com

[Bug ld/15149] Weak reference leads to DT_NEEDED entry

2013-04-17 Thread meadori at codesourcery dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15149 --- Comment #9 from Meador Inge 2013-04-17 20:56:03 UTC --- (In reply to comment #8) > This change detects the package which behaves differently > when linked with gold. Now the linker issues an error instead > of silently adds DT_NEEDED for w

[Bug ld/15126] [REGRESSION] 2.23.51.0.9 fails to link cairo with libstdc++ (could not read symbols: Invalid operation)

2013-04-04 Thread meadori at codesourcery dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15126 Meador Inge changed: What|Removed |Added CC||meadori at codesourcery dot

[Bug ld/15149] Weak reference leads to DT_NEEDED entry

2013-04-03 Thread meadori at codesourcery dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15149 Meador Inge changed: What|Removed |Added CC||meadori at codesourcery dot

[Bug ld/14397] Simply ARM EABI application with missing .rel.plt ouput section description crashes ld

2012-07-26 Thread meadori at codesourcery dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14397 --- Comment #5 from Meador Inge 2012-07-26 15:26:06 UTC --- On 07/26/2012 08:46 AM, nickc at redhat dot com wrote: > Thanks - I have applied your patch with one small change Thanks! -- Meador -- Configure bugmail: http://sourceware.org/b

[Bug ld/14397] Simply ARM EABI application with missing .rel.plt ouput section description crashes ld

2012-07-25 Thread meadori at codesourcery dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14397 --- Comment #2 from Meador Inge 2012-07-25 16:25:05 UTC --- Created attachment 6557 --> http://sourceware.org/bugzilla/attachment.cgi?id=6557 Refreshed patch with test cases. Hi Nick, That fixed it and is much simpler than what I was tryin

[Bug ld/14397] New: Simply ARM EABI application with missing .rel.plt ouput section description crashes ld

2012-07-24 Thread meadori at codesourcery dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14397 Bug #: 14397 Summary: Simply ARM EABI application with missing .rel.plt ouput section description crashes ld Product: binutils Version: pre-2.12 Status: NEW