diff options
author | Ard Biesheuvel <ard.biesheuvel@arm.com> | 2020-05-20 13:44:48 +0200 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-06-02 07:05:21 +0000 |
commit | ca407c7246bf405da6d9b1b9d93e5e7f17b4b1f9 (patch) | |
tree | c42e10c9b89d8b5132c3c6742db7978c46388036 /StandaloneMmPkg | |
parent | 4403bbd7c0964144ea72f27e2bc8048b0c0a26e1 (diff) | |
download | edk2-stable202005.tar.gz |
ArmPkg/CompilerIntrinsicsLib: provide atomics intrinsicsedk2-stable202005
Gary reports the GCC 10 will emit calls to atomics intrinsics routines
unless -mno-outline-atomics is specified. This means GCC-10 introduces
new intrinsics, and even though it would be possible to work around this
by specifying the command line option, this would require a new GCC10
toolchain profile to be created, which we prefer to avoid.
So instead, add the new intrinsics to our library so they are provided
when necessary.
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@arm.com>
Tested-by: Gary Lin <glin@suse.com>
Acked-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Leif Lindholm <leif@nuviainc.com>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
Diffstat (limited to 'StandaloneMmPkg')
0 files changed, 0 insertions, 0 deletions