CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/12/31 20:16:48
Modified files:
gnu/gcc/gcc/config/arm: openbsd.h
Log message:
Switch the arm default config from arm9e (armv5te) to mpcore (armv6k).
The same change was made in ports gcc 4.9 already. This is is most
recent arm architecture version base gcc has support for.
This changes builtin defines from __ARM_ARCH_5TE__ to __ARM_ARCH_6K__.
These defines are often used to select between inline assembly paths.
Note that base gcc still lacks support for atomic builtins available
in ports gcc and clang however.
ok patrick@ kettenis@