summaryrefslogtreecommitdiffstats
path: root/sys/arch/sh/include/profile.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the non ELF macrosderaadt2016-05-271-5/+1
| | | | ok millert
* Prefer a pc-relative relocation to mcount(); gets rid of the last TEXTRELmiod2013-03-021-36/+35
| | | | relocation in libc.so. From NetBSD.
* Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase withmiod2006-10-061-0/+74
minor changes.