https://bugs.kde.org/show_bug.cgi?id=376279
Peter Maydell <peter.mayd...@linaro.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |peter.mayd...@linaro.org --- Comment #5 from Peter Maydell <peter.mayd...@linaro.org> --- HINT #0x7 is XPACLRI which is one of the ARMv8.3 pointer authentication instructions. This is where they went into binutils: http://www.cygwin.com/ml/binutils/2016-11/msg00103.html (which gives a helpful link to https://community.arm.com/processors/b/blog/posts/armv8-a-architecture-2016-additions if you want to know what pointer authentication is all about). Since these HINT insns all NOP on CPUs before v8.3, gcc can happily use them even if it's not specifically compiling for a v8.3 CPU. -- You are receiving this mail because: You are watching all bug changes.