Re: [PATCH, rs6000] Warn for deprecated use of vec_lvsl and vec_lvsr for little endian

2014-10-03 Thread David Edelsohn
On Mon, Sep 29, 2014 at 5:53 PM, Bill Schmidt wrote: > Hi, > > The vec_lvsl and vec_lvsr interfaces are deprecated for little endian in > the ELFv2 ABI document. At the moment, these interfaces will produce > incorrect code, and the only indication a programmer has of this is that > his or her co

[PATCH, rs6000] Warn for deprecated use of vec_lvsl and vec_lvsr for little endian

2014-09-29 Thread Bill Schmidt
Hi, The vec_lvsl and vec_lvsr interfaces are deprecated for little endian in the ELFv2 ABI document. At the moment, these interfaces will produce incorrect code, and the only indication a programmer has of this is that his or her code does not function correctly. This patch adds a warning messag