Re: [C++] Fix endianness of character argument packs
OK. Jason
[C++] Fix endianness of character argument packs
The patch for PR 58708 fixed wide strings being passed as argument packs but it relied on the host and target having the same endianness. The patch below uses double_int::from_buffer to handle the case of differing endiannesses. Tested on mips64-linux-gnu and mipsisa64-sde-elf (with both endiannes