summaryrefslogtreecommitdiffstats
path: root/src/lib9/getcallerpc-mips.c
Commit message (Collapse)AuthorAgeFilesLines
* lib9: remove getcallerpc implementationsRuss Cox2020-01-071-8/+0
| | | | | | | | These make no sense and are not really needed at all. Add a best-effort attempt to get at the gcc/clang macro in lib9.h, but if it fails, no big deal. Fixes #324.
* all: linux/mips portAram Hăvărneanu2015-06-031-0/+8
Change-Id: I0af67bc44c7bb62a8e5a47eac597367f521f1c11 Reviewed-on: https://plan9port-review.googlesource.com/1210 Reviewed-by: Russ Cox <rsc@google.com>