https://sourceware.org/bugzilla/show_bug.cgi?id=16017

Nick Clifton <nickc at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |WAITING

--- Comment #8 from Nick Clifton <nickc at redhat dot com> ---
Hi Markus,

> The size of a plt entry is set the thumb-entry size (which breaks
>  normal arm linking).

Have you tried setting the entry size in
elf32_arm_create_dynamic_sections() ?


> The plt entries are using tumb-2 instructions. When on an thumb only
> thumb-1 device, an error should be emitted.

You can use "! using_thumb2()" for this.


The patch itself looks good so far...

Cheers
  Nick

-- 
You are receiving this mail because:
You are on the CC list for the bug.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to