[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/16017] LD creates invalid PLT instructions on CORTEX-M3
From: |
meadori at codesourcery dot com |
Subject: |
[Bug ld/16017] LD creates invalid PLT instructions on CORTEX-M3 |
Date: |
Fri, 14 Feb 2014 14:58:56 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=16017
--- Comment #22 from Meador Inge <meadori at codesourcery dot com> ---
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 ((got_displacement & 0xf0000000) == 0)'
assert now that 32-bit support is there. Other than that, looks good to me!
--
You are receiving this mail because:
You are on the CC list for the bug.