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

--- Comment #2 from Vladimir Vishniakov <volo...@hex-rays.com> ---
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.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to