Re: [Qemu-devel] [PATCH] qemu-common.h: Drop WORDS_ALIGNED define

2016-06-05 Thread Michael Tokarev
02.06.2016 17:05, Peter Maydell wrote: > The WORDS_ALIGNED #define is not used anywhere, and hasn't been since > 2013 when commit 612d590ebc6cef rewrote the various ld__p > functions to not use it. Remove the #define and the comment describing it. > Also remove the line in the comment about TARGET_

[Qemu-devel] [PATCH] qemu-common.h: Drop WORDS_ALIGNED define

2016-06-02 Thread Peter Maydell
The WORDS_ALIGNED #define is not used anywhere, and hasn't been since 2013 when commit 612d590ebc6cef rewrote the various ld__p functions to not use it. Remove the #define and the comment describing it. Also remove the line in the comment about TARGET_WORDS_ALIGNED, since it has never actually exis