Module Name: src Committed By: joerg Date: Tue Jun 7 12:09:30 UTC 2016
Modified Files: src/sys/sys: cdefs_elf.h Log Message: Explicitly provide a hidden attribute for the declaration of the end symbol, since our GCC 4.8 forgets to emit it. This shows up most prominently in rump on SPARC, where the linker set iteration would try to continue across DSO borders. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/sys/sys/cdefs_elf.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.