OpenAFS Master Repository branch, master, updated. BP-openafs-stable-1_8_x-54-g32d0493
Gerrit Code Review
gerrit@openafs.org
Tue, 6 Feb 2018 22:34:57 -0500
The following commit has been merged in the master branch:
commit 32d0493a7e4f74f5e5efdfde5eca29ed7d1bf3ec
Author: Caitlyn Marko <cmarko@sinenomine.net>
Date: Thu Feb 9 09:16:17 2017 -0500
SOLARIS: save kernel module function arguments for debugging
Add the -Wu,-save_args compiler option when building kernel modules
under Solaris 10 and 11 for the amd64 architecture.
Binaries generated with this option save function arguments on the stack
during function entry for debugging purposes. Up to six integer
arguments are saved on function entry, and are not modified during the
execution of the function.
[mmeffie: commit message update]
Change-Id: I7ee50e5108a46685efa17d0380883c6d1702a5e4
Reviewed-on: https://gerrit.openafs.org/12798
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
src/libafs/MakefileProto.SOLARIS.in | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository