[Bug 216104] arm cpufunc.h uses only mis-spelled __ARM_ARCH_6ZK__ for __ARM_ARCH_6KZ__

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jan 15 10:29:59 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216104

            Bug ID: 216104
           Summary: arm cpufunc.h uses only mis-spelled __ARM_ARCH_6ZK__
                    for __ARM_ARCH_6KZ__
           Product: Base System
           Version: CURRENT
          Hardware: arm
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: arm
          Assignee: freebsd-arm at FreeBSD.org
          Reporter: ler at freebsd.org

Created attachment 178906
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=178906&action=edit
patch for __ARM_ARCH_6KZ__

arm's cpufunc.h doesn't use the __ARM_ARCH_6KZ__ define which clang (since 3.8)
defines. 

See PR 216065 for fallout of this with sysutils/lsof. 

Vic Abell has worked around it, but we should fix it.

see:
Comment #9 from mikael.urankar at gmail.com ---
ARM_NARCH and ARM_NMMUS are 0 because clang defines __ARM_ARCH_6KZ__ since
clang3.8 iirc.

6ZK is a mispelling of 6KZ:
https://gcc.gnu.org/ml/gcc-patches/2015-06/msg01679.html

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-arm mailing list