Re: [patch,avr] Ad PR54222: Add bitsfx and fxbits to stdint.h

2013-01-23 Thread Georg-Johann Lay
Denis Chertykov wrote: > 2013/1/21 Georg-Johann Lay: >> This adds the "Embedded C" bitsfx and fxbits functions to stdfix.h. >> >> The original stdfix.h is installed as stdfix-gcc.h and included by the new, >> avr-specific stdfix.h. >> >> The implementation uses __builtin_memcpy to get a no-op imple

Re: [patch,avr] Ad PR54222: Add bitsfx and fxbits to stdint.h

2013-01-21 Thread Denis Chertykov
2013/1/21 Georg-Johann Lay : > This adds the "Embedded C" bitsfx and fxbits functions to stdfix.h. > > The original stdfix.h is installed as stdfix-gcc.h and included by the new, > avr-specific stdfix.h. > > The implementation uses __builtin_memcpy to get a no-op implementation. > > Ok for trunk? >

[patch,avr] Ad PR54222: Add bitsfx and fxbits to stdint.h

2013-01-21 Thread Georg-Johann Lay
This adds the "Embedded C" bitsfx and fxbits functions to stdfix.h. The original stdfix.h is installed as stdfix-gcc.h and included by the new, avr-specific stdfix.h. The implementation uses __builtin_memcpy to get a no-op implementation. Ok for trunk? Johann PR target/54222 *