od on AIX does not seem to implement 8-byte integer conversions. Work around this by using 1-byte conversions, which can be used in this case since the value is byte-order insensitive.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
The implementation shall also support the values 1, 2, 4, and 8, even if it provides no C-Language types of those sizes.
Is there a plan that AIX od will implement x8? This case is probably benign but I'm concerned the limitation will make testing harder on most other platforms.
Comment Actions
I've requested the change, but I cannot make any promises on delivery vehicle.
This case is probably benign but I'm concerned the limitation will make testing harder on most other platforms.
I am not sure that it is in the best interest of anyone to use other than x1 unless if they want byte-order-aware conversion for a binary file encoded in the native byte order of the host.