Re: [PATCH] ARM: fix vdsomunge depends on glibc specific byteswap.h

From: H. Nikolaus Schaller
Date: Wed Sep 30 2015 - 15:08:43 EST



Am 30.09.2015 um 20:17 schrieb Nathan Lynch <Nathan_Lynch@xxxxxxxxxx>:

> On 09/30/2015 12:47 PM, H. Nikolaus Schaller wrote:
>>
>> Am 30.09.2015 um 19:37 schrieb Nathan Lynch <Nathan_Lynch@xxxxxxxxxx>:
>>> Why not just use a generic
>>> implementation like is found in mips' elf2ecoff?
>>
>> Do you have a reference?
>> I can't find byte swapping in
>>
>> https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/arch/mips/boot/elf2ecoff.c?id=refs/tags/v4.3-rc3
>
> See the swab16 and swab32 macros (yes, "swab" not "swap").
>
> Or the __constant_swab* macros in include/linux/uapi/swab.h.
>

Ah, I did search for swaP...

And, I though that they are more conditional on the CPU endianness but that
would be sort of htons() and ntohl() and friends.

Then I see no problem adding such macros and getting rid of the #include
completely. Which is compiler independent and OS independent.

Will prepare and submit a V2 asap.

Thanks and BR,
Nikolaus

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/