bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/20744] [PPC] Incorrect relocation for VLE-instructions


From: address@hidden
Subject: [Bug gas/20744] [PPC] Incorrect relocation for VLE-instructions
Date: Thu, 10 Nov 2016 16:58:53 +0000

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

--- Comment #2 from Vladimir Vishniakov <address@hidden> ---
FYI I've tested other toolchains: Code Warrior and High Tec (gnu-based).
They process such relocs in accordance with the documentation.
However Code Warrior's assembler generates their own undocumented relocs (e.g.
it uses type 0x33 instead of 0xDF for R_PPC_VLE_HA16A). But linker processes
well and the standard relocs.
-----+---+---+---+
as\ld|GNU|CW |HT |
-----+---+---+---+
GNU  |OK |BAD|BAD|
-----+---+---+---+
CW   |N/L|OK |N/L|
-----+---+---+---+
HT   |BAD|OK |OK |
-----+---+---+---+
N/L not linked due the unknown relocation

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]