Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/arm/include



Module Name:    src
Committed By:   skrll
Date:           Thu Mar 26 07:48:18 UTC 2026

Modified Files:
        src/sys/arch/arm/include: asm.h profile.h

Log Message:
arm: fix profile support

gcc on arm has defaulted to arm/bpabi.h over arm/netbsd-elf.h since

external/gpl3/gcc/dist/gcc/config.gcc:1.70
date: 2021-06-15 09:22:23 +0100

which has meant that profiling expects __gnu_mcount_nc

This commit provides __gnu_mcount_nc and ditches non-EABI support (and
arm26 support)


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/arm/include/asm.h
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/arm/include/profile.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index