This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


2013/1/21 Georg-Johann Lay <avr@gjlay.de>:
> 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
>         * config/avr/stdfix.h: New file.
>         * t-avr (stdfix-gcc.h): New rule to build it.
>         (EXTRA_HEADERS): Set it to install stdfix.h, stdfix-gcc.h.
>

Approved. Please apply.

Denis.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]