mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-13 06:03:31 +00:00
We discovered this relocation, which does nothing, in pre-compiled libraries. It is easy to implement because it has the same relocation-type number (0) for all supported ABIs. Also adjust error message from "Unsupported PLT relocation" to "Unsupported translation table address format" to not confuse the relocation type with the translation table type. Fixes #5209