Re: [OE-core] [PATCH] nm01: Remove prefix zeros of the addresses output by nm before comparing

2020-01-06 Thread Ross Burton
On 06/01/2020 09:59, zhe...@windriver.com wrote: From: He Zhe The latest nm v2.33.1 outputs symbols addresses without prefix zeros for "nm -f posix", which causes the following error. nm01 5 TFAIL: Got wrong format with -f bsd Backport a patch to fix it. Signed-off-by: He Zhe ---

[OE-core] [PATCH] nm01: Remove prefix zeros of the addresses output by nm before comparing

2020-01-06 Thread zhe.he
From: He Zhe The latest nm v2.33.1 outputs symbols addresses without prefix zeros for "nm -f posix", which causes the following error. nm01 5 TFAIL: Got wrong format with -f bsd Backport a patch to fix it. Signed-off-by: He Zhe --- ...ix-zeros-of-the-addresses-output-by-.patch | 43