Hi,

Lennart:
>
> The idea is that any .c file linked into a binary can define
> additional maps, and we collect them all simply by iterating through
> __start_BUS_ERROR_MAP to __stop_BUS_ERROR_MAP.
> 
Unless there are none of these entries.

Umut: Does the cross compiling somehow not include any
data that are in section BUS_ERROR_MAP?

If that's actually intended, this should fix it:

char dummy_bus_error_map[0] __attribute__ ((__section__("BUS_ERROR_MAP")));

-- 
-- Matthias Urlichs

Attachment: signature.asc
Description: Digital signature

_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to